Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Farming: Add negative fall_damage_add_percent to straw
This doubles the fall height without damage to 11 nodes.
  • Loading branch information
cdqwertz authored and paramat committed Jun 17, 2016
1 parent ba1ae07 commit 5775c91
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mods/farming/nodes.lua
Expand Up @@ -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(),
})

Expand Down

0 comments on commit 5775c91

Please sign in to comment.