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
+3 -3
View File
@@ -29,7 +29,7 @@ public class AppEngSlot extends Slot
return this;
}
public int icon = -1;
public int IIcon = -1;
public hasCalculatedValidness isValid;
public int defX, defY;
@@ -53,7 +53,7 @@ public class AppEngSlot extends Slot
public void onSlotChanged()
{
if ( inventory instanceof AppEngInternalInventory )
((AppEngInternalInventory) inventory).onInventoryChanged( getSlotIndex() );
((AppEngInternalInventory) inventory).markDirty( getSlotIndex() );
else
super.onSlotChanged();
@@ -131,7 +131,7 @@ public class AppEngSlot extends Slot
public int getIcon()
{
return icon;
return IIcon;
}
public boolean isPlayerSide()