Merge branch 'MC-002' into 'master'

MC-002

Closes #2

See merge request dodsorfas/minecraft-datapacks!2
This commit is contained in:
Daniel Løvbrøtte Olsen 2020-03-20 18:40:38 +00:00
commit b1bbea8ba3
7 changed files with 34 additions and 0 deletions

View File

View File

0
datapacks/1ps-1556049967/pack.mcmeta Normal file → Executable file
View File

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,13 @@
{
"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"
}
}