1
0
mirror of https://github.com/Mojang/bedrock-samples.git synced 2025-04-17 06:05:59 +00:00
Files
Mike Ammerlaan a3b394c507 1.19.30
Initial layout
2022-09-23 06:24:26 -07:00

55 lines
1.1 KiB
JSON

{
"pools": [
{
"rolls": 1,
"entries": [
{
"type": "item",
"name": "minecraft:salmon",
"weight": 1,
"functions": [
{
"function": "furnace_smelt",
"conditions": [
{
"condition": "entity_properties",
"entity": "this",
"properties": {
"on_fire": true
}
}
]
}
]
}
]
},
{
"rolls": 1,
"conditions": [
{
"condition": "random_chance_with_looting",
"chance": 0.25,
"looting_multiplier": 0.01
}
],
"entries": [
{
"type": "item",
"name": "minecraft:bone",
"weight": 1,
"functions": [
{
"function": "looting_enchant",
"count": {
"min": 1,
"max": 2
}
}
]
}
]
}
]
}