You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is based on the issue that was raised for Oritech here: Rearth/Oritech#198
and JsonThings here: gigaherz/JsonThings#40
It seems that when FFAPI is loaded together with jsonthings, the game refuses to start.
Issue description
If Jsonthings is installed the game crashes on launch.
Steps to reproduce
Run the game with Jsonthings installed. https://www.curseforge.com/minecraft/mc-mods/json-things
Minecraft version
1.21.1 (Latest)
Platform
Neoforge
Loader version
21.1.83
Fabric API version
forgified-fabric-api-0.104.0+2.0.19+1.21.1
Oritech version
oritech-neoforge-0.12.3
Other relevant versions
JsonThings-1.21-0.13.0.jar
If a (crash)log is relevant for this issue, link it here: (It's almost always relevant) https://pastebin.com/3cLqhYzd
More from the jsonthings dev here:
My mod injects a new pack type along with its corresponding resource manager, for the purposes of loading the "thingpacks". This pack type gets processed early (before neoforge registry stuffs) and this occasionally trips up mods that assume things about resources (eg doing if data {} else {}, and assuming the else is client resources, or vice versa).
The log you sent on the Oritech issue tracker shows only fabric_resource_loader, so I can't tell if this is an incompatibility between Json Things and this fabric resource loader component, or Oritech is the one requesting the recipe manager. I cannot fix this from Json Things' end, because the entire design of the mod relies on it and I do not intend to change the design. The only possibility would be fore this incompatibility to be fixed on the other end, be it Oritech or the fabric resource loader.
I know very little about resource loading, but the issue seems to be pointing to either JsonThings or FFAPI fabric-resource-loader, so I hope it's okay to just move this issue to here
The text was updated successfully, but these errors were encountered:
This is based on the issue that was raised for Oritech here: Rearth/Oritech#198
and JsonThings here: gigaherz/JsonThings#40
It seems that when FFAPI is loaded together with jsonthings, the game refuses to start.
More from the jsonthings dev here:
I know very little about resource loading, but the issue seems to be pointing to either JsonThings or FFAPI fabric-resource-loader, so I hope it's okay to just move this issue to here
The text was updated successfully, but these errors were encountered: