@ -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>0andgrass[math.random(1,#grass)]or""
ifnod~=""then
minetest.set_node(pos2,{name=nod})
end
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.