forked from mtcontrib/mobs_animal
changed spawn intervals to 60
This commit is contained in:
parent
f42a8ba97e
commit
a60ca41148
3
bee.lua
3
bee.lua
@ -48,7 +48,8 @@ mobs:spawn({
|
|||||||
name = "mobs_animal:bee",
|
name = "mobs_animal:bee",
|
||||||
nodes = {"group:flower"},
|
nodes = {"group:flower"},
|
||||||
min_light = 10,
|
min_light = 10,
|
||||||
chance = 5000,
|
interval = 60,
|
||||||
|
chance = 6000,
|
||||||
min_height = 3,
|
min_height = 3,
|
||||||
max_height = 200,
|
max_height = 200,
|
||||||
day_toggle = true,
|
day_toggle = true,
|
||||||
|
@ -117,6 +117,7 @@ mobs:spawn({
|
|||||||
nodes = {spawn_on},
|
nodes = {spawn_on},
|
||||||
neighbors = {"group:grass"},
|
neighbors = {"group:grass"},
|
||||||
min_light = 10,
|
min_light = 10,
|
||||||
|
interval = 60,
|
||||||
chance = 5000, -- 15000
|
chance = 5000, -- 15000
|
||||||
min_height = 5,
|
min_height = 5,
|
||||||
max_height = 200,
|
max_height = 200,
|
||||||
|
@ -97,6 +97,7 @@ mobs:spawn({
|
|||||||
nodes = {spawn_on},
|
nodes = {spawn_on},
|
||||||
neighbors = {"group:grass"},
|
neighbors = {"group:grass"},
|
||||||
min_light = 10,
|
min_light = 10,
|
||||||
|
interval = 60,
|
||||||
chance = 5000, -- 15000
|
chance = 5000, -- 15000
|
||||||
active_object_count = 2,
|
active_object_count = 2,
|
||||||
min_height = 5,
|
min_height = 5,
|
||||||
|
1
cow.lua
1
cow.lua
@ -106,6 +106,7 @@ mobs:spawn({
|
|||||||
nodes = {"default:dirt_with_grass", "ethereal:green_dirt"},
|
nodes = {"default:dirt_with_grass", "ethereal:green_dirt"},
|
||||||
neighbors = {"group:grass"},
|
neighbors = {"group:grass"},
|
||||||
min_light = 10,
|
min_light = 10,
|
||||||
|
interval = 60,
|
||||||
chance = 5000, -- 15000
|
chance = 5000, -- 15000
|
||||||
min_height = 5,
|
min_height = 5,
|
||||||
max_height = 200,
|
max_height = 200,
|
||||||
|
@ -64,6 +64,7 @@ mobs:spawn({
|
|||||||
nodes = {spawn_on},
|
nodes = {spawn_on},
|
||||||
neighbors = {"group:grass"},
|
neighbors = {"group:grass"},
|
||||||
min_light = 12,
|
min_light = 12,
|
||||||
|
interval = 60,
|
||||||
chance = 10000, -- 22000
|
chance = 10000, -- 22000
|
||||||
min_height = 5,
|
min_height = 5,
|
||||||
max_height = 200,
|
max_height = 200,
|
||||||
|
@ -62,6 +62,7 @@ mobs:spawn({
|
|||||||
name = "mobs_animal:penguin",
|
name = "mobs_animal:penguin",
|
||||||
nodes = {"default:snowblock"},
|
nodes = {"default:snowblock"},
|
||||||
min_light = 10,
|
min_light = 10,
|
||||||
|
interval = 60,
|
||||||
chance = 20000,
|
chance = 20000,
|
||||||
min_height = 0,
|
min_height = 0,
|
||||||
max_height = 200,
|
max_height = 200,
|
||||||
|
1
rat.lua
1
rat.lua
@ -71,6 +71,7 @@ mobs:spawn({
|
|||||||
name = "mobs_animal:rat",
|
name = "mobs_animal:rat",
|
||||||
nodes = {"default:stone"},
|
nodes = {"default:stone"},
|
||||||
min_light = 3,
|
min_light = 3,
|
||||||
|
interval = 60,
|
||||||
active_object_count = 2,
|
active_object_count = 2,
|
||||||
max_height = 0,
|
max_height = 0,
|
||||||
-- on_spawn = rat_spawn,
|
-- on_spawn = rat_spawn,
|
||||||
|
@ -194,6 +194,7 @@ mobs:spawn({
|
|||||||
nodes = {"default:dirt_with_grass", "ethereal:green_dirt"},
|
nodes = {"default:dirt_with_grass", "ethereal:green_dirt"},
|
||||||
neighbors = {"group:grass"},
|
neighbors = {"group:grass"},
|
||||||
min_light = 10,
|
min_light = 10,
|
||||||
|
interval = 60,
|
||||||
chance = 5000, -- 15000
|
chance = 5000, -- 15000
|
||||||
min_height = 0,
|
min_height = 0,
|
||||||
max_height = 200,
|
max_height = 200,
|
||||||
|
@ -75,6 +75,7 @@ mobs:spawn({
|
|||||||
nodes = spawn_on,
|
nodes = spawn_on,
|
||||||
neighbors = spawn_by,
|
neighbors = spawn_by,
|
||||||
min_light = 10,
|
min_light = 10,
|
||||||
|
interval = 60,
|
||||||
chance = 6000, -- 15000
|
chance = 6000, -- 15000
|
||||||
min_height = 0,
|
min_height = 0,
|
||||||
max_height = 200,
|
max_height = 200,
|
||||||
|
Loading…
Reference in New Issue
Block a user