mirror of
https://github.com/Mojang/bedrock-samples.git
synced 2025-01-31 11:51:25 +00:00
a3b394c507
Initial layout
97 lines
2.0 KiB
JSON
97 lines
2.0 KiB
JSON
{
|
|
"pools": [
|
|
{
|
|
"rolls": {
|
|
"min": 3,
|
|
"max": 8
|
|
},
|
|
"entries": [
|
|
{
|
|
"type": "item",
|
|
"weight": 2,
|
|
"functions": [
|
|
{
|
|
"function": "set_count",
|
|
"count": {
|
|
"min": 1,
|
|
"max": 4
|
|
}
|
|
}
|
|
],
|
|
"name": "minecraft:redstone"
|
|
},
|
|
{
|
|
"type": "item",
|
|
"weight": 7,
|
|
"functions": [
|
|
{
|
|
"function": "set_count",
|
|
"count": {
|
|
"min": 1,
|
|
"max": 4
|
|
}
|
|
}
|
|
],
|
|
"name": "minecraft:bread"
|
|
},
|
|
{
|
|
"type": "item",
|
|
"weight": 7,
|
|
"functions": [
|
|
{
|
|
"function": "minecraft:set_count",
|
|
"count": {
|
|
"min": 1,
|
|
"max": 4
|
|
}
|
|
}
|
|
],
|
|
"name": "minecraft:rotten_flesh"
|
|
},
|
|
{
|
|
"type": "item",
|
|
"functions": [
|
|
{
|
|
"function": "minecraft:set_count",
|
|
"count": {
|
|
"min": 1,
|
|
"max": 4
|
|
}
|
|
},
|
|
{
|
|
"function": "set_data",
|
|
"data": 4
|
|
}
|
|
],
|
|
"name": "minecraft:dye"
|
|
},
|
|
{
|
|
"type": "item",
|
|
"functions": [
|
|
{
|
|
"function": "minecraft:set_count",
|
|
"count": {
|
|
"min": 1,
|
|
"max": 4
|
|
}
|
|
}
|
|
],
|
|
"name": "minecraft:gold_ingot"
|
|
},
|
|
{
|
|
"type": "item",
|
|
"functions": [
|
|
{
|
|
"function": "minecraft:set_count",
|
|
"count": {
|
|
"min": 1,
|
|
"max": 4
|
|
}
|
|
}
|
|
],
|
|
"name": "minecraft:emerald"
|
|
}
|
|
]
|
|
}
|
|
]
|
|
} |