forked from mtcontrib/mob_horse
changed spawn interval to 60
This commit is contained in:
parent
85e9ffc80a
commit
4fdcdf5f42
1
init.lua
1
init.lua
@ -139,6 +139,7 @@ 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 = 10,
|
||||||
|
interval = 60,
|
||||||
chance = 15000,
|
chance = 15000,
|
||||||
min_height = 10,
|
min_height = 10,
|
||||||
max_height = 31000,
|
max_height = 31000,
|
||||||
|
Loading…
Reference in New Issue
Block a user