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

219 lines
4.6 KiB
JSON

{
"pools": [
{
"rolls": {
"min": 3,
"max": 5
},
"entries": [
{
"type": "item",
"name": "minecraft:arrow",
"weight": 2,
"functions": [
{
"function": "set_count",
"count": {
"min": 4,
"max": 14
}
}
]
},
{
"type": "item",
"name": "minecraft:arrow",
"weight": 1,
"functions": [
{
"function": "set_count",
"count": {
"min": 4,
"max": 8
}
},
{
"function": "set_potion",
"id": "poison"
}
]
},
{
"type": "item",
"name": "minecraft:arrow",
"weight": 1,
"functions": [
{
"function": "set_count",
"count": {
"min": 4,
"max": 8
}
},
{
"function": "set_potion",
"id": "slowness"
}
]
},
{
"type": "item",
"name": "minecraft:baked_potato",
"weight": 2,
"functions": [
{
"function": "set_count",
"count": {
"min": 2,
"max": 4
}
}
]
},
{
"type": "item",
"name": "minecraft:glow_berries",
"weight": 2,
"functions": [
{
"function": "set_count",
"count": {
"min": 2,
"max": 10
}
}
]
},
{
"type": "item",
"name": "minecraft:acacia_planks",
"weight": 1,
"functions": [
{
"function": "set_count",
"count": {
"min": 3,
"max": 6
}
}
]
},
{
"type": "item",
"name": "minecraft:moss_block",
"weight": 1,
"functions": [
{
"function": "set_count",
"count": {
"min": 2,
"max": 5
}
}
]
},
{
"type": "item",
"name": "minecraft:bone_meal",
"weight": 1,
"functions": [
{
"function": "set_count",
"count": {
"min": 2,
"max": 5
}
}
]
},
{
"type": "item",
"name": "minecraft:tuff",
"weight": 1,
"functions": [
{
"function": "set_count",
"count": {
"min": 5,
"max": 10
}
}
]
},
{
"type": "item",
"name": "minecraft:torch",
"weight": 1,
"functions": [
{
"function": "set_count",
"count": {
"min": 3,
"max": 6
}
}
]
},
{
"type": "item",
"name": "minecraft:potion",
"weight": 1,
"functions": [
{
"function": "set_count",
"count": 2.0
},
{
"function": "set_potion",
"id": "regeneration"
}
]
},
{
"type": "item",
"name": "minecraft:potion",
"weight": 1,
"functions": [
{
"function": "set_count",
"count": 2.0
},
{
"function": "set_potion",
"id": "strength"
}
]
},
{
"type": "item",
"name": "minecraft:stone_pickaxe",
"weight": 2,
"functions": [
{
"function": "set_count",
"count": 1.0
},
{
"function": "set_damage",
"damage": {
"min": 0.15,
"max": 0.8
}
}
]
},
{
"type": "item",
"name": "minecraft:milk_bucket",
"weight": 1,
"functions": [
{
"function": "set_count",
"count": 1.0
}
]
}
]
}
]
}