#Name: Minecraft.zs #Author: Feed the Beast and Sunekaer print("Initializing 'Minecraft.zs'..."); //Not the way to the End mods.jei.JEI.removeAndHide(); //Sponge recipes.addShaped(, [ [, , ], [, , ], [, , ] ]); recipes.addShaped(, [ [, , ], [, , ], [, , ] ]); //Addingmoremetalstobucketrecipe recipes.addShaped(*1, [ [, null, ], [null, , null] ]); recipes.addShaped(*1, [ [, null, ], [null, , null] ]); recipes.addShaped(*1, [ [, null, ], [null, , null] ]); //spawner recipes.addShaped(, [ [, , ], [, , ], [, , ] ]); //Snad back to Sand recipes.addShapeless( * 2, []); recipes.addShapeless( * 2, []); recipes.remove(); recipes.addShaped(, [ [, ], [] ]); recipes.addShaped(, [ [, , ], [, , ], [, null, ] ]); recipes.addShapeless(, [, ] ); recipes.addShapeless(, [] ); recipes.addShapeless(, [, ] ); recipes.addShapeless(, [] ); recipes.addShapeless(, [, ] ); recipes.addShapeless(, [] ); recipes.remove(); recipes.addShaped( * 2, [ [, , ], [, , ] ]); recipes.removeByRecipeName("thermalfoundation:paper"); print("Initialized 'Minecraft.zs'");