mirror of
https://github.com/Mojang/bedrock-samples.git
synced 2025-01-19 02:31:58 +00:00
129 lines
2.7 KiB
JSON
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
|
|
}
|
|
}
|
|
]
|
|
}
|
|
]
|
|
}
|
|
]
|
|
} |