tweak
This commit is contained in:
parent
77fc2ab5d6
commit
7737b6d44e
@ -54,7 +54,7 @@ minetest.register_abm({
|
||||
local fflower = minetest.find_nodes_in_area_under_air(
|
||||
pos0, pos1, {"ethereal:fire_flower"})
|
||||
|
||||
if #grass > 6
|
||||
if #grass > 7
|
||||
and #fflower < 1 then
|
||||
|
||||
grass = grass[math.random(#grass)]
|
||||
|
Loading…
x
Reference in New Issue
Block a user