Closed vibes81 closed 5 years ago
Can you show the code of ModBlocks? Because it seems you are not using the standard ModBlocks
Thats the thing tho, I cloned the tutorial code as a last ditch to see if Id missed anything but I did find in blockGenerator this
@Override public void initModel() { super.initModel(); ClientRegistry.bindTileEntitySpecialRenderer(TileGenerator.class, new AnimationTESR<>()); }
Does it need @SideOnly(Side.CLIENT) above it?
Oh right. I might have to fix that
I've tried several times to build and run the mod on a server but it crashes on startup