I am new to this codebase, so I am a little uncertain about all this. I won't take offense to a lot of correction. I hope this PR is a net help.
It looks to me like some of the ResourceLocation instantiations were sending whole json strings to the constructor? If so, my sending them to ResourceLocation.parse() is not going to work out well. I tried logging near one of these situations, and that code was not activated in the course of running minecraft.
Fusion support for fabric + Minecraft 1.21
I am new to this codebase, so I am a little uncertain about all this. I won't take offense to a lot of correction. I hope this PR is a net help.
It looks to me like some of the ResourceLocation instantiations were sending whole json strings to the constructor? If so, my sending them to ResourceLocation.parse() is not going to work out well. I tried logging near one of these situations, and that code was not activated in the course of running minecraft.
This PR corresponds with the Rechiseled PR https://github.com/SuperMartijn642/Rechiseled/pull/99