alcatrazEscapee / tinkers-forging

A Minecraft mod that adds TFC Style Forging to 1.12+
https://minecraft.curseforge.com/projects/tinkers-forging
GNU General Public License v3.0
15 stars 5 forks source link

Mod doesn't disable its recipes for vanilla style armor for materials not from Tinker's Construct #56

Open JadianRadiator opened 3 years ago

JadianRadiator commented 3 years ago

Tinker's Forging only disables its own vanilla-style armor recipe's for the armor made from the 5 armor materials exclusive to Tinkers Construct. It keeps its own recipes for the armor actually from vanilla Minecraft. As well as its own automatic recipes for third-party mods' vanilla style armor. Luckily though, it still adds recipes to its self for the third-party mods' that add materials to Tinker's Construct. I have Tinker's Construct, Constructs Armory, Tinker's Survival, as well as other stuff. Here's for the full mod list (yes, same link).

Edit: I submitted this because I would very much not have to write a long zenscript to remove the recipes for the 4 pieces of 15+ vanilla-style armor materials add by 2 of the other mods I have in the pack. Base Metals and Modern Metals if you need to know. But this issue isn't exclusive to those mods as again, it also keeps its own recipe's for actual vanilla armor.

Edit2: Using arrays and a foor loop made scripting it simple and easy. Leaving this open because it's still an issue, even with my work-around.