Remove enderdragon_event.json

This commit is contained in:
Len 2025-07-26 14:46:56 +02:00
parent fd3918e147
commit 2c5fb71889

View File

@ -1,38 +0,0 @@
{
"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
}
]
}
]
}