diff options
Diffstat (limited to 'init.lua')
| -rw-r--r-- | init.lua | 2 | 
1 files changed, 1 insertions, 1 deletions
@@ -245,7 +245,7 @@ local function check_soil(pos, nodename, strength)  			end
  		else
  			-- place random grass (common)
 -			nod = grass[math.random(1, #grass)] or ""
 +			nod = #grass > 0 and grass[math.random(1, #grass)] or ""
  			if nod ~= "" then
  				minetest.set_node(pos2, {name = nod})
  			end
  | 
