From de32a51346a1dab5f44f91abb6fa7c29bf11fc2c Mon Sep 17 00:00:00 2001 From: Alexander Harkness Date: Sat, 21 Mar 2020 11:30:57 +0000 Subject: [PATCH] Revert "Add Zombie Villager to summon command" --- summon.lua | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/summon.lua b/summon.lua index 14018ec..3d9667c 100644 --- a/summon.lua +++ b/summon.lua @@ -47,7 +47,6 @@ local Mobs = ["wolf"] = mtWolf, ["zombie"] = mtZombie, ["zombie_pigman"] = mtZombiePigman, - ["zombie_villager"] = mtZombieVillager, -- 1.10 and below ["Bat"] = mtBat, @@ -80,8 +79,7 @@ local Mobs = ["Wither"] = mtWither, ["Wolf"] = mtWolf, ["Zombie"] = mtZombie, - ["PigZombie"] = mtZombiePigman, - ["ZombieVillager"] = mtZombieVillager + ["PigZombie"] = mtZombiePigman } local Projectiles =