import crafttweaker.api.item.IItemStack; import crafttweaker.api.item.ItemCooldowns; import mods.jei.JEI; // Modern Materials .add(); .add(); .add(); .add(); .add(); // Money Printing craftingTable.remove(); craftingTable.addShapeless("an_money", * 9, []); .addRecipe(.builder("an_money_assembly") .transitionTo() .require() .loops(1) .addOutput(, 1) .addStep((rb) => rb.require()) .addStep() ); // Apocalypse Now craftingTable.removeByName("apocalypsenow:ventblockrecipe"); craftingTable.addShaped("ventblock", , [[, , ], [, , ], [, , ]]); craftingTable.removeByName("apocalypsenow:corpsesackrecipe"); craftingTable.addShaped("corpsesack", , [[, , ], [, , ]]); craftingTable.remove(); craftingTable.addShaped("medicalkit", , [[, , ], [, , ], [, .anyDamage(), ]]); craftingTable.remove(); craftingTable.addShaped("suturekit", , [[, , ], [, , ], [, .anyDamage(), ]]); craftingTable.remove(); craftingTable.addShapedMirrored("emptybloodbag", , , [[, , ], [, , ]]); craftingTable.remove(); craftingTable.addShapedMirrored("concret_barrier", , * 3, [[, , ], [, , ]]); craftingTable.addShapedMirrored("concrete_bricks", , * 4, [[, ], [, ]]); craftingTable.addShapedMirrored("concrete_lined_barrier", , * 3, [[, , ], [, , ]]); craftingTable.remove(); craftingTable.addShaped("cardboard_box", , [[, , ], [, , ], [, , ]]); craftingTable.remove(); craftingTable.addShapedMirrored("nail_box", , , [[], [], []]); craftingTable.remove(); craftingTable.addShapedMirrored("iron_window", , * 4, [[, , ], [, , ]]); craftingTable.remove(); craftingTable.addShaped("barbed_wire", * 3, [[, , ], [, , ], [, , ]]); craftingTable.remove(); craftingTable.addShaped("nail_bomb", , [[, , ], [, , ], [, , ]]); craftingTable.remove(); craftingTable.addShapedMirrored("improvised_bomb", , , [[, , ], [, , ]]); craftingTable.remove(); craftingTable.addShapedMirrored("gunpowder_can", , , [[, , ], [, , ], [, , ]]); craftingTable.remove(); craftingTable.addShapedMirrored("pipe_bomb", , , [[, , ]]); craftingTable.remove(); craftingTable.addShapedMirrored("can_opener", , , [[, ], [, ]]); craftingTable.remove(); craftingTable.addShaped("reinforced_log", , [[, , ], [, , ], [, , ]]); craftingTable.remove(); craftingTable.addShaped("land_mine", , [[, , ], [, , ], [, , ]]); craftingTable.remove(); craftingTable.addShaped("tripwire_bomb", , [[, , ], [, , ], [, , ]]); craftingTable.remove(); craftingTable.addShaped("planks_a", , [[, , ], [, , ], [, , ]]); craftingTable.remove(); craftingTable.addShaped("planks_a", , [[, , ], [, , ], [, , ]]); craftingTable.remove(); craftingTable.addShaped("planks_b", , [[, , ], [, , ], [, , ]]); craftingTable.remove(); craftingTable.addShaped("planksb", , [[, , ], [, , ], [, , ]]); craftingTable.remove(); craftingTable.addShaped("metal_bars", , [[, , ]]); craftingTable.remove(); craftingTable.addShaped("traffic_barricade", * 3, [[, , ], [, , ]]); craftingTable.remove(); craftingTable.addShaped("construction_barricade", * 3, [[, , ], [, , ]]); craftingTable.remove(); craftingTable.addShaped("medical_storage", , [[, , ], [, , ], [, , ]]); craftingTable.remove(); craftingTable.addShaped("safe", , [[, ], [, ]]); craftingTable.remove(); craftingTable.addShaped("sedexbox", , [[, , ], [, , ], [, , ]]); craftingTable.remove(); craftingTable.addShapeless("bomb_defusing_kit", , [, ]);