forked from VoxeLibre/VoxeLibre
fix wolves behavior #2 (needs MineClone2/MineClone2#4198)
This commit is contained in:
parent
ea6d5012e3
commit
6c35f672e8
|
@ -106,6 +106,7 @@ local wolf = {
|
|||
"mobs_mc:stray",
|
||||
"mobs_mc:witherskeleton",
|
||||
},
|
||||
avoid_from = { "mobs_mc:llama" },
|
||||
}
|
||||
|
||||
mcl_mobs.register_mob("mobs_mc:wolf", wolf)
|
||||
|
|
Loading…
Reference in New Issue