mirror of
https://github.com/luanti-org/luanti.git
synced 2025-08-01 17:38:41 +00:00
Builtin/game/falling: Re-add comma removed by recent commit
This commit is contained in:
parent
65c09a96f4
commit
2ce02c99b4
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@ core.register_entity(":__builtin:falling_node", {
|
||||||
is_visible = false,
|
is_visible = false,
|
||||||
collide_with_objects = false,
|
collide_with_objects = false,
|
||||||
collisionbox = {-0.5, -0.5, -0.5, 0.5, 0.5, 0.5},
|
collisionbox = {-0.5, -0.5, -0.5, 0.5, 0.5, 0.5},
|
||||||
}
|
},
|
||||||
|
|
||||||
node = {},
|
node = {},
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue