Fixed seeds, materials and other things
This commit is contained in:
@@ -258,7 +258,7 @@ public class TilePaint extends AEBaseTile
|
||||
final ItemPaintBall ipb = (ItemPaintBall) type.getItem();
|
||||
|
||||
final AEColor col = ipb.getColor( type );
|
||||
final boolean lit = ipb.isLumen( type );
|
||||
final boolean lit = ipb.isLumen();
|
||||
|
||||
if( this.dots == null )
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user