diff --git a/kubejs/server_scripts/greate/recipes.js b/kubejs/server_scripts/greate/recipes.js index a8587f5ed..be1b2cc75 100644 --- a/kubejs/server_scripts/greate/recipes.js +++ b/kubejs/server_scripts/greate/recipes.js @@ -696,7 +696,6 @@ function registerGreateRecipes(event) { .addMaterialInfo(true) event.remove({ id: 'gtceu:shaped/rubber_belt_connector' }) - removeMaceratorRecipe(event, 'rubber_belt_connector') removeMaceratorRecipe(event, 'macerate_rubber_belt_connector') event.remove({ id: 'gtceu:extractor/extract_rubber_belt_connector' }) diff --git a/kubejs/server_scripts/greate/recipes.recycling.js b/kubejs/server_scripts/greate/recipes.recycling.js index 7927ccaee..c9a55500e 100644 --- a/kubejs/server_scripts/greate/recipes.recycling.js +++ b/kubejs/server_scripts/greate/recipes.recycling.js @@ -58,21 +58,4 @@ function registerGreateRecyclingRecipes(event) { event.shapeless('create:andesite_casing', ['greate:titanium_gearbox', '#forge:tools/hammers'])) // #endregion - - // #region Belts - - event.recipes.gtceu.macerator('greate:rubber_belt_connector') - .itemInputs('greate:rubber_belt_connector') - .itemOutputs(ChemicalHelper.get(TagPrefix.dust, GTMaterials.Rubber, 1)) - .duration(GTMaterials.Rubber.getMass() * 3) - .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, 1)) - .duration(GTMaterials.SiliconeRubber.getMass() * 3) - .category(GTRecipeCategories.MACERATOR_RECYCLING) - .EUt(GTValues.VA[GTValues.ULV]) - // #region } \ No newline at end of file