amadornes / MCMultiPart

A universal multipart API for Modern Minecraft
Other
67 stars 23 forks source link

getEffectiveSide()==Side.CLIENT will never be true #86

Closed TheCodedOne closed 7 years ago

TheCodedOne commented 7 years ago

https://github.com/amadornes/MCMultiPart/blob/1.11/src/main/java/mcmultipart/multipart/PartInfo.java#L43

this code is always ran on the Server Thread when loading an existing world, getEffectiveSide will always return Server, what you want is just normal getSide

this causes my multipart blocks to never render.

amadornes commented 7 years ago

Huh... That's... Interesting O_o I'll push a fix later today!