amadornes / MCMultiPart

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

Placement fix (whoops!) #113

Closed 2xsaiko closed 6 years ago

2xsaiko commented 6 years ago

Old behavior checked Block#canPlaceBlockAt which, when not overridden, checks if the block at the current position is replacable which is not true for Multiparts. This should return true instead and implemented seperately by mod developers.