Compare commits

6 Commits

View File

@ -55,7 +55,6 @@ for i = 1, 6 do
"jumping_trampoline_bottom.png",
"jumping_trampoline_sides.png^jumping_trampoline_sides_overlay"..i..".png"
},
is_ground_content = false,
groups = {
dig_immediate = 2,
bouncy = 20 + i * 20,
@ -77,7 +76,6 @@ minetest.register_node("jumping:cushion", {
"jumping_cushion_tb.png",
"jumping_cushion_sides.png"
},
is_ground_content = false,
groups = {dig_immediate=2, disable_jump=1, fall_damage_add_percent=-100},
})
@ -102,3 +100,5 @@ if minetest.get_modpath("farming") and minetest.get_modpath("wool") then
}
})
end
minetest.log("action", "[jumping] loaded.")