import crafttweaker.item.IItemStack as IItemStack; import mods.jei.JEI.removeAndHide as rh; print("--- loading Darkutils.zs ---"); #Remove and Hide items that has no use rh(); rh(); rh(); rh(); rh(); rh(); rh(); rh(); rh(); rh(); rh(); rh(); rh(); rh(); rh(); rh(); rh(); rh(); rh(); rh(); rh(); rh(); rh(); rh(); rh(); rh(); rh(); rh(); rh(); rh(); rh(); rh(); rh(); rh(); # Tweaks recipes.remove(); recipes.addShapedMirrored("Ender Tether", , [[null, , null], [null, , null], [, , ]]); recipes.remove(); recipes.addShapedMirrored("Player Trap", , [[null, , null], [, , ], [null, , null]]); recipes.remove(); recipes.addShapedMirrored("Ender Hopper", , [[null, , null], [null, , null], [null, , null]]); recipes.remove(); recipes.addShapedMirrored("Vector Plate", *16, [[null, , null], [null, , null], [, , ]]); recipes.remove(); recipes.addShapedMirrored("Sneaky Block", *8, [[, , ], [, , ], [, , ]]); print("--- Darkutils.zs initialized ---");