fix decomposing leaves registration.
make decomposing leaves registration work with the new API support for leveled nodes.
This commit is contained in:
parent
a06b0a08af
commit
81bdcf6951
1 changed files with 1 additions and 0 deletions
|
@ -141,4 +141,5 @@ blockgame.register_leveled_node("leaves_decomposing", blockgame.underride({
|
||||||
},
|
},
|
||||||
walkable = false,
|
walkable = false,
|
||||||
supports_falling = true,
|
supports_falling = true,
|
||||||
|
level_max = decomposing_leaves_layers,
|
||||||
}, base_def))
|
}, base_def))
|
||||||
|
|
Loading…
Reference in a new issue