Hbm's Nuclear Tech Mod

Hbm's Nuclear Tech Mod

1M Downloads

`BlockScaffoldDynamic` crashes on servers (on startup)

abel1502 opened this issue ยท 1 comments

commented

The issue is a java.lang.NoClassDefFoundError: net/minecraft/client/entity/EntityClientPlayerMP, and I've tracked it down to mc.thePlayer in printHook():

@Override
public void printHook(Pre event, World world, int x, int y, int z) {
Minecraft mc = Minecraft.getMinecraft();
EntityPlayer player = mc.thePlayer;

I believe it needs a @SideOnly(Side.CLIENT) to fix this

commented

Oh well, no BlockScaffoldDynamic means no problem, I guess