mirror of
https://github.com/PaperMC/Paper.git
synced 2025-08-09 00:22:08 -07:00
@@ -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"),
|
||||
|
Reference in New Issue
Block a user