1
0
mirror of https://codeberg.org/tenplus1/mobs_animal.git synced 2025-07-25 19:40:22 +02:00

tweak spawn values

This commit is contained in:
TenPlus1
2018-05-23 08:56:10 +01:00
parent a60ca41148
commit ae9a93e95d
9 changed files with 16 additions and 16 deletions

View File

@ -71,8 +71,9 @@ mobs:spawn({
name = "mobs_animal:rat",
nodes = {"default:stone"},
min_light = 3,
max_light = 9,
interval = 60,
active_object_count = 2,
chance = 8000,
max_height = 0,
-- on_spawn = rat_spawn,
})