Make blazes glow in the dark
This commit is contained in:
parent
fed10e688e
commit
f7d9aea529
4 changed files with 4 additions and 1 deletions
|
@ -67,6 +67,7 @@ mobs:register_mob("mobs_mc:blaze", {
|
|||
jump_chance = 98,
|
||||
fear_height = 120,
|
||||
blood_amount = 0,
|
||||
glow = 14,
|
||||
})
|
||||
|
||||
mobs:spawn_specific("mobs_mc:blaze", mobs_mc.spawn.nether_fortress, {"air"}, 0, minetest.LIGHT_MAX+1, 30, 5000, 3, mobs_mc.spawn_height.nether_min, mobs_mc.spawn_height.nether_max)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue