This commit is contained in:
Elias Fleckenstein 2021-01-08 14:43:49 +01:00
parent 7a1e6246d6
commit 20ab04dfc0
1 changed files with 2 additions and 1 deletions

View File

@ -221,7 +221,8 @@ local magma_cube_big = {
walk_chance = 0,
fear_height = 0,
spawn_small_alternative = "mobs_mc:magma_cube_small",
on_die = spawn_children_on_die("mobs_mc:magma_cube_small", 3, 0.8, 1.5)
on_die = spawn_children_on_die("mobs_mc:magma_cube_small", 3, 0.8, 1.5),
fire_resistant = true,
}
mobs:register_mob("mobs_mc:magma_cube_big", magma_cube_big)