LYIVX'S Furniture

LYIVX'S Furniture

49.4k Downloads

1.20.1 Forge Server Crashes on Startup: Attempted to Load Class

CarlosMartinez-1 opened this issue ยท 1 comments

commented

I am having an issue when starting up the mod on my 1.20.1 forge server. The only things installed are ls_furniture-1.0.3-SNAPSHOT-1.20.1 and its dependencies. Here is the error message:

Exception message: java.lang.RuntimeException: Attempted to load class net/minecraft/client/color/block/BlockColors for invalid dist DEDICATED_SERVER

I review the stacktrace, I believe it starts at LYIVXsFurnitureModForge.java Line: 27, bus.addListener(ClientEvents::onRegisterBlockColors);. I think its calling client classes on the server. Interesting enough, this happens on all SNAPSHOT versions since the mod has been changed from MCreator on v0.6.7 of the mod. The v0.6.7 works on the forge server, but I really like the stairs :). I would highly appreciated it if fixed.

commented

Hi ill look into this issue as soon as I can. I have recently started a new job so don't have much time to work on the Mod atm