Add bouncy blocks

This commit is contained in:
Wuzzy 2016-02-13 13:12:16 +01:00
parent 669d6cadfa
commit 3ee793effe
5 changed files with 8 additions and 0 deletions

View File

@ -13,9 +13,17 @@ minetest.register_node("supplemental:sticky", {
"default_stone_brick.png", "default_stone_brick.png", "default_stone_brick.png",
"default_stone_brick.png", "default_stone_brick.png"},
groups = {immortal=1, disable_jump=1},
})
minetest.register_node("supplemental:bouncy", {
description = S("bouncy block"),
tiles = {"supplemental_bouncy.png"},
groups = {immortal=1, bouncy=70, fall_damage_add_percent=-100},
sounds = default.node_sound_stone_defaults()
})
minetest.register_node("supplemental:conglomerate", {
description = S("conglomerate"),
tiles = {"supplemental_conglomerate.png" },

Binary file not shown.

After

Width:  |  Height:  |  Size: 341 B

Binary file not shown.

Binary file not shown.

Binary file not shown.