MCMultiPart

MCMultiPart

42M Downloads

Request: Make ItemBlockMultipart respect canPlaceBlockOnSide

dblsaiko opened this issue ยท 0 comments

commented

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.