diff --git a/src/main/java/org/bukkit/loot/LootTables.java b/src/main/java/org/bukkit/loot/LootTables.java index 4d42e692..0ca9d414 100644 --- a/src/main/java/org/bukkit/loot/LootTables.java +++ b/src/main/java/org/bukkit/loot/LootTables.java @@ -61,6 +61,7 @@ public enum LootTables implements Keyed { // Entities ARMOR_STAND("entities/armor_stand"), BAT("entities/bat"), + BEE("entities/bee"), BLAZE("entities/blaze"), CAT("entities/cat"), CAVE_SPIDER("entities/cave_spider"), @@ -80,6 +81,7 @@ public enum LootTables implements Keyed { GHAST("entities/ghast"), GIANT("entities/giant"), GUARDIAN("entities/guardian"), + HOGLIN("entities/hoglin"), HORSE("entities/horse"), HUSK("entities/husk"), ILLUSIONER("entities/illusioner"), @@ -93,7 +95,10 @@ public enum LootTables implements Keyed { PARROT("entities/parrot"), PHANTOM("entities/phantom"), PIG("entities/pig"), + PIGLIN("entities/piglin"), + PIGLIN_BRUTE("entities/piglin_brute"), PILLAGER("entities/pillager"), + PLAYER("entities/player"), POLAR_BEAR("entities/polar_bear"), PUFFERFISH("entities/pufferfish"), RABBIT("entities/rabbit"), @@ -109,6 +114,7 @@ public enum LootTables implements Keyed { SPIDER("entities/spider"), SQUID("entities/squid"), STRAY("entities/stray"), + STRIDER("entities/strider"), TRADER_LLAMA("entities/trader_llama"), TROPICAL_FISH("entities/tropical_fish"), TURTLE("entities/turtle"), @@ -120,10 +126,11 @@ public enum LootTables implements Keyed { WITHER("entities/wither"), WITHER_SKELETON("entities/wither_skeleton"), WOLF("entities/wolf"), + ZOGLIN("entities/zoglin"), ZOMBIE("entities/zombie"), ZOMBIE_HORSE("entities/zombie_horse"), - ZOMBIE_PIGMAN("entities/zombie_pigman"), ZOMBIE_VILLAGER("entities/zombie_villager"), + ZOMBIFIED_PIGLIN("entities/zombified_piglin"), // Gameplay ARMORER_GIFT("gameplay/hero_of_the_village/armorer_gift"), BUTCHER_GIFT("gameplay/hero_of_the_village/butcher_gift"),