1
0
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:
TenPlus1
2016-04-15 15:23:02 +01:00
parent e468946194
commit 55b0599cfe
9 changed files with 20 additions and 11 deletions

View File

@ -54,7 +54,8 @@ mobs:register_spawn("mobs_monster:spider",
mobs:register_egg("mobs_monster:spider", "Spider", "mobs_cobweb.png", 1)
minetest.register_alias("mobs:spider", "mobs_monster:spider")
-- compatibility
mobs:alias_mob("mobs:spider", "mobs_monster:spider")
-- ethereal crystal spike compatibility
if not minetest.get_modpath("ethereal") then