Files
Content-Monorepo/datapacks/legacy-nether-extended/data/minecraft/loot_table/entities/blaze.json
2026-04-12 19:54:53 -06:00

71 lines
1.6 KiB
JSON

{
"type": "minecraft:entity",
"pools": [
{
"bonus_rolls": 0,
"conditions": [
{
"condition": "minecraft:killed_by_player"
}
],
"entries": [
{
"type": "minecraft:item",
"functions": [
{
"add": false,
"count": {
"type": "minecraft:uniform",
"max": 1,
"min": 0
},
"function": "minecraft:set_count"
},
{
"function": "minecraft:enchanted_count_increase",
"count": {
"type": "minecraft:uniform",
"min": 0,
"max": 1
},
"enchantment": "minecraft:looting",
"conditions": []
}
],
"name": "minecraft:blaze_rod"
}
],
"rolls": 1
},
{
"bonus_rolls": 0,
"entries": [
{
"type": "minecraft:item",
"functions": [
{
"add": false,
"count": {
"type": "minecraft:uniform",
"max": 2,
"min": 0
},
"function": "minecraft:set_count"
},
{
"function": "minecraft:enchanted_count_increase",
"count": {
"type": "minecraft:uniform",
"min": 0,
"max": 2
},
"enchantment": "minecraft:looting"
}
],
"name": "minecraft:glowstone_dust"
}
],
"rolls": 1
}
]
}