mirror of
https://github.com/Mojang/bedrock-samples.git
synced 2025-01-31 11:51:25 +00:00
a3b394c507
Initial layout
87 lines
1.7 KiB
JSON
87 lines
1.7 KiB
JSON
{
|
|
"type": "minecraft:chest",
|
|
"pools": [
|
|
{
|
|
"rolls": {
|
|
"min": 1.0,
|
|
"max": 5.0
|
|
},
|
|
"entries": [
|
|
{
|
|
"type": "item",
|
|
"name": "minecraft:emerald"
|
|
},
|
|
{
|
|
"type": "item",
|
|
"weight": 2,
|
|
"functions": [
|
|
{
|
|
"function": "set_count",
|
|
"count": {
|
|
"min": 1.0,
|
|
"max": 3.0
|
|
}
|
|
}
|
|
],
|
|
"name": "minecraft:arrow"
|
|
},
|
|
{
|
|
"type": "item",
|
|
"weight": 6,
|
|
"functions": [
|
|
{
|
|
"function": "set_count",
|
|
"count": {
|
|
"min": 1.0,
|
|
"max": 3.0
|
|
}
|
|
}
|
|
],
|
|
"name": "minecraft:feather"
|
|
},
|
|
{
|
|
"type": "item",
|
|
"weight": 2,
|
|
"functions": [
|
|
{
|
|
"function": "set_count",
|
|
"count": {
|
|
"min": 1.0,
|
|
"max": 3.0
|
|
}
|
|
}
|
|
],
|
|
"name": "minecraft:egg"
|
|
},
|
|
{
|
|
"type": "item",
|
|
"weight": 6,
|
|
"functions": [
|
|
{
|
|
"function": "set_count",
|
|
"count": {
|
|
"min": 1.0,
|
|
"max": 3.0
|
|
}
|
|
}
|
|
],
|
|
"name": "minecraft:flint"
|
|
},
|
|
{
|
|
"type": "item",
|
|
"weight": 6,
|
|
"functions": [
|
|
{
|
|
"function": "set_count",
|
|
"count": {
|
|
"min": 1.0,
|
|
"max": 3.0
|
|
}
|
|
}
|
|
],
|
|
"name": "minecraft:stick"
|
|
}
|
|
]
|
|
}
|
|
]
|
|
} |