MrTJP / ProjectRed

Redstone Engineering
MIT License
474 stars 184 forks source link

Fix broken silver ingot smelting recipe and add forge tags for raw metals (1.19) #1829

Closed galennare closed 8 months ago

galennare commented 10 months ago

Silver ingots were smelted from raw tin, and raw metals were missing their respective forge material tags. This fixes it for 1.19.

MrTJP commented 8 months ago

Thanks for pointing out this issue! I made the fixes in PR #1836 and will cherry-pick to 1.18 soon.

For future reference, files under the generated directory shouldn't be changed by hand. Instead, it should be done in the appropriate data generator class. The data generator can then be run to reproduce the files.