Initial Paint Ball Implementation.

This commit is contained in:
AlgorithmX2
2014-07-20 03:53:05 -05:00
parent 1a1025b8c9
commit f355fc1643
8 changed files with 465 additions and 32 deletions
+6
View File
@@ -60,4 +60,10 @@ public class ItemPaintBall extends AEBaseItem
l.add( new ItemStack( this, 1, 20 + c.ordinal() ) );
}
public boolean isLumen(ItemStack is)
{
int dmg = is.getItemDamage();
return dmg >= 20;
}
}