mirror of
https://github.com/PaperMC/Paper.git
synced 2025-01-30 20:21:41 +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
@ -179,8 +179,10 @@ public enum LootTables implements Keyed {
|
|||||||
SNIFFER_DIGGING("gameplay/sniffer_digging"),
|
SNIFFER_DIGGING("gameplay/sniffer_digging"),
|
||||||
PIGLIN_BARTERING("gameplay/piglin_bartering"),
|
PIGLIN_BARTERING("gameplay/piglin_bartering"),
|
||||||
// Spawners
|
// Spawners
|
||||||
|
@MinecraftExperimental
|
||||||
TRIAL_CHAMBER_KEY("spawners/trial_chamber/key"),
|
TRIAL_CHAMBER_KEY("spawners/trial_chamber/key"),
|
||||||
RIAL_CHAMBER_CONSUMABLES("spawners/trial_chamber/consumables"),
|
@MinecraftExperimental
|
||||||
|
TRIAL_CHAMBER_CONSUMABLES("spawners/trial_chamber/consumables"),
|
||||||
// Archaeology
|
// Archaeology
|
||||||
DESERT_WELL_ARCHAEOLOGY("archaeology/desert_well"),
|
DESERT_WELL_ARCHAEOLOGY("archaeology/desert_well"),
|
||||||
DESERT_PYRAMID_ARCHAEOLOGY("archaeology/desert_pyramid"),
|
DESERT_PYRAMID_ARCHAEOLOGY("archaeology/desert_pyramid"),
|
||||||
|
Loading…
Reference in New Issue
Block a user