mirror of
https://github.com/luanti-org/luanti.git
synced 2025-09-15 18:57:08 +00:00
Remove unused weight property from objects (#9320)
This commit is contained in:
parent
3dfb6ecbb2
commit
e05b7dbb3c
5 changed files with 2 additions and 12 deletions
|
@ -6148,9 +6148,6 @@ Player properties need to be saved manually.
|
|||
collide_with_objects = true,
|
||||
-- Collide with other objects if physical = true
|
||||
|
||||
weight = 5,
|
||||
-- Unused.
|
||||
|
||||
collisionbox = {-0.5, 0.0, -0.5, 0.5, 1.0, 0.5}, -- Default
|
||||
selectionbox = {-0.5, 0.0, -0.5, 0.5, 1.0, 0.5},
|
||||
-- Selection box uses collision box dimensions when not set.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue