Skip to content
Snippets Groups Projects
Commit caeb1704 authored by tenplus1's avatar tenplus1
Browse files

bugfix

parent 589e1a50
No related branches found
No related tags found
No related merge requests found
......@@ -19,7 +19,7 @@ minetest.register_abm({
local crystal = minetest.find_nodes_in_area(pos0, pos1, {"ethereal:crystalgrass"})
local frost = minetest.find_nodes_in_area(pos0, pos1, {"ethereal:frost_tree"})
if #crystal > 10 and #frost > 10 then
if #crystal > 7 and #frost > 7 then
local ppos = crystal[1]
ppos.y = ppos.y - 1
local nod = minetest.get_node(ppos).name
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment