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

This commit is contained in:
nixnoxus 2024-02-25 19:05:17 +01:00
parent 0d6db95a9e
commit 5076b44da1
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)