aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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,