Paint Ball Translations

This commit is contained in:
Sebastian Hartte
2020-06-11 01:21:48 +02:00
parent d37345ccfe
commit 9bde4dd899
15 changed files with 379 additions and 44 deletions
@@ -243,7 +243,7 @@ public class ToolMatterCannon extends AEBasePoweredItem implements IStorageCell<
{
final ItemPaintBall ipb = (ItemPaintBall) type.getItem();
final AEColor col = ipb.getColor( type );
final AEColor col = ipb.getColor();
// boolean lit = ipb.isLumen( type );
if( pos instanceof EntityRayTraceResult )