1
0
mirror of https://github.com/Mojang/bedrock-samples.git synced 2025-01-19 00:12:07 +00:00
Mike Ammerlaan 1440438305 v1.21.30.3
2024-09-17 09:13:33 -07:00

202 lines
4.3 KiB
JSON

{
"pools": [
{
"rolls": 1,
"entries": [
{
"type": "item",
"name": "minecraft:water_bucket",
"weight": 4,
"functions": [
{
"function": "set_count",
"count": 1.0
}
]
},
{
"type": "item",
"name": "minecraft:arrow",
"weight": 4,
"functions": [
{
"function": "set_count",
"count": {
"min": 4,
"max": 8
}
}
]
},
{
"type": "item",
"name": "minecraft:snowball",
"weight": 6,
"functions": [
{
"function": "set_count",
"count": {
"min": 4,
"max": 8
}
}
]
},
{
"type": "item",
"name": "minecraft:egg",
"weight": 2,
"functions": [
{
"function": "set_count",
"count": {
"min": 4,
"max": 8
}
}
]
},
{
"type": "item",
"name": "minecraft:fire_charge",
"weight": 6,
"functions": [
{
"function": "set_count",
"count": {
"min": 4,
"max": 8
}
}
]
},
{
"type": "item",
"name": "minecraft:splash_potion",
"weight": 1,
"functions": [
{
"function": "set_potion",
"id": "slowness"
},
{
"function": "set_count",
"count": {
"min": 2,
"max": 5
}
}
]
},
{
"type": "item",
"name": "minecraft:splash_potion",
"weight": 1,
"functions": [
{
"function": "set_potion",
"id": "poison"
},
{
"function": "set_count",
"count": {
"min": 2,
"max": 5
}
}
]
},
{
"type": "item",
"name": "minecraft:splash_potion",
"weight": 1,
"functions": [
{
"function": "set_potion",
"id": "weakness"
},
{
"function": "set_count",
"count": {
"min": 2,
"max": 5
}
}
]
},
{
"type": "item",
"name": "minecraft:lingering_potion",
"weight": 1,
"functions": [
{
"function": "set_potion",
"id": "slowness"
},
{
"function": "set_count",
"count": {
"min": 2,
"max": 5
}
}
]
},
{
"type": "item",
"name": "minecraft:lingering_potion",
"weight": 1,
"functions": [
{
"function": "set_potion",
"id": "poison"
},
{
"function": "set_count",
"count": {
"min": 2,
"max": 5
}
}
]
},
{
"type": "item",
"name": "minecraft:lingering_potion",
"weight": 1,
"functions": [
{
"function": "set_potion",
"id": "weakness"
},
{
"function": "set_count",
"count": {
"min": 2,
"max": 5
}
}
]
},
{
"type": "item",
"name": "minecraft:lingering_potion",
"weight": 1,
"functions": [
{
"function": "set_potion",
"id": "healing"
},
{
"function": "set_count",
"count": {
"min": 2,
"max": 5
}
}
]
}
]
}
]
}