import crafttweaker.api.item.IItemStack; import crafttweaker.api.item.ItemCooldowns; import mods.jei.JEI; // Horde Beacon craftingTable.remove(); craftingTable.addShaped("horde_beacon", , [[, ], [, ], [, ]]); // XP Tome craftingTable.remove(); craftingTable.addShaped("xp_tome", , [[, ], [, ]]); // First Aid craftingTable.remove(); craftingTable.addShapedMirrored("morphine", , , [[, ], [, ]]); // Ender Pearl .addRecipe(.builder("ender_pearl") .transitionTo() .require() .loops(4) .addOutput(, 1) .addStep((rb) => rb.require( * 25)) .addStep((rb) => rb.require( * 25)) .addStep() ); // Fridge craftingTable.removeByName("cfm:fridge_light"); craftingTable.removeByName("cfm:fridge_dark"); JEI.hideIngredient(); JEI.hideIngredient(); // Everlasting Torch .addRecipe(.builder("everlasting_torches") .transitionTo() .require() .loops(1) .addOutput( * 4, 1) .addStep((rb) => rb.require()) .addStep((rb) => rb.require( * 100)) ); .maxDamage = 256; // Torch craftingTable.addShaped("wool_torch", * 6, [[], [], []]); // Everlasting Torch craftingTable.removeByName("minecraft:torch"); craftingTable.addShaped("glow_torches", * 4, [[], []]); craftingTable.removeByName("immersiveengineering:crafting/torch"); craftingTable.addShapedMirrored("creosote_oil_everlasting_torch", , * 32, [[, , ], [, , ], [, , ]]); // Modded Planks craftingTable.addShaped("biomes_o_plenty_chest", , [[, , ], [, , ], [, , ]]);