#Name: RecipeChanges.zs #Author: Feed the Beast print("Initializing 'RecipeChanges.zs'..."); #Initial Inventory mods.initialinventory.InvHandler.addStartingItem(); #Remove ChunkLoaders (use FTBU to manage chunkloading) recipes.remove(); #Atempt to fix TiC grout shapless recipe recipes.addShapeless( * 2, [, , ]); #Fix wood gear recipe in grindstone recipes.remove(); recipes.addShaped(, [ [null, , null], [, null, ], [null, , null] ] ); #Remove ExU2 Sickles to prevent overlap with Thermal Foundation Sickles recipes.remove(); recipes.remove(); recipes.remove(); recipes.remove(); recipes.remove(); #Items removed due to bugs recipes.remove(); .addTooltip(format.darkRed("Disabled due to bug!")); recipes.remove(); .addTooltip(format.darkRed("Disabled due to bug!")); #Reduce crafting of bronze ingots to 2 from 4 in crafting table, various machine outputs are still 4 recipes.remove(); recipes.addShapeless( * 2, [, , , ] ); #Fix bronze gear recipe recipes.addShaped(, [ [null, , null], [, , ], [null, , null] ] ); #Experience Solidifier recipes.remove(); recipes.addShaped(, [ [, , ], [, , ], [, , ] ] ); #Architecture Craft Pulley recipes.remove(); recipes.addShaped(, [ [null, , null], [, , ], [null, , null] ] ); #Removed Charcoal Block (chisel) to allow AA's version be default which is registered as a fuel type recipes.remove(); #flint recipe recipes.addShapeless(, [,,] ); #Fix C&B Wrench Recipe conflict recipes.remove(); recipes.addShaped(, [ [, null, ], [null, , null], [null, , null] ] ); #project e collectors recipes.remove(); recipes.remove(); recipes.remove(); recipes.addShaped(, [ [, , ], [, , ], [, , ] ] ); recipes.addShaped(, [ [, , ], [, , ], [, , ] ] ); recipes.addShaped(, [ [, , ], [, , ], [, , ] ] ); #swiftwolf flying ring recipes.remove(); recipes.addShaped(, [ [, , ], [, , ], [, , ] ] ); #fix RTG Fuel recipes recipes.remove(); recipes.addShaped(, [ [, , ], [, , ], [, , ] ] ); recipes.addShaped(, [ [, , ], [, , ], [, , ] ] ); #alt iridium reinforced plate recipe recipes.addShaped(, [ [, , ], [, , ], [, , ] ] ); #bee hive recipes mods.forestry.Carpenter.addRecipe(, [ [.withTag({Potion: "minecraft:water"}),.withTag({Potion: "minecraft:water"}),.withTag({Potion: "minecraft:water"})], [.withTag({Potion: "minecraft:water"}),,.withTag({Potion: "minecraft:water"})], [.withTag({Potion: "minecraft:water"}),.withTag({Potion: "minecraft:water"}),.withTag({Potion: "minecraft:water"})] ], 60, * 1000 ); mods.forestry.Carpenter.addRecipe(, [ [,,], [,,], [,,] ], 60, * 1000 ); mods.forestry.Carpenter.addRecipe(, [ [,,], [,,], [,,] ], 60, * 1000 ); mods.forestry.Carpenter.addRecipe(, [ [,,], [,,], [,,] ], 60, * 1000 ); mods.forestry.Carpenter.addRecipe(, [ [,,], [,,], [,,] ], 60, * 1000 ); mods.forestry.Carpenter.addRecipe(, [ [,,], [,,], [,,] ], 60, * 1000 ); mods.forestry.Carpenter.addRecipe(, [ [,,], [,,], [,,] ], 60, * 1000 ); mods.forestry.Carpenter.addRecipe(, [ [,,], [,,], [,,] ], 60, * 1000 ); mods.forestry.Carpenter.addRecipe(, [ [,,], [,,], [,,] ], 60, * 1000 ); mods.forestry.Carpenter.addRecipe(, [ [,,], [,,], [,,] ], 60, * 1000 ); mods.forestry.Carpenter.addRecipe(, [ [,,], [,,], [,,] ], 60, * 1000 ); mods.forestry.Carpenter.addRecipe(, [ [,,], [,,], [,,] ], 60, * 1000 ); mods.forestry.Carpenter.addRecipe(, [ [,,], [,,], [,,] ], 60, * 1000 ); mods.forestry.Carpenter.addRecipe(, [ [,,], [,,], [,,] ], 60, * 1000 ); mods.forestry.Carpenter.addRecipe(, [ [,,], [,,], [,,] ], 60, * 1000 ); mods.forestry.Carpenter.addRecipe(, [ [,,], [,,], [,,] ], 60, * 1000 ); mods.forestry.Carpenter.addRecipe(, [ [,,], [,,], [,,] ], 60, * 1000 ); #currency fixes recipes.addShaped( * 4, [ [, null, null], [null, null, null], [null, null, null] ] ); recipes.addShaped(, [ [, null, ], [null, null, null], [, null, ] ] ); recipes.addShaped(, [ [null, null, null], [null, , null], [null, null, null] ] ); recipes.addShaped(, [ [null, null, null], [null, , null], [null, null, null] ] ); recipes.addShaped(, [ [, null, ], [null, , null], [, null, ] ] ); recipes.addShaped( * 5, [ [null, null, null], [null, null, null], [null, null, ] ] ); #Dark Soularium Recipe Fix recipes.remove(); recipes.addShaped(, [ [, null, ], [null, , null], [, null, ] ] ); #RS 64x disk recipes.addShapeless(, []); recipes.addShapeless(, []); #vanilla egg mods.forestry.Carpenter.addRecipe(, [ [,,], [,,], [,,] ], 60, * 1000 ); #quest book recipes.addShapeless(, [,]); print("Initialized 'RecipeChanges.zs'");