#Name: template.zs #Author: Feed the Beast print("Initializing 'template.zs'..."); #remove not needed blocks and items #mods.jei.JEI.removeAndHide(); #mods.jei.JEI.removeAndHide(); #mods.jei.JEI.removeAndHide(); #mods.jei.JEI.removeAndHide(); #mods.jei.JEI.removeAndHide(); #mods.jei.JEI.removeAndHide(); #mods.jei.JEI.removeAndHide(); mods.jei.JEI.removeAndHide(); mods.jei.JEI.removeAndHide(); mods.jei.JEI.removeAndHide(); mods.jei.JEI.removeAndHide(); mods.jei.JEI.removeAndHide(); mods.jei.JEI.removeAndHide(); mods.jei.JEI.removeAndHide(); mods.jei.JEI.removeAndHide(); mods.jei.JEI.removeAndHide(); #assembler recipes.remove(); recipes.addShaped(, [[null, null, ], [null, , null], [, null, null]]); #null modifer recipes.remove(); recipes.addShaped(, [[, , ], [, , ], [, , ]]); #speed modifier recipes.remove(); recipes.addShaped(, [[.withTag({Potion: "minecraft:strong_swiftness"}), , .withTag({Potion: "minecraft:strong_swiftness"})], [, , ], [.withTag({Potion: "minecraft:strong_swiftness"}), , .withTag({Potion: "minecraft:strong_swiftness"})]]); #accuracy modifer recipes.remove(); recipes.addShaped(, [[, , ], [, , ], [, , ]]); #--tier 1 miners //ore miner recipes.remove(); recipes.addShaped(, [[, , ], [, , ], [, , ]]); //resource miner recipes.remove(); recipes.addShaped(, [[, , ], [, , ], [, , ]]); //structure frame recipes.remove(); recipes.addShaped(, [[null, , null], [, , ], [null, , null]]); #--tier 2 miners //ore miner recipes.remove(); recipes.addShaped(, [[, , ], [, , ], [, , ]]); recipes.remove(); recipes.addShaped(, [[, , ], [, , ], [, , ]]); //structure frame recipes.remove(); recipes.addShaped(, [[, , ], [, , ], [, , ]]); #--tier 3 miners //ore miner recipes.remove(); recipes.addShaped(, [[, , ], [, , ], [, , ]]); //resource miner recipes.remove(); recipes.addShaped(, [[, , ], [, , ], [, , ]]); //structure frame recipes.remove(); recipes.addShaped(, [[, , ], [, , ], [, , ]]); #--tier 4 miners //ore miner recipes.remove(); recipes.addShaped(, [[, , ], [, , ], [, , ]]); //resource miner mods.jei.JEI.removeAndHide(); //structure frame recipes.remove(); recipes.addShaped(, [[, , ], [, , ], [, , ]]); #--tier 5 miners //ore miner recipes.remove(); recipes.addShaped(, [[, , ], [, , ], [, , ]]); //resource miner mods.jei.JEI.removeAndHide(); //structure frame recipes.remove(); recipes.addShaped(, [[, , ], [, , ], [, , ]]); #--tier 6 miners //ore miner recipes.remove(); recipes.addShaped(, [[, .withTag({Fluid: {FluidName: "fluidheliumplasma", Amount: 1000}}), ], [.withTag({Fluid: {FluidName: "fluidheliumplasma", Amount: 1000}}), , .withTag({Fluid: {FluidName: "fluidheliumplasma", Amount: 1000}})], [, .withTag({Fluid: {FluidName: "fluidheliumplasma", Amount: 1000}}), ]]); //resource miner mods.jei.JEI.removeAndHide(); //structure frame recipes.remove(); recipes.addShaped(, [[, , ], [, , ], [, , ]]); print("Initialized 'template.zs'");