amadornes / MCMultiPart

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

Request: Make ItemBlockMultipart respect canPlaceBlockOnSide #101

Closed 2xsaiko closed 6 years ago

2xsaiko commented 6 years ago

The current ItemBlockMultipart only checks canPlaceBlockAt, not canPlaceBlockOnSide. At the moment, I have to ship my own class that respects it, would be nice if I didn't have to do that. I've only had to add additional checks after every canPlaceBlockAt as far as I know.