Dragon drops wings

This commit is contained in:
Daniel Løvbrøtte Olsen 2019-05-22 23:09:25 +00:00
parent a97ef160a1
commit 43de8b7fd4
4 changed files with 33 additions and 0 deletions

View File

@ -0,0 +1 @@
{}

View File

@ -0,0 +1,14 @@
{
"pools": [
{
"rolls": 1,
"entries": [
{
"type": "item",
"name": "minecraft:elytra",
"weight": 1
}
]
}
]
}

View File

@ -0,0 +1,12 @@
"pools": [
{
"rolls": 1,
"entries": [
{
"type": "loot_table",
"name": "minecraft:entities/dodsloot/ender_dragon"
}
]
}
]
}

View File

@ -0,0 +1,6 @@
{
"pack": {
"pack_format": 1,
"description": "Dodsorfas Data Pack for custom mob loot"
}
}