#Name: TinyProgressions.zs #Author: Feed the Beast and Sunekaer print("Initialized 'TinyProgressions.zs'"); //Removing duplicate tools 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(); //Recipe change do to conflict with Toast recipes.remove(); recipes.addShaped( *10, [ [, ] ]); //cobblegen recipes.remove(); recipes.addShaped(, [ [, , ], [, , ], [, , ] ]); recipes.addShaped(, [ [, , ], [, , ], [, , ] ]); recipes.addShaped(, [ [, , ], [.withTag({fluids: {FluidName: "water", Amount: 1000}}), , .withTag({fluids: {FluidName: "lava", Amount: 1000}})], [, , ] ]); recipes.addShaped(, [ [, , ], [.withTag({fluids: {FluidName: "lava", Amount: 1000}}), , .withTag({fluids: {FluidName: "water", Amount: 1000}})], [, , ] ]); //dragon armor recipes.remove(); recipes.addShaped(, [ [, , ], [, null, ] ]); recipes.remove(); recipes.addShaped(, [ [, null, ], [, , ], [, , ] ]); recipes.remove(); recipes.addShaped(, [ [, , ], [, null, ], [, null, ] ]); recipes.remove(); recipes.addShaped(, [ [, null, ], [, null, ] ]); recipes.remove( * 9); recipes.addShapeless( * 4, []); recipes.addShapeless( * 9, []); recipes.remove(); recipes.addShaped(, [ [, , ], [.withTag({Potion: "minecraft:swiftness"}), , .withTag({Potion: "minecraft:swiftness"})], [, , ] ]); recipes.remove(); recipes.addShaped(, [ [, , ], [.withTag({Potion: "minecraft:long_swiftness"}), , .withTag({Potion: "minecraft:long_swiftness"})], [, , ] ]); recipes.remove(); recipes.addShaped(, [ [, , ], [.withTag({Potion: "minecraft:strong_swiftness"}), , .withTag({Potion: "minecraft:strong_swiftness"})], [, , ] ]); recipes.remove(); recipes.addShaped(, [ [, , ], [, , ], [null, , null] ]); recipes.remove(); recipes.addShaped(, [ [null, ], [, null] ]); recipes.remove(); recipes.addShaped(, [ [, null, null], [null, , null], [null, null, ] ]); recipes.remove(); recipes.addShaped(, [ [, null, null], [null, , null], [null, null, ] ]); print("Initialized 'TinyProgressions.zs'");