summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTenPlus1 <kinsellaja@yahoo.com>2018-05-23 08:56:10 +0100
committerTenPlus1 <kinsellaja@yahoo.com>2018-05-23 08:56:10 +0100
commitae9a93e95d3443789f8b6dd4f6fe29d96ed856b2 (patch)
tree49acfeffe0107b88915a020b8667272a88a0c87a
parenta60ca411488bb98aec3437c99e742ffe5197b3cc (diff)
tweak spawn values
-rw-r--r--bee.lua4
-rw-r--r--bunny.lua4
-rw-r--r--chicken.lua5
-rw-r--r--cow.lua4
-rw-r--r--kitten.lua2
-rw-r--r--penguin.lua2
-rw-r--r--rat.lua3
-rw-r--r--sheep.lua4
-rw-r--r--warthog.lua4
9 files changed, 16 insertions, 16 deletions
diff --git a/bee.lua b/bee.lua
index d1d2de4..7c3de76 100644
--- a/bee.lua
+++ b/bee.lua
@@ -47,9 +47,9 @@ mobs:register_mob("mobs_animal:bee", {
mobs:spawn({
name = "mobs_animal:bee",
nodes = {"group:flower"},
- min_light = 10,
+ min_light = 14,
interval = 60,
- chance = 6000,
+ chance = 7000,
min_height = 3,
max_height = 200,
day_toggle = true,
diff --git a/bunny.lua b/bunny.lua
index c1cd42b..123dd1d 100644
--- a/bunny.lua
+++ b/bunny.lua
@@ -116,9 +116,9 @@ mobs:spawn({
name = "mobs_animal:bunny",
nodes = {spawn_on},
neighbors = {"group:grass"},
- min_light = 10,
+ min_light = 14,
interval = 60,
- chance = 5000, -- 15000
+ chance = 8000, -- 15000
min_height = 5,
max_height = 200,
day_toggle = true,
diff --git a/chicken.lua b/chicken.lua
index 27f8307..1ffa436 100644
--- a/chicken.lua
+++ b/chicken.lua
@@ -96,10 +96,9 @@ mobs:spawn({
name = "mobs_animal:chicken",
nodes = {spawn_on},
neighbors = {"group:grass"},
- min_light = 10,
+ min_light = 14,
interval = 60,
- chance = 5000, -- 15000
- active_object_count = 2,
+ chance = 8000, -- 15000
min_height = 5,
max_height = 200,
day_toggle = true,
diff --git a/cow.lua b/cow.lua
index aa41ef7..ed77836 100644
--- a/cow.lua
+++ b/cow.lua
@@ -105,9 +105,9 @@ mobs:spawn({
name = "mobs_animal:cow",
nodes = {"default:dirt_with_grass", "ethereal:green_dirt"},
neighbors = {"group:grass"},
- min_light = 10,
+ min_light = 14,
interval = 60,
- chance = 5000, -- 15000
+ chance = 8000, -- 15000
min_height = 5,
max_height = 200,
day_toggle = true,
diff --git a/kitten.lua b/kitten.lua
index 8faef54..948add9 100644
--- a/kitten.lua
+++ b/kitten.lua
@@ -63,7 +63,7 @@ mobs:spawn({
name = "mobs_animal:kitten",
nodes = {spawn_on},
neighbors = {"group:grass"},
- min_light = 12,
+ min_light = 14,
interval = 60,
chance = 10000, -- 22000
min_height = 5,
diff --git a/penguin.lua b/penguin.lua
index 1f3e813..2ee14b9 100644
--- a/penguin.lua
+++ b/penguin.lua
@@ -61,7 +61,7 @@ stepheight = 0.6,
mobs:spawn({
name = "mobs_animal:penguin",
nodes = {"default:snowblock"},
- min_light = 10,
+ min_light = 14,
interval = 60,
chance = 20000,
min_height = 0,
diff --git a/rat.lua b/rat.lua
index 57bb892..27017fe 100644
--- a/rat.lua
+++ b/rat.lua
@@ -71,8 +71,9 @@ mobs:spawn({
name = "mobs_animal:rat",
nodes = {"default:stone"},
min_light = 3,
+ max_light = 9,
interval = 60,
- active_object_count = 2,
+ chance = 8000,
max_height = 0,
-- on_spawn = rat_spawn,
})
diff --git a/sheep.lua b/sheep.lua
index 26c92ce..afbb42e 100644
--- a/sheep.lua
+++ b/sheep.lua
@@ -193,9 +193,9 @@ mobs:spawn({
name = "mobs_animal:sheep_white",
nodes = {"default:dirt_with_grass", "ethereal:green_dirt"},
neighbors = {"group:grass"},
- min_light = 10,
+ min_light = 14,
interval = 60,
- chance = 5000, -- 15000
+ chance = 8000, -- 15000
min_height = 0,
max_height = 200,
day_toggle = true,
diff --git a/warthog.lua b/warthog.lua
index ce45675..d1f028d 100644
--- a/warthog.lua
+++ b/warthog.lua
@@ -74,9 +74,9 @@ mobs:spawn({
name = "mobs_animal:pumba",
nodes = spawn_on,
neighbors = spawn_by,
- min_light = 10,
+ min_light = 14,
interval = 60,
- chance = 6000, -- 15000
+ chance = 8000, -- 15000
min_height = 0,
max_height = 200,
day_toggle = true,