amadornes / MCMultiPart

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

ItemBlockMultipart doesn't call Block#canPlaceBlockOnSide #68

Closed 2xsaiko closed 7 years ago

2xsaiko commented 7 years ago

I can probably just work around the issue at the moment, but I think you're missing a "&& block.canPlaceBlockOnSide(world, pos, facing)" in ItemBlockMultipart#placeBlockAtTested.

2xsaiko commented 7 years ago

This was definitely my fault.