mirror of
https://codeberg.org/tenplus1/mob_horse.git
synced 2025-01-06 16:00:20 +01:00
tweak spawn settings
This commit is contained in:
parent
4fdcdf5f42
commit
4c94e5e3da
4
init.lua
4
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,
|
||||
|
Loading…
Reference in New Issue
Block a user