Remove horses, replace with cows and rabbits
This commit is contained in:
parent
823c20bd1b
commit
1c4c2dafc3
3 changed files with 13 additions and 326 deletions
11
mods/ENTITIES/mobs_mc/old_mobs.lua
Normal file
11
mods/ENTITIES/mobs_mc/old_mobs.lua
Normal file
|
@ -0,0 +1,11 @@
|
|||
|
||||
-- Compatibility with deleted mobs
|
||||
|
||||
-- Magically turn horses into rabbits and cows. :D
|
||||
mobs:alias_mob("mobs_mc:horse", "mobs_mc:rabbit")
|
||||
mobs:alias_mob("mobs_mc:horse2", "mobs_mc:cow")
|
||||
mobs:alias_mob("mobs_mc:horse3", "mobs_mc:cow")
|
||||
|
||||
minetest.register_alias("mobs_mc:horse", "mobs_mc:rabbit")
|
||||
minetest.register_alias("mobs_mc:horse2", "mobs_mc:cow")
|
||||
minetest.register_alias("mobs_mc:horse3", "mobs_mc:cow")
|
Loading…
Add table
Add a link
Reference in a new issue