GalaxyDatapack/data/galaxy/loot_tables/gameplay/enderdragon_event.json
2024-07-29 17:58:27 +02:00

38 lines
802 B
JSON
Executable File

{
"type": "minecraft:gift",
"pools": [
{
"rolls": 1,
"entries": [
{
"type": "minecraft:item",
"quality": 1,
"name": "minecraft:elytra",
"weight": 30
},
{
"type": "minecraft:item",
"quality": 1,
"name": "minecraft:dragon_head",
"weight": 30
},
{
"type": "minecraft:item",
"functions": [
{
"add": false,
"count": {
"type": "minecraft:uniform",
"max": 8.0,
"min": 2.0
},
"function": "minecraft:set_count"
}
],
"name": "minecraft:dragon_breath",
"weight": 40
}
]
}
]
}