diff options
author | root <root@linuxworks.belug.de> | 2018-01-31 22:45:38 +0100 |
---|---|---|
committer | root <root@linuxworks.belug.de> | 2018-01-31 22:45:38 +0100 |
commit | edaa66d96c57a3aec67a92d6818406f4fe135fd9 (patch) | |
tree | 23b6f2d4f3e13bfa6850e4c5d763423a4165325f | |
parent | 7858a0c8532b5c16b77b2c7ae5b4f5029b5970eb (diff) |
Bamboo fix
-rw-r--r-- | leaves.lua | 4 | ||||
-rw-r--r-- | stairs.lua | 2 |
2 files changed, 3 insertions, 3 deletions
@@ -264,7 +264,7 @@ minetest.register_node("ethereal:bamboo_leaves", { drop = { max_items = 1, items = { - {items = {"ethereal:bamboo_sprout"}, rarity = 10}, + {items = {"ethereal:bamboo_sprout"}, rarity = 5}, {items = {"ethereal:bamboo_leaves"}} } }, @@ -440,7 +440,7 @@ default.register_leafdecay({ default.register_leafdecay({ trunks = {"ethereal:bamboo"}, leaves = {"ethereal:bamboo_leaves"}, - radius = 2 + radius = 3 }) end @@ -111,7 +111,7 @@ elseif minetest.global_exists("stairsplus") then stairsplus:register_all("ethereal", "crystal_block", "ethereal:crystal_block", { description = S("Crystal block"), tiles = {"crystal_block.png"}, - groups = {cracky = 1, falling_node = 1, puts_out_fire = 1, cools_lava = 1}, + groups = {cracky = 1, puts_out_fire = 1, cools_lava = 1}, sounds = default.node_sound_glass_defaults(), }) |