Lychee (Fabric)

Lychee (Fabric)

211k Downloads

Crashes upon launch in Forge 40.0.18+

Mrbysco opened this issue ยท 0 comments

commented

Mod loader

Forge

Minecraft version

1.18.2

Mod version

2.0.0

Modloader version

Forge: 40.0.31

Modpack info

No response

If bug:

  • Can you reproduce this issue with relevant mods only?

If bug: The latest.log file

https://gist.github.com/Mrbysco/9f022572530e41df9098a6237ed372fb

Issue description

In Forge 40.0.18 some registry related changes were made which will cause Lychee to crash on a NoClassDefFoundError.

One of the changes is that RegistryEvent.NewRegistry has been moved and renamed to NewRegistryEvent and RegistryBuilder#create has been made private. (See NewRegistryEvent#create)