summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--leaves.lua4
-rw-r--r--stairs.lua2
2 files changed, 3 insertions, 3 deletions
diff --git a/leaves.lua b/leaves.lua
index 3d8a36e..daf925d 100644
--- a/leaves.lua
+++ b/leaves.lua
@@ -270,7 +270,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"}}
}
},
@@ -446,7 +446,7 @@ default.register_leafdecay({
default.register_leafdecay({
trunks = {"ethereal:bamboo"},
leaves = {"ethereal:bamboo_leaves"},
- radius = 2
+ radius = 3
})
end
diff --git a/stairs.lua b/stairs.lua
index e0eb175..94de7b7 100644
--- a/stairs.lua
+++ b/stairs.lua
@@ -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(),
})