quick tidy

This commit is contained in:
TenPlus1 2016-07-12 20:27:07 +01:00
parent acb69c6680
commit 592c2e8ec2
2 changed files with 2 additions and 3 deletions

View File

@ -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

View File

@ -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"}}
}
},