Skip to content

Commit

Permalink
Revert "Add Zombie Villager to summon command"
Browse files Browse the repository at this point in the history
  • Loading branch information
bearbin authored and mathiascode committed May 10, 2020
1 parent 168647f commit de32a51
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions summon.lua
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,6 @@ local Mobs =
["wolf"] = mtWolf,
["zombie"] = mtZombie,
["zombie_pigman"] = mtZombiePigman,
["zombie_villager"] = mtZombieVillager,

-- 1.10 and below
["Bat"] = mtBat,
Expand Down Expand Up @@ -80,8 +79,7 @@ local Mobs =
["Wither"] = mtWither,
["Wolf"] = mtWolf,
["Zombie"] = mtZombie,
["PigZombie"] = mtZombiePigman,
["ZombieVillager"] = mtZombieVillager
["PigZombie"] = mtZombiePigman
}

local Projectiles =
Expand Down

0 comments on commit de32a51

Please sign in to comment.