tweak spawn settings

This commit is contained in:
TenPlus1 2018-05-23 08:46:56 +01:00
parent 4fdcdf5f42
commit 4c94e5e3da
1 changed files with 2 additions and 2 deletions

View File

@ -138,9 +138,9 @@ mobs:register_mob("mob_horse:horse", {
mobs:spawn({ mobs:spawn({
name = "mob_horse:horse", name = "mob_horse:horse",
nodes = {"default:dirt_with_grass", "ethereal:dry_dirt"}, nodes = {"default:dirt_with_grass", "ethereal:dry_dirt"},
min_light = 10, min_light = 14,
interval = 60, interval = 60,
chance = 15000, chance = 16000,
min_height = 10, min_height = 10,
max_height = 31000, max_height = 31000,
day_toggle = true, day_toggle = true,