summaryrefslogtreecommitdiff
path: root/cow.lua
diff options
context:
space:
mode:
authorTenPlus1 <kinsellaja@yahoo.com>2018-05-16 13:02:23 +0100
committerTenPlus1 <kinsellaja@yahoo.com>2018-05-16 13:02:23 +0100
commita60ca411488bb98aec3437c99e742ffe5197b3cc (patch)
tree54dd0fae98d74f9dd21b632b5e28f74b3733598f /cow.lua
parentf42a8ba97e4fa9beef2e46f02ffe9e5af248a195 (diff)
changed spawn intervals to 60
Diffstat (limited to 'cow.lua')
-rw-r--r--cow.lua1
1 files changed, 1 insertions, 0 deletions
diff --git a/cow.lua b/cow.lua
index fef0703..aa41ef7 100644
--- a/cow.lua
+++ b/cow.lua
@@ -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,