Vindicators attack villagers too

This commit is contained in:
cora 2022-08-01 00:39:49 +02:00 committed by Gitea
parent f629a6ba9d
commit 6d7e583db8
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,