disable player fall damage.
This commit is contained in:
parent
f3d46e4d71
commit
0bdbc5539a
1 changed files with 3 additions and 0 deletions
|
@ -5,5 +5,8 @@ blockgame.register_on_joinplayer(function(player)
|
||||||
data.properties.pointable = false
|
data.properties.pointable = false
|
||||||
data.properties.zoom_fov = 15
|
data.properties.zoom_fov = 15
|
||||||
data.properties.eye_height = 1.7
|
data.properties.eye_height = 1.7
|
||||||
|
player:set_armor_groups({
|
||||||
|
fall_damage_add_percent = -100,
|
||||||
|
})
|
||||||
end)
|
end)
|
||||||
end)
|
end)
|
||||||
|
|
Loading…
Reference in a new issue