From 3828ce5de7c65f5837d38068cc2e3620a016de8c Mon Sep 17 00:00:00 2001 From: Pyritie Date: Wed, 23 Apr 2025 23:52:23 +0100 Subject: [PATCH] fixed being able to macerate basic belts from leather into rubber --- kubejs/server_scripts/greate/recipes.recycling.js | 7 ------- 1 file changed, 7 deletions(-) diff --git a/kubejs/server_scripts/greate/recipes.recycling.js b/kubejs/server_scripts/greate/recipes.recycling.js index 40bdededf..aef46dfb3 100644 --- a/kubejs/server_scripts/greate/recipes.recycling.js +++ b/kubejs/server_scripts/greate/recipes.recycling.js @@ -480,13 +480,6 @@ function registerGreateRecyclingRecipes(event) { // #region Belts - event.recipes.gtceu.macerator('greate:rubber_belt_connector') - .itemInputs('greate:rubber_belt_connector') - .itemOutputs(ChemicalHelper.get(TagPrefix.dust, GTMaterials.Rubber, 6)) - .duration(GTMaterials.Rubber.getMass() * 6) - .category(GTRecipeCategories.MACERATOR_RECYCLING) - .EUt(GTValues.VA[GTValues.ULV]) - event.recipes.gtceu.macerator('greate:silicone_rubber_belt_connector') .itemInputs('greate:silicone_rubber_belt_connector') .itemOutputs(ChemicalHelper.get(TagPrefix.dust, GTMaterials.SiliconeRubber, 6))