Skip to content

Commit

Permalink
Quantonium Ore now emits a small amount of light yet not enough to me…
Browse files Browse the repository at this point in the history
…ss with mob spawning. Fixes #161
  • Loading branch information
hunterboerner committed Dec 24, 2013
1 parent 20caaa9 commit a7f8323
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main/java/quantumcraft/blocks/BlockOreQuantonium.java
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ public BlockOreQuantonium(int par1) {
super(par1);
setHardness(2.5F);
setResistance(1.0F);
setLightValue(0.3F);
}

public void setIcon(Icon i) {
Expand Down

0 comments on commit a7f8323

Please sign in to comment.