Fixed some fabric warnings
This commit is contained in:
parent
791db59c18
commit
8abcab32ec
4 changed files with 18 additions and 11 deletions
|
@ -54,7 +54,7 @@ public class BaseLeavesBlock extends LeavesBlock implements BlockModelProvider,
|
|||
}
|
||||
|
||||
public BaseLeavesBlock(Block sapling, MaterialColor color, int light) {
|
||||
super(makeLeaves(color).lightLevel(light));
|
||||
super(makeLeaves(color).luminance(light));
|
||||
this.sapling = sapling;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue