diff options
Diffstat (limited to 'cow.lua')
-rw-r--r-- | cow.lua | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -106,6 +106,7 @@ mobs:spawn({ nodes = {"default:dirt_with_grass", "ethereal:green_dirt"}, neighbors = {"group:grass"}, min_light = 10, + interval = 60, chance = 5000, -- 15000 min_height = 5, max_height = 200, |