diff --git a/dodsorfas_custom_loot/data/minecraft/loot_tables/empty.json b/dodsorfas_custom_loot/data/minecraft/loot_tables/empty.json new file mode 100644 index 0000000..9e26dfe --- /dev/null +++ b/dodsorfas_custom_loot/data/minecraft/loot_tables/empty.json @@ -0,0 +1 @@ +{} \ No newline at end of file diff --git a/dodsorfas_custom_loot/data/minecraft/loot_tables/entities/dodsloot/ender_dragon.json b/dodsorfas_custom_loot/data/minecraft/loot_tables/entities/dodsloot/ender_dragon.json new file mode 100644 index 0000000..1f4397f --- /dev/null +++ b/dodsorfas_custom_loot/data/minecraft/loot_tables/entities/dodsloot/ender_dragon.json @@ -0,0 +1,14 @@ +{ + "pools": [ + { + "rolls": 1, + "entries": [ + { + "type": "item", + "name": "minecraft:elytra", + "weight": 1 + } + ] + } + ] +} \ No newline at end of file diff --git a/dodsorfas_custom_loot/data/minecraft/loot_tables/entities/ender_dragon.json b/dodsorfas_custom_loot/data/minecraft/loot_tables/entities/ender_dragon.json new file mode 100644 index 0000000..02ed541 --- /dev/null +++ b/dodsorfas_custom_loot/data/minecraft/loot_tables/entities/ender_dragon.json @@ -0,0 +1,12 @@ + "pools": [ + { + "rolls": 1, + "entries": [ + { + "type": "loot_table", + "name": "minecraft:entities/dodsloot/ender_dragon" + } + ] + } + ] +} \ No newline at end of file diff --git a/dodsorfas_custom_loot/pack.mcmeta b/dodsorfas_custom_loot/pack.mcmeta new file mode 100644 index 0000000..a82d411 --- /dev/null +++ b/dodsorfas_custom_loot/pack.mcmeta @@ -0,0 +1,6 @@ +{ + "pack": { + "pack_format": 1, + "description": "Dodsorfas Data Pack for custom mob loot" + } +} \ No newline at end of file