Spydrouge / pixelmon-ghosts-16

The Pokemon Skyblock: Ghosts mod pack for Minecraft 1.16.5
0 stars 0 forks source link

The tag forge/ingots is mysteriously empty #1

Closed Spydrouge closed 2 months ago

Spydrouge commented 2 months ago

What it says on the tin. The forge/ingots tag is mysteriously empty. Creating forge/ingots jsons in datapacks is ineffective in restoring it. Crafttweaker is able to add things to it, but I'd really rather just figure out what broke it rather than putting it back in that way.

Spydrouge commented 2 months ago

Performing first test: Is my Datapack causing it?

Yes, It's not the zenscripts. When the datapack is removed, the ingots are restored. Now it's time to figure out what part is causing it.

contenttweaker file returned to datapack... ingots intact ghosts/tconstruct returned...ingots intact ghosts/forge returned... ingots missing. Quick recheck. ghosts/forge was indeed the problem.

I checked and found nothing wrong in the ingots.json file, but then decided to look in the json folder. Instead of brass and zinc it had brass and invar ingots in there, and there is no longer a contenttweaker:invar. Because invar was then bugged (which manifested as the other related symptom of the invar ingot being the only ingot with no forge:ingots/invar tag), the entire ingots tag was messed up.

Putting in rest of datapack to ensure fix sticks... forge:ingots remains intact. Bug Fixed.

Spydrouge commented 2 months ago

Resolved