-
Type:
Bug
-
Resolution: Fixed
-
Priority:
Minor
-
None
-
Affects Version/s: None
-
Environment:
n/a
-
1.14 (no server, just noticed on java docs)
-
Yes
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"),