mirror of
https://github.com/Mojang/bedrock-samples.git
synced 2025-01-31 11:51:25 +00:00
a3b394c507
Initial layout
86 lines
1.7 KiB
JSON
86 lines
1.7 KiB
JSON
{
|
|
"pools": [
|
|
{
|
|
"rolls": {
|
|
"min": 1,
|
|
"max": 5
|
|
},
|
|
"entries": [
|
|
{
|
|
"type": "item",
|
|
"name": "minecraft:emerald"
|
|
},
|
|
{
|
|
"type": "item",
|
|
"weight": 6,
|
|
"functions": [
|
|
{
|
|
"function": "set_count",
|
|
"count": {
|
|
"min": 1,
|
|
"max": 3
|
|
}
|
|
}
|
|
],
|
|
"name": "minecraft:porkchop"
|
|
},
|
|
{
|
|
"type": "item",
|
|
"weight": 6,
|
|
"functions": [
|
|
{
|
|
"function": "set_count",
|
|
"count": {
|
|
"min": 1,
|
|
"max": 3
|
|
}
|
|
}
|
|
],
|
|
"name": "minecraft:wheat"
|
|
},
|
|
{
|
|
"type": "item",
|
|
"weight": 6,
|
|
"functions": [
|
|
{
|
|
"function": "set_count",
|
|
"count": {
|
|
"min": 1,
|
|
"max": 3
|
|
}
|
|
}
|
|
],
|
|
"name": "minecraft:beef"
|
|
},
|
|
{
|
|
"type": "item",
|
|
"weight": 6,
|
|
"functions": [
|
|
{
|
|
"function": "set_count",
|
|
"count": {
|
|
"min": 1,
|
|
"max": 3
|
|
}
|
|
}
|
|
],
|
|
"name": "minecraft:muttonRaw"
|
|
},
|
|
{
|
|
"type": "item",
|
|
"weight": 3,
|
|
"functions": [
|
|
{
|
|
"function": "set_count",
|
|
"count": {
|
|
"min": 1,
|
|
"max": 3
|
|
}
|
|
}
|
|
],
|
|
"name": "minecraft:coal"
|
|
}
|
|
]
|
|
}
|
|
]
|
|
} |