import mods.jei.JEI.removeAndHide as rh; #modloaded extendedcrafting var blackIron = ; # Black Iron recipes.remove(blackIron); # Basic Component recipes.remove(); # Luminessence recipes.remove(); # Advanced Component recipes.remove(); # Advanced Crafting Table recipes.remove(); # Elite Component recipes.remove(); # Elite Crafting Table recipes.remove(); # Ultimate Component recipes.remove(); # Ultimate Crafting Table recipes.remove(); # Basic Crafting Table recipes.removeShaped(, [[, , ], [, , ], [, , ]]); recipes.addShaped(, [[, , ], [, , ], [, , ]]); # Misc recipes.addShaped(, [[, , null],[, , null], [null, null, null]]); recipes.addShaped(, [[, , null],[, , null], [null, null, null]]); recipes.addShaped(, [[, , null],[, , null], [null, null, null]]); recipes.addShaped( * 3, [[, , null],[, , null], [null, null, null]]); recipes.addShaped(, [[, , null],[, , null], [null, null, null]]); recipes.addShaped( * 3, [[, , ],[, , ], [, , ]]);