mirror of
https://github.com/Ellpeck/ActuallyAdditions.git
synced 2024-11-22 15:18:34 +01:00
Make tiny torches less useless
This commit is contained in:
parent
ccab4bcee2
commit
6ac7c24369
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue