import mods.gregtech.recipe.RecipeMap; import mods.gregtech.material.MaterialRegistry; import crafttweaker.item.IItemStack; import scripts.common.makeShaped as makeShaped; //Wooden Gear recipes.remove(); recipes.addShaped(, [[null,,null], [,null,], [null,,null]]); //Wooden Shears recipes.remove(); recipes.addShaped(, [[null,,null], [,null,], [,,null]]); //Fertilizer recipes.addShaped("actuallyadditions_fertilizer", * 8, [[,,]]); recipes.remove(); recipes.remove(); recipes.remove(); recipes.remove(); recipes.remove(); recipes.remove(); //Cake Base recipes.addShaped(, [[, | , ], [ | , | , | ]]); //Cake recipes.addShaped(, [[ | , | , | ], [, , ], [,,]]); //Overworld Cake recipes.addShaped(, [[, , ], [, , ],[,,]]); //Nether Cake recipes.addShaped(, [[,,], [, , ],[,,]]); //End Cake recipes.addShaped(, [[,,], [, , ],[,,]]); //Void World Cake makeShaped("of_void_cake", .withTag({dimID: 119, cakeName: "Void World"}), ["ABC", "DED", "FFF"], { A : , // Restonia Crystal B : , // Palis Crystal C : , // Emeradic Crystal D : , // Pulsating Dust E : , // Cake Base F : } );