Json Things

Json Things

385k Downloads

Crash occurs when launching Minecraft with the Oritech mod.

tbouvencourt opened this issue ยท 1 comments

commented

Issue Description

This issue is identical to: Rearth/Oritech Issue #198.
Steps to Reproduce

Download and add Oritech to Profile 1.
Download JsonThings (ensuring it uses the same mod loader: NeoForge).
Launch Minecraft.

Minecraft Version

1.21.1 (Latest)
Platform

NeoForge

commented

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.