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
@@ -257,7 +257,7 @@ public class TilePaint extends AEBaseTile
{
final ItemPaintBall ipb = (ItemPaintBall) type.getItem();
final AEColor col = ipb.getColor( type );
final AEColor col = ipb.getColor();
final boolean lit = ipb.isLumen();
if( this.dots == null )