Fixes
This commit is contained in:
parent
a2b6249671
commit
d8ed4fcea2
3 changed files with 6 additions and 2 deletions
|
@ -9,4 +9,8 @@ public class BlockLeaves extends LeavesBlock {
|
|||
public BlockLeaves(MaterialColor color) {
|
||||
super(FabricBlockSettings.copyOf(Blocks.OAK_LEAVES).materialColor(color));
|
||||
}
|
||||
|
||||
public BlockLeaves(MaterialColor color, int light) {
|
||||
super(FabricBlockSettings.copyOf(Blocks.OAK_LEAVES).materialColor(color).lightLevel(light));
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue