
Server-side error when defining multiblock cube renderer and front overlay
tracer4b opened this issue ยท 1 comments
When trying to define front overlays and cube renderers for MBT multiblocks, only the server throws an error.
This doesn't happen on singleplayer worlds nor client-side.
crafttweaker (1).log
Versions: MBT 1.7.0, CEu 2.2.1
The issue arises here:
Specifically, line 35 is from where the exception is thrown.
Ideally, this should just be no-op on servers (just returning a no-op IICubeRenderer), since they are (I hope) unused on the server side.