Skip to content
Snippets Groups Projects
Commit 5775c914 authored by cd2's avatar cd2 Committed by paramat
Browse files

Farming: Add negative fall_damage_add_percent to straw

This doubles the fall height without damage to 11 nodes.
parent ba1ae07b
No related branches found
No related tags found
No related merge requests found
......@@ -89,7 +89,7 @@ minetest.register_node("farming:straw", {
description = "Straw",
tiles = {"farming_straw.png"},
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(),
})
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment