minecraft-assets/data/minecraft/loot_tables/chests/shipwreck_supply.json

327 lines
8.1 KiB
JSON

{
"type": "minecraft:chest",
"pools": [
{
"bonus_rolls": 0.0,
"entries": [
{
"type": "minecraft:item",
"functions": [
{
"add": false,
"count": {
"type": "minecraft:uniform",
"max": 12.0,
"min": 1.0
},
"function": "minecraft:set_count"
}
],
"name": "minecraft:paper",
"weight": 8
},
{
"type": "minecraft:item",
"functions": [
{
"add": false,
"count": {
"type": "minecraft:uniform",
"max": 6.0,
"min": 2.0
},
"function": "minecraft:set_count"
}
],
"name": "minecraft:potato",
"weight": 7
},
{
"type": "minecraft:item",
"functions": [
{
"add": false,
"count": {
"type": "minecraft:uniform",
"max": 4.0,
"min": 1.0
},
"function": "minecraft:set_count"
}
],
"name": "minecraft:moss_block",
"weight": 7
},
{
"type": "minecraft:item",
"functions": [
{
"add": false,
"count": {
"type": "minecraft:uniform",
"max": 6.0,
"min": 2.0
},
"function": "minecraft:set_count"
}
],
"name": "minecraft:poisonous_potato",
"weight": 7
},
{
"type": "minecraft:item",
"functions": [
{
"add": false,
"count": {
"type": "minecraft:uniform",
"max": 8.0,
"min": 4.0
},
"function": "minecraft:set_count"
}
],
"name": "minecraft:carrot",
"weight": 7
},
{
"type": "minecraft:item",
"functions": [
{
"add": false,
"count": {
"type": "minecraft:uniform",
"max": 21.0,
"min": 8.0
},
"function": "minecraft:set_count"
}
],
"name": "minecraft:wheat",
"weight": 7
},
{
"type": "minecraft:item",
"functions": [
{
"effects": [
{
"type": "minecraft:night_vision",
"duration": {
"type": "minecraft:uniform",
"max": 10.0,
"min": 7.0
}
},
{
"type": "minecraft:jump_boost",
"duration": {
"type": "minecraft:uniform",
"max": 10.0,
"min": 7.0
}
},
{
"type": "minecraft:weakness",
"duration": {
"type": "minecraft:uniform",
"max": 8.0,
"min": 6.0
}
},
{
"type": "minecraft:blindness",
"duration": {
"type": "minecraft:uniform",
"max": 7.0,
"min": 5.0
}
},
{
"type": "minecraft:poison",
"duration": {
"type": "minecraft:uniform",
"max": 20.0,
"min": 10.0
}
},
{
"type": "minecraft:saturation",
"duration": {
"type": "minecraft:uniform",
"max": 10.0,
"min": 7.0
}
}
],
"function": "minecraft:set_stew_effect"
}
],
"name": "minecraft:suspicious_stew",
"weight": 10
},
{
"type": "minecraft:item",
"functions": [
{
"add": false,
"count": {
"type": "minecraft:uniform",
"max": 8.0,
"min": 2.0
},
"function": "minecraft:set_count"
}
],
"name": "minecraft:coal",
"weight": 6
},
{
"type": "minecraft:item",
"functions": [
{
"add": false,
"count": {
"type": "minecraft:uniform",
"max": 24.0,
"min": 5.0
},
"function": "minecraft:set_count"
}
],
"name": "minecraft:rotten_flesh",
"weight": 5
},
{
"type": "minecraft:item",
"functions": [
{
"add": false,
"count": {
"type": "minecraft:uniform",
"max": 3.0,
"min": 1.0
},
"function": "minecraft:set_count"
}
],
"name": "minecraft:pumpkin",
"weight": 2
},
{
"type": "minecraft:item",
"functions": [
{
"add": false,
"count": {
"type": "minecraft:uniform",
"max": 3.0,
"min": 1.0
},
"function": "minecraft:set_count"
}
],
"name": "minecraft:bamboo",
"weight": 2
},
{
"type": "minecraft:item",
"functions": [
{
"add": false,
"count": {
"type": "minecraft:uniform",
"max": 5.0,
"min": 1.0
},
"function": "minecraft:set_count"
}
],
"name": "minecraft:gunpowder",
"weight": 3
},
{
"type": "minecraft:item",
"functions": [
{
"add": false,
"count": {
"type": "minecraft:uniform",
"max": 2.0,
"min": 1.0
},
"function": "minecraft:set_count"
}
],
"name": "minecraft:tnt"
},
{
"type": "minecraft:item",
"functions": [
{
"function": "minecraft:enchant_randomly"
}
],
"name": "minecraft:leather_helmet",
"weight": 3
},
{
"type": "minecraft:item",
"functions": [
{
"function": "minecraft:enchant_randomly"
}
],
"name": "minecraft:leather_chestplate",
"weight": 3
},
{
"type": "minecraft:item",
"functions": [
{
"function": "minecraft:enchant_randomly"
}
],
"name": "minecraft:leather_leggings",
"weight": 3
},
{
"type": "minecraft:item",
"functions": [
{
"function": "minecraft:enchant_randomly"
}
],
"name": "minecraft:leather_boots",
"weight": 3
}
],
"rolls": {
"type": "minecraft:uniform",
"max": 10.0,
"min": 3.0
}
},
{
"bonus_rolls": 0.0,
"entries": [
{
"type": "minecraft:empty",
"weight": 5
},
{
"type": "minecraft:item",
"functions": [
{
"add": false,
"count": 2.0,
"function": "minecraft:set_count"
}
],
"name": "minecraft:coast_armor_trim_smithing_template"
}
],
"rolls": 1.0
}
]
}