Make tiny torches less useless

This commit is contained in:
Ellpeck 2016-10-31 21:01:44 +01:00
parent ccab4bcee2
commit 6ac7c24369

View file

@ -46,7 +46,7 @@ public class BlockTinyTorch extends BlockBase{
this.setTickRandomly(true);
this.setHardness(0.0F);
this.setLightLevel(0.67F);
this.setLightLevel(0.8F);
this.setSoundType(SoundType.WOOD);
}