Added Rotatable Blocks integration.

This commit is contained in:
AlgorithmX2
2014-04-03 23:12:35 -05:00
parent 26b1a2abf9
commit 27f374eb04
12 changed files with 176 additions and 44 deletions
+2 -2
View File
@@ -240,7 +240,7 @@ public class AdaptorIInventory extends InventoryAdaptor
}
else if ( is != null )
{
if ( Platform.isSameItem( is, left ) )
if ( Platform.isSameItemPrecise( is, left ) )
{
if ( is.stackSize < stack_limit )
{
@@ -303,7 +303,7 @@ public class AdaptorIInventory extends InventoryAdaptor
}
else
{
if ( Platform.isSameItem( is, left ) )
if ( Platform.isSameItemPrecise( is, left ) )
{
if ( is.stackSize < stack_limit )
{