1
0
mirror of https://github.com/Mojang/bedrock-samples.git synced 2025-01-18 23:01:58 +00:00
Mike Ammerlaan 60083d4b1d v1.20.0.1
2023-06-07 09:13:48 -07:00

73 lines
1.4 KiB
JSON

{
"pools": [
{
"rolls": {
"min": 2,
"max": 10
},
"entries": [
{
"type": "item",
"name": "minecraft:book",
"functions": [
{
"function": "set_count",
"count": {
"min": 1,
"max": 3
}
}
],
"weight": 100
},
{
"type": "item",
"name": "minecraft:paper",
"functions": [
{
"function": "set_count",
"count": {
"min": 2,
"max": 7
}
}
],
"weight": 100
},
{
"type": "item",
"name": "minecraft:map",
"weight": 5
},
{
"type": "item",
"name": "minecraft:compass",
"weight": 5
},
{
"type": "item",
"name": "minecraft:book",
"weight": 60,
"functions": [
{
"function": "enchant_with_levels",
"levels": 30,
"treasure": true
}
]
}
]
},
{
"rolls": 1,
"entries": [
{
"type": "item",
"name": "minecraft:eye_armor_trim_smithing_template",
"weight": 1
}
]
}
]
}