1
0
mirror of https://github.com/minetest/minetest.git synced 2025-07-04 17:00:23 +02:00

Remove unused weight property from objects (#9320)

This commit is contained in:
Wuzzy
2020-01-22 09:19:27 +00:00
committed by Loïc Blot
parent 3dfb6ecbb2
commit e05b7dbb3c
5 changed files with 2 additions and 12 deletions

View File

@ -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.