mirror of
https://github.com/minetest/minetest_game.git
synced 2024-11-05 23:33:51 +01:00
Farming: Add negative fall_damage_add_percent to straw
This doubles the fall height without damage to 11 nodes.
This commit is contained in:
parent
ba1ae07b4a
commit
5775c9147c
@ -89,7 +89,7 @@ minetest.register_node("farming:straw", {
|
|||||||
description = "Straw",
|
description = "Straw",
|
||||||
tiles = {"farming_straw.png"},
|
tiles = {"farming_straw.png"},
|
||||||
is_ground_content = false,
|
is_ground_content = false,
|
||||||
groups = {snappy=3, flammable=4},
|
groups = {snappy=3, flammable=4, fall_damage_add_percent=-30},
|
||||||
sounds = default.node_sound_leaves_defaults(),
|
sounds = default.node_sound_leaves_defaults(),
|
||||||
})
|
})
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user