Vindicators attack villagers too

This commit is contained in:
cora 2022-08-01 00:39:49 +02:00
parent 64f672c15f
commit ad4eb2c0d6
1 changed files with 1 additions and 0 deletions

View File

@ -38,6 +38,7 @@ mcl_mobs:register_mob("mobs_mc:vindicator", {
walk_velocity = 1.2,
run_velocity = 2.4,
attack_type = "dogfight",
attack_npcs = true,
drops = {
{name = "mcl_core:emerald",
chance = 1,