mirror of
https://github.com/Mojang/bedrock-samples.git
synced 2025-04-18 13:35:59 +00:00
27 lines
493 B
JSON
27 lines
493 B
JSON
{
|
|
"pools": [
|
|
{
|
|
"rolls": 1,
|
|
"entries": [
|
|
{
|
|
"type": "item",
|
|
"name": "minecraft:golden_sword",
|
|
"weight": 1,
|
|
"functions": [
|
|
{
|
|
"function": "looting_enchant",
|
|
"count": {
|
|
"min": 0,
|
|
"max": 1
|
|
}
|
|
},
|
|
{
|
|
"function": "enchant_random_gear",
|
|
"chance": 0.25
|
|
}
|
|
]
|
|
}
|
|
]
|
|
}
|
|
]
|
|
} |