package loottable type Context string const ( AdvancementReward Context = "advancement_reward" Archaeology Context = "archaeology" Barter Context = "barter" Block Context = "block" BlockInteract Context = "block_interact" Chest Context = "chest" Empty Context = "empty" Entity Context = "entity" EntityInteract Context = "entity_interact" Equipement Context = "equipement" Fishing Context = "fishing" Generic Context = "generic" Gift Context = "gift" Shearing Context = "shearing" Vault Context = "vault" )