will-y / crystal-tools

Minecraft Mod
MIT License
0 stars 0 forks source link

1.20.1-1.7.0 Crash Server-side (BlockEntityWithoutLevelRenderer) #12

Closed WimpieRatte closed 5 months ago

WimpieRatte commented 5 months ago

Crashes during server startup.

Main error seems to be linked to the new tridents causing this crash on a standalone server: [main/ERROR] [net.minecraftforge.eventbus.EventSubclassTransformer/EVENTBUS]: Could not find parent net/minecraft/client/renderer/BlockEntityWithoutLevelRenderer for class dev/willyelton/crystal_tools/renderer/CrystalTridentBlockEntityWithoutLevelRenderer in classloader cpw.mods.modlauncher.TransformingClassLoader@201a8ea7 on thread Thread[main,5,main]

(When running this locally, it's not a problem - only when starting a dedicated server.)

latest.log Error log attached.

will-y commented 5 months ago

Confirmed, I need to get better at remembering to test the server.

Should have a fix for it soon.

will-y commented 5 months ago

Fix created, release 1.7.1 out soon. Thanks for you help testing, clearly something I'm not very good at.

WimpieRatte commented 5 months ago

LOL! Don't worry - i stepped into the exact same trap. I released my modpack without testing it server-side as well. Super glad about your quick response! (For the same reason, lol)