#RI-10 fixed - Uranium ore now spawns particles

This commit is contained in:
Calclavia 2014-06-20 17:28:45 -07:00
parent d595490009
commit e752bd9ccc

View file

@ -29,7 +29,7 @@ public class BlockUraniumOre extends BlockRadioactive
this.canSpread = false;
this.radius = 1f;
this.amplifier = 0;
this.spawnParticle = false;
this.spawnParticle = true;
}
@Override