Skip to content
Snippets Groups Projects
Commit 31e44881 authored by TenPlus1's avatar TenPlus1
Browse files

add owner loyalty to hogs

parent 8deab402
No related branches found
No related tags found
No related merge requests found
......@@ -47,7 +47,7 @@ mobs:register_mob("mobs_animal:cow", {
punch_end = 100,
},
follow = "farming:wheat",
view_range = 7,
view_range = 8,
replace_rate = 10,
-- replace_what = {"default:grass_3", "default:grass_4", "default:grass_5", "farming:wheat_8"},
replace_what = {
......
......@@ -9,6 +9,7 @@ mobs:register_mob("mobs_animal:pumba", {
passive = false,
attack_type = "dogfight",
group_attack = true,
owner_loyal = true,
reach = 2,
damage = 2,
hp_min = 5,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment