Ported to 1.7

This commit is contained in:
AlgorithmX2
2014-02-08 19:34:52 -06:00
parent 30c1deb8cf
commit d50c7f6312
328 changed files with 2209 additions and 2311 deletions
+5 -5
View File
@@ -71,7 +71,7 @@ public class AdaptorIInventory extends InventoryAdaptor
if ( rv != null )
{
// i.onInventoryChanged();
// i.markDirty();
return rv;
}
}
@@ -151,7 +151,7 @@ public class AdaptorIInventory extends InventoryAdaptor
}
// if ( rv != null )
// i.onInventoryChanged();
// i.markDirty();
return rv;
}
@@ -226,7 +226,7 @@ public class AdaptorIInventory extends InventoryAdaptor
if ( left.stackSize <= 0 )
{
// i.onInventoryChanged();
// i.markDirty();
return null;
}
}
@@ -247,7 +247,7 @@ public class AdaptorIInventory extends InventoryAdaptor
left.stackSize -= used;
if ( left.stackSize <= 0 )
{
// i.onInventoryChanged();
// i.markDirty();
return null;
}
}
@@ -258,7 +258,7 @@ public class AdaptorIInventory extends InventoryAdaptor
}
// if ( left.stackSize != A.stackSize )
// i.onInventoryChanged();
// i.markDirty();
return left;
}