Double Slabs

Double Slabs

5M Downloads

SlabSupport.java should not use net.minecraft.client.Minecraft

wchen1990 opened this issue ยท 1 comments

commented

This causes a startup error on dedicated servers, since the class does not exist for dedicated servers. If SlabSupport is supposed to be a client side utility, should probably change the call to reflect that in DoubleSlabs.java's constructor method.

commented

Thanks for reporting this, I'll update with your patch shortly.