The Monk Mod

The Monk Mod

2M Downloads

Server crash with monk mod 1.3

Lordeath19 opened this issue ยท 5 comments

commented

How does one install the mod on a server?

I am running the latest version (1.3) and when running it on a server it gives me this error:

Caused by: java.lang.NoClassDefFoundError: net/minecraft/client/renderer/BufferBuilder

which means it's a client only mod (as gathered by the forums).

for more info :https://pastebin.com/GHzXpAvW

commented

lol oops should probably close this now

commented

Confirmed. Seeing this crash on server start after upgrading from 1.2 to 1.3

commented

I think this might be related to #19 because I got it when I was on version 1.3.

commented

This. I have this also. :V

commented

I managed to fix it, in the preInit function inside the MonkMod.java, move line 84 above line 98 (MonkTextures.init();)

That fixed it for me