mirror of
https://codeberg.org/tenplus1/mobs_monster.git
synced 2025-07-04 17:30:21 +02:00
Added compatibility with older mobs already spawned
This commit is contained in:
@ -56,7 +56,8 @@ mobs:register_spawn("mobs_monster:dungeon_master", {"default:stone"}, 7, 0, 7000
|
||||
|
||||
mobs:register_egg("mobs_monster:dungeon_master", "Dungeon Master", "fire_basic_flame.png", 1, true)
|
||||
|
||||
minetest.register_alias("mobs:dungeon_master", "mobs_monster:dungeon_master")
|
||||
-- compatibility
|
||||
mobs:alias_mob("mobs:dungeon_master", "mobs_monster:dungeon_master")
|
||||
|
||||
-- fireball (weapon)
|
||||
mobs:register_arrow("mobs_monster:fireball", {
|
||||
|
Reference in New Issue
Block a user