#Name: TinkersConstruct.zs #Author: Feed the Beast print("Initializing 'TinkersConstruct.zs'..."); #remove all but steel tool forge recipes.remove(); recipes.remove(); recipes.remove(); recipes.remove(); recipes.remove(); recipes.remove(); recipes.remove(); recipes.remove(); recipes.remove(); recipes.remove(); recipes.remove(); recipes.remove(); recipes.remove(); recipes.remove(); recipes.remove(); recipes.addShaped(, [[, , ], [, , ], [, null, ]]); #silky jewel recipes.remove(); recipes.addShaped(, [[null, , null], [, , ], [null, , null]]); #remove alloys mods.tconstruct.Smeltery.removeMelting(); mods.tconstruct.Smeltery.removeMelting(); mods.tconstruct.Smeltery.removeMelting(); mods.tconstruct.Smeltery.removeMelting(); mods.tconstruct.Smeltery.removeMelting(); mods.tconstruct.Smeltery.removeMelting(); mods.tconstruct.Smeltery.removeMelting(); mods.tconstruct.Smeltery.removeMelting(); mods.tconstruct.Smeltery.removeMelting(); #remove blocks from smeltery mods.tconstruct.Casting.removeBasinRecipe(); #nerf patterns recipes.remove(); recipes.addShapeless(, [, , , ]); #remove hardended glass from smeltery mods.tconstruct.Casting.removeBasinRecipe(); #traveller's armor recipes.remove(); recipes.remove(); recipes.remove(); recipes.remove(); recipes.remove(); recipes.remove(); val travelBelt = ; val travelBeltNBT = travelBelt.withTag({TinkerAccessory: {Damage: 0, TotalDurability: 500, BaseDurability: 500, BonusDurability: 0, ModDurability: 0, Modifiers: 5, Broken: 0, Built: 1}}); val travelGlove = ; val travelGloveNBT = travelGlove.withTag({TinkerAccessory: {Damage: 0, TotalDurability: 500, BaseDurability: 500, BonusDurability: 0, ModDurability: 0, Modifiers: 5, Broken: 0, Built: 1}}); val travelGoggles = ; val travelGogglesNBT = travelGoggles.withTag({TinkerArmor: {DamageReduction: 0, BaseDefense: 0, MaxDefense: 4, Damage: 0, TotalDurability: 1035, BaseDurability: 1035, BonusDurability: 0, ModDurability: 0, Modifiers: 3, Broken: 0, Built: 1}}); val travelBoots = ; val travelBootsNBT = travelBoots.withTag({TinkerArmor: {DamageReduction: 0, BaseDefense: 4, MaxDefense: 10, Damage: 0, TotalDurability: 1035, BaseDurability: 1035, BonusDurability: 0, ModDurability: 0, Modifiers: 3, Broken: 0, Built: 1}}); val travelVest = ; val travelVestNBT = travelVest.withTag({TinkerArmor: {DamageReduction: 0, BaseDefense: 2, MaxDefense: 8, Damage: 0, TotalDurability: 1035, BaseDurability: 1035, BonusDurability: 0, ModDurability: 0, Modifiers: 3, Broken: 0, Built: 1}}); val travelWings = ; val travelWingsNBT = travelWings.withTag({TinkerArmor: {DamageReduction: 0, BaseDefense: 2, MaxDefense: 6, Damage: 0, TotalDurability: 1035, BaseDurability: 1035, BonusDurability: 0, ModDurability: 0, Modifiers: 3, Broken: 0, Built: 1}}); recipes.addShaped(travelGogglesNBT, [[, null, ], [, , ], [, null, ]]); recipes.addShaped(travelBootsNBT, [[, null, ], [, , ], [, null, ]]); recipes.addShaped(travelVestNBT, [[, , ], [, , ], [, , ]]); recipes.addShaped(travelBeltNBT, [[, , ], [, , ], [, , ]]); recipes.addShaped(travelGloveNBT, [[null, null, ], [, , ], [null, , ]]); recipes.addShaped(travelWingsNBT, [[null, , null], [, , ], [, null, ]]); print("Initialized 'TinkersConstruct.zs'");