mirror of
https://github.com/Mojang/bedrock-samples.git
synced 2025-04-17 18:56:02 +00:00
52 lines
962 B
JSON
52 lines
962 B
JSON
{
|
|
"pools": [
|
|
{
|
|
"rolls": 1,
|
|
"entries": [
|
|
{
|
|
"type": "item",
|
|
"name": "minecraft:rotten_flesh",
|
|
"weight": 1,
|
|
"functions": [
|
|
{
|
|
"function": "set_count",
|
|
"count": {
|
|
"min": 0,
|
|
"max": 2
|
|
}
|
|
},
|
|
{
|
|
"function": "looting_enchant",
|
|
"count": {
|
|
"min": 0,
|
|
"max": 1
|
|
}
|
|
}
|
|
]
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"conditions": [
|
|
{
|
|
"condition": "killed_by_player_or_pets"
|
|
},
|
|
{
|
|
"condition": "random_chance_with_looting",
|
|
"chance": 0.11,
|
|
"looting_multiplier": 0.02
|
|
}
|
|
],
|
|
"rolls": 1,
|
|
"entries": [
|
|
{
|
|
"type": "item",
|
|
"name": "minecraft:copper_ingot",
|
|
"weight": 5
|
|
}
|
|
]
|
|
}
|
|
]
|
|
}
|
|
|