mirror of
https://github.com/Ellpeck/ActuallyAdditions.git
synced 2024-11-22 15:18:34 +01:00
Update Tiny Torch light (Engineers house is quite dark if set to 8)
This commit is contained in:
parent
523cba5958
commit
4cc4b40c4b
1 changed files with 1 additions and 1 deletions
|
@ -43,7 +43,7 @@ public class BlockTinyTorch extends BlockBase {
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
public int getLightEmission(BlockState state, BlockGetter level, BlockPos pos) {
|
public int getLightEmission(BlockState state, BlockGetter level, BlockPos pos) {
|
||||||
return 8;
|
return 12;
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
|
|
Loading…
Reference in a new issue