forked from VoxeLibre/VoxeLibre
change `runaway_from` to `avoid_from`
This commit is contained in:
parent
0235611487
commit
4a36e5eec9
|
@ -40,9 +40,10 @@ local hoglin = {
|
|||
makes_footstep_sound = true,
|
||||
walk_velocity = 1,
|
||||
run_velocity = 2.8,
|
||||
runaway_from = {
|
||||
avoid_from = {
|
||||
"mcl_crimson:warped_fungus",
|
||||
"mcl_flowerpots:flower_pot_warped_fungus",
|
||||
"mcl_portals:portal",
|
||||
"mcl_beds:respawn_anchor",
|
||||
"mcl_beds:respawn_anchor_charged_1",
|
||||
"mcl_beds:respawn_anchor_charged_2",
|
||||
|
|
Loading…
Reference in New Issue