aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTenPlus1 <kinsellaja@yahoo.com>2018-05-23 08:46:56 +0100
committerTenPlus1 <kinsellaja@yahoo.com>2018-05-23 08:46:56 +0100
commit4c94e5e3da9666e5b73e98e18ba119f15c7b5157 (patch)
treecc314722b8b58a1257dc8a212ef39ecd0396c928
parent4fdcdf5f42230ab4bfe0c856b77ea55236f65261 (diff)
downloadmob_horse-4c94e5e3da9666e5b73e98e18ba119f15c7b5157.tar.gz
mob_horse-4c94e5e3da9666e5b73e98e18ba119f15c7b5157.tar.bz2
mob_horse-4c94e5e3da9666e5b73e98e18ba119f15c7b5157.zip
tweak spawn settings
-rw-r--r--init.lua4
1 files changed, 2 insertions, 2 deletions
diff --git a/init.lua b/init.lua
index 76c2b1e..069432a 100644
--- a/init.lua
+++ b/init.lua
@@ -138,9 +138,9 @@ mobs:register_mob("mob_horse:horse", {
mobs:spawn({
name = "mob_horse:horse",
nodes = {"default:dirt_with_grass", "ethereal:dry_dirt"},
- min_light = 10,
+ min_light = 14,
interval = 60,
- chance = 15000,
+ chance = 16000,
min_height = 10,
max_height = 31000,
day_toggle = true,