Inscriber is fully functional, just needs textures.

This commit is contained in:
AlgorithmX2
2014-03-12 22:14:55 -05:00
parent 0ed0af3d34
commit a60d5a4cc7
8 changed files with 301 additions and 92 deletions
+8 -6
View File
@@ -140,6 +140,9 @@ public class SlotRestrictedInput extends AppEngSlot
case INSCRIBER_PLATE:
if ( AEApi.instance().materials().materialNamePress.sameAs( i ) )
return true;
for (ItemStack is : Inscribe.plates)
if ( Platform.isSameItemPrecise( is, i ) )
return true;
@@ -147,12 +150,11 @@ public class SlotRestrictedInput extends AppEngSlot
return false;
case INSCRIBER_INPUT:
for (ItemStack is : Inscribe.inputs)
if ( Platform.isSameItemPrecise( is, i ) )
return true;
return false;
return true;/*
* for (ItemStack is : Inscribe.inputs) if ( Platform.isSameItemPrecise( is, i ) ) return true;
*
* return false;
*/
case METAL_INGOTS: