Update MCP Mappings to stable_32
Some mapping updates are just straight up weird. 20170516 -> isBlockSolid, 20170517 -> causesDownwardCurrent
This commit is contained in:
@@ -398,7 +398,7 @@ public class FacadeBuilder
|
||||
AEAxisAlignedBB b = null;
|
||||
for( AxisAlignedBB bb : partBoxes )
|
||||
{
|
||||
if( bb.intersectsWith( facadeBox ) )
|
||||
if( bb.intersects( facadeBox ) )
|
||||
{
|
||||
if( b == null )
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user