summaryrefslogtreecommitdiff
path: root/extranodes
diff options
context:
space:
mode:
authorh-v-smacker <hans-von-smacker+github@gmail.com>2018-07-20 17:39:44 +0300
committerh-v-smacker <hans-von-smacker+github@gmail.com>2018-07-20 17:39:44 +0300
commit2449876ee5f6090044b02f9143d1f97bdc07f411 (patch)
treea1547da2ef9aeae779f4faeb71ec11c6d5b6b37c /extranodes
parent77f4b770c69685b689ce965d460a1c20506e6c2a (diff)
shaped bushes
Diffstat (limited to 'extranodes')
-rw-r--r--extranodes/trampoline.lua3
1 files changed, 3 insertions, 0 deletions
diff --git a/extranodes/trampoline.lua b/extranodes/trampoline.lua
index 5616a73..8d94a92 100644
--- a/extranodes/trampoline.lua
+++ b/extranodes/trampoline.lua
@@ -35,6 +35,7 @@ minetest.register_node(":technic:fall_dampener_50", {
"technic_fall_dampener_side.png"},
groups = {crumbly = 3, fall_damage_add_percent = -50},
sounds = default.node_sound_dirt_defaults(),
+ paramtype = "light",
paramtype2 = "facedir",
})
@@ -49,6 +50,7 @@ minetest.register_node(":technic:fall_dampener_100", {
"technic_fall_dampener_side.png"},
groups = {crumbly = 3, fall_damage_add_percent = -100},
sounds = default.node_sound_dirt_defaults(),
+ paramtype = "light",
paramtype2 = "facedir",
})
@@ -63,6 +65,7 @@ minetest.register_node(":technic:trampoline", {
"technic_trampoline_side.png"},
groups = {crumbly = 3, bouncy = 100, fall_damage_add_percent = -100},
sounds = {footstep = {name = "trampoline_boing", gain = 1.0}},
+ paramtype = "light",
paramtype2 = "facedir",
})