Remove wolves, turn existing ones into sheep
This commit is contained in:
parent
1c4c2dafc3
commit
ebfec57705
3 changed files with 7 additions and 188 deletions
|
@ -9,3 +9,10 @@ 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")
|
||||
|
||||
-- Magically turn wolves into sheep. (How ironic!)
|
||||
mobs:alias_mob("mobs_mc:wolf", "mobs_mc:sheep")
|
||||
mobs:alias_mob("mobs_mc:dog", "mobs_mc:sheep")
|
||||
|
||||
minetest.register_alias("mobs_mc:wolf", "mobs_mc:sheep")
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue