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 pos = pointed_thing.under
|
||||||
local node = minetest.get_node(pos)
|
local node = minetest.get_node(pos)
|
||||||
|
|
||||||
if node.name == ""
|
if node.name == "ignore" then
|
||||||
or node.name == "ignore" then
|
|
||||||
return
|
return
|
||||||
end
|
end
|
||||||
|
|
||||||
|
@ -195,7 +195,7 @@ minetest.register_node("ethereal:palmleaves", {
|
|||||||
drop = {
|
drop = {
|
||||||
max_items = 1,
|
max_items = 1,
|
||||||
items = {
|
items = {
|
||||||
{items = {"ethereal:palm_sapling"}, rarity = 15},
|
{items = {"ethereal:palm_sapling"}, rarity = 10},
|
||||||
{items = {"ethereal:palmleaves"}}
|
{items = {"ethereal:palmleaves"}}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
Loading…
x
Reference in New Issue
Block a user