mirror of
https://codeberg.org/tenplus1/mobs_monster.git
synced 2024-12-22 17:00:26 +01:00
reduce flan spawn
This commit is contained in:
parent
585ccba7a5
commit
da37864f8a
@ -80,8 +80,8 @@ mobs:register_mob("mobs_monster:lava_flan", {
|
|||||||
mobs:spawn({
|
mobs:spawn({
|
||||||
name = "mobs_monster:lava_flan",
|
name = "mobs_monster:lava_flan",
|
||||||
nodes = {"default:lava_source"},
|
nodes = {"default:lava_source"},
|
||||||
chance = 1000,
|
chance = 1500,
|
||||||
active_object_count = 2,
|
active_object_count = 1,
|
||||||
max_height = 0,
|
max_height = 0,
|
||||||
})
|
})
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user