kwpugh / easy_emerald_forge

Provides emerald and ruby tools and such [Forge]
4 stars 7 forks source link

[1.21] Error on launch. Not sure what it could be. #42

Closed OneShot313 closed 3 months ago

OneShot313 commented 4 months ago

Error

Not sure why this occurs. I'm using 1.21 Neoforge 21.0.83-beta.

J-K-X commented 4 months ago

Same problem here any solutions? ~(using the latest release being neoforge-1.6.28)

kwpugh commented 4 months ago

cannot use NeoForge later than 21.0.81. Neoforge made changes to their config system that broke many of my mods. Update is in the works.

kwpugh commented 4 months ago

A refactor in NeoForge 21.0.82 closed off an option to load my config file without using FML. I was doing this to load my config values before items and such were registered so that I would have those values to use during registering. This allowed players to adjust tool and armor material values and many other things. NeoForge forces the config to be loaded AFTER registering items and such, precluding the use of player-supplied values.

As such, I've decided to leverage my custom config system from my fabric mods in NeoForge. This will restore full functionality.

Bottomline: using any of my NeoForge mods on NeoForge 21.0.82+ will crash at present. It will take me a few days to get everything converted.

kwpugh commented 3 months ago

Issued fixed with latest release of EasyEmeralds