SigmundGranaas / forgero

Tool creation and customization mod for Minecraft
MIT License
48 stars 15 forks source link

Smithing Template Integration #942

Open JorisDeBeer opened 1 month ago

JorisDeBeer commented 1 month ago

Alot of weapon oriented mods have (with recent updates) updated to using smithing templates.

Currently forgero cant (atleast that I know of) use these recipes.

For example better nether & mythic metals add upgrades to their tools (before these where enchantments but these were in both cases removed). The do this as following:

image

It would be cool if forgero could also be used with these recipes and gotten the same effect after.

Most of these are recipes that are based on which kind of material is inserted. So we could say that if we use the mods material our tools should also be able to get upgraded this way.

JorisDeBeer commented 1 month ago

Actually even more deeper and darker also uses this system -> is this possible with json maybe?

JorisDeBeer commented 1 month ago

I think this is possible with the recipe generator if it allows for smithing recipes to be added. I looked at the smithing jsons and they seem pretty easy but I am not sure if our tags also work outside of the recipe generator? Then I can just add them manually

image