Skip to content

Commit

Permalink
Vampire Minion (#194)
Browse files Browse the repository at this point in the history
  • Loading branch information
Aaron committed Jul 3, 2023
1 parent 55b777d commit 379cd75
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,7 @@ public class MinionWidget extends Widget {
MIN_ICOS.put("Inferno", new ItemStack(Items.BLAZE_SPAWN_EGG));
MIN_ICOS.put("Revenant", new ItemStack(Items.ZOMBIE_SPAWN_EGG));
MIN_ICOS.put("Tarantula", new ItemStack(Items.SPIDER_SPAWN_EGG));
MIN_ICOS.put("Vampire", new ItemStack(Items.REDSTONE));
MIN_ICOS.put("Voidling", new ItemStack(Items.ENDERMAN_SPAWN_EGG));
MIN_ICOS.put("Acacia", new ItemStack(Items.ACACIA_LOG));
MIN_ICOS.put("Birch", new ItemStack(Items.BIRCH_LOG));
Expand Down

0 comments on commit 379cd75

Please sign in to comment.