mirror of
https://codeberg.org/tenplus1/mob_horse.git
synced 2025-01-08 00:40: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({
|
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,
|
||||||
|
Loading…
Reference in New Issue
Block a user