mirror of
https://github.com/PaperMC/Paper.git
synced 2025-08-07 23:52:11 -07:00
SPIGOT-7594: Fix typo and include missing MinecraftExperimental annotation in Loot Table enum
By: Doc <nachito94@msn.com>
This commit is contained in:
@@ -179,8 +179,10 @@ public enum LootTables implements Keyed {
|
||||
SNIFFER_DIGGING("gameplay/sniffer_digging"),
|
||||
PIGLIN_BARTERING("gameplay/piglin_bartering"),
|
||||
// Spawners
|
||||
@MinecraftExperimental
|
||||
TRIAL_CHAMBER_KEY("spawners/trial_chamber/key"),
|
||||
RIAL_CHAMBER_CONSUMABLES("spawners/trial_chamber/consumables"),
|
||||
@MinecraftExperimental
|
||||
TRIAL_CHAMBER_CONSUMABLES("spawners/trial_chamber/consumables"),
|
||||
// Archaeology
|
||||
DESERT_WELL_ARCHAEOLOGY("archaeology/desert_well"),
|
||||
DESERT_PYRAMID_ARCHAEOLOGY("archaeology/desert_pyramid"),
|
||||
|
Reference in New Issue
Block a user