Server Crash after Energy Pipe set with wrench
canitzp opened this issue ยท 0 comments
Bug description
I'm on my mod test server and I tried the energy pipe. Placement is fine, but after I hit it with the wrench the server immediately crashed.
I looked through the Waila-compat code and found out that you try to load the class "ClientRegistryUtils" in line 63 and 65. This class the tries to load the "Minecraft" class, which is not available on a dedicated Server.
Crash-Report appended as log file gist.
Minecraft version
1.20.6
Mod version
neoforge-1.20.6-1.2.10
Mod loader and version
NeoForge: 20.6.99-beta
Steps to reproduce
- Create dedicated server with Pipez and a Waila-compatible mod (Jade) installed
- Place a energy block
- Place a energy pipe next to it
- Shift-Right click with Pipe-Wrench to connect the pipe to the energy block
- Server crashes everytime I joind aka I look at the pipe
Expected behavior
No response
Log files
https://gist.github.com/canitzp/7ac1129d9f5daf16e054d4fc694ccf06
Screenshots
No response