Files
szar/src/main/resources/data/szar/loot_tables/chests/island.json

61 lines
1.3 KiB
JSON

{
"type": "minecraft:chest",
"pools": [
{
"rolls": 1,
"entries": [
{
"type": "minecraft:item",
"name": "szar:epstein_files"
}
]
},
{
"rolls": 26,
"entries": [
{
"type": "minecraft:item",
"name": "minecraft:gold_ingot",
"weight": 40,
"functions": [
{
"function": "minecraft:set_count",
"count": {
"type": "minecraft:binomial",
"n": 1,
"p": 0.2
},
"add": true
}
]
},
{
"type": "minecraft:item",
"name": "minecraft:diamond",
"weight": 30,
"functions": [
{
"function": "minecraft:set_count",
"count": {
"type": "minecraft:binomial",
"n": 1,
"p": 0.2
},
"add": true
}
]
},
{
"type": "minecraft:item",
"name": "minecraft:gold_block",
"weight": 20
},
{
"type": "minecraft:item",
"name": "minecraft:diamond_block",
"weight": 10
}
]
}
]
}