mirror of
https://github.com/PaperMC/Paper.git
synced 2024-12-28 23:38:25 +01:00
SPIGOT-7594: Fix typo and include missing MinecraftExperimental annotation in Loot Table enum
By: Doc <nachito94@msn.com>
This commit is contained in:
parent
632debf466
commit
1e709e216a
1 changed files with 3 additions and 1 deletions
|
@ -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"),
|
||||
|
|
Loading…
Reference in a new issue