#RI-10 fixed - Uranium ore now spawns particles
This commit is contained in:
parent
d595490009
commit
e752bd9ccc
1 changed files with 1 additions and 1 deletions
|
@ -29,7 +29,7 @@ public class BlockUraniumOre extends BlockRadioactive
|
||||||
this.canSpread = false;
|
this.canSpread = false;
|
||||||
this.radius = 1f;
|
this.radius = 1f;
|
||||||
this.amplifier = 0;
|
this.amplifier = 0;
|
||||||
this.spawnParticle = false;
|
this.spawnParticle = true;
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
|
|
Loading…
Reference in a new issue