SlabSupport.java should not use net.minecraft.client.Minecraft
wchen1990 opened this issue ยท 1 comments
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.