1
0
mirror of https://github.com/Mojang/bedrock-samples.git synced 2025-01-19 02:31:58 +00:00
Mike Ammerlaan c989e80c35 v1.21.0.3
2024-06-13 09:45:16 -07:00

129 lines
2.7 KiB
JSON

{
"pools": [
{
"rolls": {
"min": 1,
"max": 3
},
"entries": [
{
"type": "item",
"name": "minecraft:diamond_block",
"weight": 1,
"functions": [
{
"function": "set_count",
"count": 1.0
}
]
},
{
"type": "item",
"name": "minecraft:emerald_block",
"weight": 5,
"functions": [
{
"function": "set_count",
"count": {
"min": 1,
"max": 3
}
}
]
},
{
"type": "item",
"name": "minecraft:diamond_axe",
"weight": 5,
"functions": [
{
"function": "set_count",
"count": 1.0
},
{
"function": "set_damage",
"damage": {
"min": 0.1,
"max": 0.5
}
}
]
},
{
"type": "item",
"name": "minecraft:diamond_pickaxe",
"weight": 5,
"functions": [
{
"function": "set_count",
"count": 1.0
},
{
"function": "set_damage",
"damage": {
"min": 0.1,
"max": 0.5
}
}
]
},
{
"type": "item",
"name": "minecraft:diamond",
"weight": 10,
"functions": [
{
"function": "set_count",
"count": {
"min": 1,
"max": 2
}
}
]
},
{
"type": "item",
"name": "minecraft:cake",
"weight": 20,
"functions": [
{
"function": "set_count",
"count": {
"min": 1,
"max": 4
}
}
]
},
{
"type": "item",
"name": "minecraft:amethyst_shard",
"weight": 20,
"functions": [
{
"function": "set_count",
"count": {
"min": 8,
"max": 20
}
}
]
},
{
"type": "item",
"name": "minecraft:iron_block",
"weight": 20,
"functions": [
{
"function": "set_count",
"count": {
"min": 1,
"max": 2
}
}
]
}
]
}
]
}