summaryrefslogtreecommitdiff
path: root/rat.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 /rat.lua
parentf42a8ba97e4fa9beef2e46f02ffe9e5af248a195 (diff)
changed spawn intervals to 60
Diffstat (limited to 'rat.lua')
-rw-r--r--rat.lua1
1 files changed, 1 insertions, 0 deletions
diff --git a/rat.lua b/rat.lua
index 2668475..57bb892 100644
--- a/rat.lua
+++ b/rat.lua
@@ -71,6 +71,7 @@ mobs:spawn({
name = "mobs_animal:rat",
nodes = {"default:stone"},
min_light = 3,
+ interval = 60,
active_object_count = 2,
max_height = 0,
-- on_spawn = rat_spawn,