[SPIGOT-4872] LootTables missing a few loot tables Created: 05/May/19  Updated: 05/May/19  Resolved: 05/May/19

Status: Resolved
Project: Spigot
Component/s: None
Affects Version/s: None
Fix Version/s: None

Type: Bug Priority: Minor
Reporter: Shane Bee Assignee: md_5
Resolution: Fixed Votes: 0
Labels: 1.14
Environment:

n/a


Version: 1.14 (no server, just noticed on java docs)
Guidelines Read: Yes

 Description   

I noticed whilst going thru the java docs, a few loot tables were missing from LootTables

I went thru all the 1.14 loot tables and whipped up a list of the missing ones. (I didn't include the category 'Blocks' I wasn't entirely sure if this is meant to be in the API or not)

Here's the missing chests/entities/gameplay loot tables:

// Chests/Dispensers - treasure chests
VILLAGE_ARMORER("chests/village/village_armorer"),
VILLAGE_BUTCHER("chests/village/village_butcher"),
VILLAGE_CARTOGRAPHER("chests/village/village_cartographer"),
VILLAGE_DESERT_HOUSE("chests/village/village_desert_house"),
VILLAGE_FISHER("chests/village/village_fisher"),
VILLAGE_FLETCHER("chests/village/village_fletcher"),
VILLAGE_MASON("chests/village/village_mason"),
VILLAGE_PLAINS_HOUSE("chests/village/village_plains_house"),
VILLAGE_SAVANNA_HOUSE("chests/village/village_savanna_house"),
VILLAGE_SHEPHERD("chests/village/village_shepherd"),
VILLAGE_SNOWY_HOUSE("chests/village/village_snowy_house"),
VILLAGE_TAIGA_HOUSE("chests/village/village_taiga_house"),
VILLAGE_TANNERY("chests/village/village_tannery"),
VILLAGE_TEMPLE("chests/village/village_temple"),
VILLAGE_TOOLSMITH("chests/village/village_toolsmith"),
VILLAGE_WEAPONSMITH("chests/village/village_weaponsmith"), //replaces VILLAGE_BLACKSMITH("chests/village/village_blacksmith"),

PILLAGER_OUTPOST("chests/pillager_outpost"),

// Entities
ARMOR_STAND("entities/armor_stand"),
CAT("entities/cat"),
FOX("entities/fox"),
ILLUSIONER("entities/illusioner"),
MOOSHROOM("entities/mooshroom"), //replaces MUSHROOM_COW("entities/mushroom_cow"),
PANDA("entities/panda"),
PILLAGER("entities/pillager"),
RAVAGER("entities/ravager"),
TRADER_LLAMA("entities/trader_llama"),
WANDERING_TRADER("entities/wandering_trader"),
WITHER("entities/wither"),

// Gameplay
CAT_MORNING_GIFT("gameplay/cat_morning_gift"),
ARMORER_GIFT("gameplay/hero_of_the_village/armorer_gift"),
BUTCHER_GIFT("gameplay/hero_of_the_village/butcher_gift"),
CARTOGRAPHER_GIFT("gameplay/hero_of_the_village/cartographer_gift"),
CLERIC_GIFT("gameplay/hero_of_the_village/cleric_gift"),
FARMER_GIFT("gameplay/hero_of_the_village/farmer_gift"),
FISHERMAN_GIFT("gameplay/hero_of_the_village/fisherman_gift"),
FLETCHER_GIFT("gameplay/hero_of_the_village/fletcher_gift"),
LEATHERWORKER_GIFT("gameplay/hero_of_the_village/leatherworker_gift"),
LIBRARIAN_GIFT("gameplay/hero_of_the_village/librarian_gift"),
MASON_GIFT("gameplay/hero_of_the_village/mason_gift"),
SHEPHERD_GIFT("gameplay/hero_of_the_village/shepherd_gift"),
TOOLSMITH_GIFT("gameplay/hero_of_the_village/toolsmith_gift"),
WEAPONSMITH_GIFT("gameplay/hero_of_the_village/weaponsmith_gift"),

Generated at Tue Mar 18 20:46:01 UTC 2025 using Jira 10.3.3#10030003-sha1:d220e3fefc8dfc6d47f522d3b9a20c1455e12b7b.