fix wolves behavior #2 (needs MineClone2/MineClone2#4198)

This commit is contained in:
nixnoxus 2024-02-25 19:05:17 +01:00
parent a1b2d055fb
commit 2df570e275
1 changed files with 1 additions and 0 deletions

View File

@ -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)