SPIGOT-7594: Fix typo and include missing MinecraftExperimental annotation in Loot Table enum

By: Doc <nachito94@msn.com>
This commit is contained in:
Bukkit/Spigot 2024-02-27 07:01:48 +11:00
parent 632debf466
commit 1e709e216a

View file

@ -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"),