Legacy4J

Legacy4J

224k Downloads

[Bug/Glitch] Unable to open crafting table while using new .json5 format

Cixon opened this issue ยท 2 comments

commented

Legacy4J Version

1.21.1-1.8

Mod Loader Version

NeoForge 21.1.115

Bug/Glitch Occurrence Context

#685 (comment)

I followed this guide to make the crafting recipes work in the newer updates but it appears to not accept my code?
.json 5 down below for review:

https://gist.github.com/Cixon/dd35763c8b1a7713b87349e9199fc1b3

Crash Report

https://mclo.gs/nMZtU6M

What happened wrong?

Unable to open crafting table using the following .json5 crafting_tab_listing.
Results in a crash.

commented

The json5 is only used for preprocessing, the format json is still used

commented

It could have something to do with the type of mods installed? I run on NeoForge and I have some mods on here that are for the Fabric loader (possible thanks to Sinytra connector).

This was not a issue before, I'll try to remove the fabric mod recipes in hopes of this being the root issue.