mirror of
https://github.com/luanti-org/minetest_game.git
synced 2025-06-01 03:20:03 -04:00
remove redundant node_box edit
This commit is contained in:
parent
b673def114
commit
d51dcf6070
1 changed files with 0 additions and 1 deletions
|
@ -324,7 +324,6 @@ local waterlily_waving_def = table.copy(waterlily_def)
|
|||
waterlily_waving_def.waving = 3
|
||||
waterlily_waving_def.drop = "flowers:waterlily"
|
||||
waterlily_waving_def.groups.not_in_creative_inventory = 1
|
||||
waterlily_waving_def.node_box.fixed[2] = -33 / 64
|
||||
|
||||
minetest.register_node("flowers:waterlily", waterlily_def)
|
||||
minetest.register_node("flowers:waterlily_waving", waterlily_waving_def)
|
||||
|
|
Loading…
Add table
Reference in a new issue