master
TenPlus1 2016-02-01 19:58:22 +00:00
parent 77fc2ab5d6
commit 7737b6d44e
1 changed files with 1 additions and 1 deletions

View File

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