mirror of
https://github.com/PaperMC/Paper.git
synced 2025-08-20 23:03:48 -07:00
@@ -61,6 +61,7 @@ public enum LootTables implements Keyed {
|
|||||||
// Entities
|
// Entities
|
||||||
ARMOR_STAND("entities/armor_stand"),
|
ARMOR_STAND("entities/armor_stand"),
|
||||||
BAT("entities/bat"),
|
BAT("entities/bat"),
|
||||||
|
BEE("entities/bee"),
|
||||||
BLAZE("entities/blaze"),
|
BLAZE("entities/blaze"),
|
||||||
CAT("entities/cat"),
|
CAT("entities/cat"),
|
||||||
CAVE_SPIDER("entities/cave_spider"),
|
CAVE_SPIDER("entities/cave_spider"),
|
||||||
@@ -80,6 +81,7 @@ public enum LootTables implements Keyed {
|
|||||||
GHAST("entities/ghast"),
|
GHAST("entities/ghast"),
|
||||||
GIANT("entities/giant"),
|
GIANT("entities/giant"),
|
||||||
GUARDIAN("entities/guardian"),
|
GUARDIAN("entities/guardian"),
|
||||||
|
HOGLIN("entities/hoglin"),
|
||||||
HORSE("entities/horse"),
|
HORSE("entities/horse"),
|
||||||
HUSK("entities/husk"),
|
HUSK("entities/husk"),
|
||||||
ILLUSIONER("entities/illusioner"),
|
ILLUSIONER("entities/illusioner"),
|
||||||
@@ -93,7 +95,10 @@ public enum LootTables implements Keyed {
|
|||||||
PARROT("entities/parrot"),
|
PARROT("entities/parrot"),
|
||||||
PHANTOM("entities/phantom"),
|
PHANTOM("entities/phantom"),
|
||||||
PIG("entities/pig"),
|
PIG("entities/pig"),
|
||||||
|
PIGLIN("entities/piglin"),
|
||||||
|
PIGLIN_BRUTE("entities/piglin_brute"),
|
||||||
PILLAGER("entities/pillager"),
|
PILLAGER("entities/pillager"),
|
||||||
|
PLAYER("entities/player"),
|
||||||
POLAR_BEAR("entities/polar_bear"),
|
POLAR_BEAR("entities/polar_bear"),
|
||||||
PUFFERFISH("entities/pufferfish"),
|
PUFFERFISH("entities/pufferfish"),
|
||||||
RABBIT("entities/rabbit"),
|
RABBIT("entities/rabbit"),
|
||||||
@@ -109,6 +114,7 @@ public enum LootTables implements Keyed {
|
|||||||
SPIDER("entities/spider"),
|
SPIDER("entities/spider"),
|
||||||
SQUID("entities/squid"),
|
SQUID("entities/squid"),
|
||||||
STRAY("entities/stray"),
|
STRAY("entities/stray"),
|
||||||
|
STRIDER("entities/strider"),
|
||||||
TRADER_LLAMA("entities/trader_llama"),
|
TRADER_LLAMA("entities/trader_llama"),
|
||||||
TROPICAL_FISH("entities/tropical_fish"),
|
TROPICAL_FISH("entities/tropical_fish"),
|
||||||
TURTLE("entities/turtle"),
|
TURTLE("entities/turtle"),
|
||||||
@@ -120,10 +126,11 @@ public enum LootTables implements Keyed {
|
|||||||
WITHER("entities/wither"),
|
WITHER("entities/wither"),
|
||||||
WITHER_SKELETON("entities/wither_skeleton"),
|
WITHER_SKELETON("entities/wither_skeleton"),
|
||||||
WOLF("entities/wolf"),
|
WOLF("entities/wolf"),
|
||||||
|
ZOGLIN("entities/zoglin"),
|
||||||
ZOMBIE("entities/zombie"),
|
ZOMBIE("entities/zombie"),
|
||||||
ZOMBIE_HORSE("entities/zombie_horse"),
|
ZOMBIE_HORSE("entities/zombie_horse"),
|
||||||
ZOMBIE_PIGMAN("entities/zombie_pigman"),
|
|
||||||
ZOMBIE_VILLAGER("entities/zombie_villager"),
|
ZOMBIE_VILLAGER("entities/zombie_villager"),
|
||||||
|
ZOMBIFIED_PIGLIN("entities/zombified_piglin"),
|
||||||
// Gameplay
|
// Gameplay
|
||||||
ARMORER_GIFT("gameplay/hero_of_the_village/armorer_gift"),
|
ARMORER_GIFT("gameplay/hero_of_the_village/armorer_gift"),
|
||||||
BUTCHER_GIFT("gameplay/hero_of_the_village/butcher_gift"),
|
BUTCHER_GIFT("gameplay/hero_of_the_village/butcher_gift"),
|
||||||
|
Reference in New Issue
Block a user