quick tidy
This commit is contained in:
parent
acb69c6680
commit
592c2e8ec2
@ -68,8 +68,7 @@ local function growth(pointed_thing)
|
||||
local pos = pointed_thing.under
|
||||
local node = minetest.get_node(pos)
|
||||
|
||||
if node.name == ""
|
||||
or node.name == "ignore" then
|
||||
if node.name == "ignore" then
|
||||
return
|
||||
end
|
||||
|
||||
|
@ -195,7 +195,7 @@ minetest.register_node("ethereal:palmleaves", {
|
||||
drop = {
|
||||
max_items = 1,
|
||||
items = {
|
||||
{items = {"ethereal:palm_sapling"}, rarity = 15},
|
||||
{items = {"ethereal:palm_sapling"}, rarity = 10},
|
||||
{items = {"ethereal:palmleaves"}}
|
||||
}
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user