igentuman / EnderStorage-continuation

https://www.curseforge.com/minecraft/mc-mods/ender-storage-1-12-continuation
MIT License
3 stars 2 forks source link

Server crash: `java.lang.NoClassDefFoundError: net/minecraft/client/util/ITooltipFlag` #14

Closed Krutoy242 closed 1 month ago

Krutoy242 commented 2 months ago

After update EnderStorage-continuation to version 2.6.1 I cant start dedicated server:

Description: Exception in server tick loop

net.minecraftforge.fml.common.LoaderExceptionModCrash: Caught exception from EnderStorage (enderstorage)
Caused by: java.lang.NoClassDefFoundError: net/minecraft/client/util/ITooltipFlag
    at java.lang.Class.getDeclaredMethods0(Native Method)
    at java.lang.Class.privateGetDeclaredMethods(Class.java:2701)
    at java.lang.Class.privateGetPublicMethods(Class.java:2902)
    at java.lang.Class.getMethods(Class.java:1615)
    at net.minecraftforge.fml.common.eventhandler.EventBus.register(EventBus.java:82)
    at codechicken.enderstorage.proxy.Proxy.preInit(Proxy.java:34)

crash-2024-06-19_07.25.59-server.txt

superDoubleXZ commented 1 month ago

I have this problem too.