-
Bug
-
Resolution: Fixed
-
1.19.80.21 Preview
-
None
-
Confirmed
-
Multiple
-
995336
In 1.19.80.21 Preview, the loot table of shipwreck supply chests has been changed due to the addition of smithing templates behind the experimental toggle. However, moss blocks were unexpectedly removed from the loot table.
The loot table from behavior_packs/experimental_next_major_update/loot_tables/chests/shipwrecksupply.json:
{
"pools": [
{
"rolls": {
"min": 3,
"max": 10
},
"entries": [
{
"type": "item",
"name": "minecraft:paper",
"weight": 8,
"functions": [
{
"function": "set_count",
"count": {
"min": 1,
"max": 12
}
}
]
},
{
"type": "item",
"name": "minecraft:potato",
"weight": 7,
"functions": [
{
"function": "set_count",
"count": {
"min": 2,
"max": 6
}
}
]
},
{
"type": "item",
"name": "minecraft:poisonous_potato",
"weight": 7,
"functions": [
{
"function": "set_count",
"count": {
"min": 2,
"max": 6
}
}
]
},
{
"type": "item",
"name": "minecraft:carrot",
"weight": 7,
"functions": [
{
"function": "set_count",
"count": {
"min": 4,
"max": 8
}
}
]
},
{
"type": "item",
"name": "minecraft:wheat",
"weight": 7,
"functions": [
{
"function": "set_count",
"count": {
"min": 8,
"max": 21
}
}
]
},
{
"type": "item",
"name": "minecraft:coal",
"weight": 6,
"functions": [
{
"function": "set_count",
"count": {
"min": 2,
"max": 8
}
}
]
},
{
"type": "item",
"name": "minecraft:rotten_flesh",
"weight": 5,
"functions": [
{
"function": "set_count",
"count": {
"min": 5,
"max": 24
}
}
]
},
{
"type": "item",
"name": "minecraft:bamboo",
"weight": 2,
"functions": [
{
"function": "set_count",
"count": {
"min": 1,
"max": 3
}
}
]
},
{
"type": "item",
"name": "minecraft:pumpkin",
"weight": 2,
"functions": [
{
"function": "set_count",
"count": {
"min": 1,
"max": 3
}
}
]
},
{
"type": "item",
"name": "minecraft:gunpowder",
"weight": 3,
"functions": [
{
"function": "set_count",
"count": {
"min": 1,
"max": 5
}
}
]
},
{
"type": "item",
"name": "minecraft:tnt",
"weight": 1,
"functions": [
{
"function": "set_count",
"count": {
"min": 1,
"max": 2
}
}
]
},
{
"type": "item",
"name": "minecraft:leather_helmet",
"weight": 3,
"functions": [
{
"function": "enchant_randomly"
}
]
},
{
"type": "item",
"name": "minecraft:leather_chestplate",
"weight": 3,
"functions": [
{
"function": "enchant_randomly"
}
]
},
{
"type": "item",
"name": "minecraft:leather_leggings",
"weight": 3,
"functions": [
{
"function": "enchant_randomly"
}
]
},
{
"type": "item",
"name": "minecraft:leather_boots",
"weight": 3,
"functions": [
{
"function": "enchant_randomly"
}
]
},
{
"type": "item",
"name": "minecraft:suspicious_stew",
"weight": 10,
"functions": [
{
"function": "random_aux_value",
"values": {
"min": 0,
"max": 6
}
}
]
}
]
},
{
"rolls": 1,
"entries": [
{
"type": "empty",
"weight": 5
},
{
"type": "item",
"name": "minecraft:coast_armor_trim_smithing_template",
"weight": 1,
"functions": [
{
"function": "set_count",
"count": 2
}
]
}
]
}
]
}