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..0967ef4 --- /dev/null +++ b/dodsorfas_custom_loot/data/minecraft/loot_tables/empty.json @@ -0,0 +1 @@ +{} diff --git a/dodsorfas_custom_loot/data/minecraft/loot_tables/entities/shulker.json b/dodsorfas_custom_loot/data/minecraft/loot_tables/entities/shulker.json new file mode 100644 index 0000000..e9bf1ea --- /dev/null +++ b/dodsorfas_custom_loot/data/minecraft/loot_tables/entities/shulker.json @@ -0,0 +1,37 @@ +{ + "pools": [ + { + "rolls": 1, + "conditions": [ + { + "condition": "random_chance_with_looting", + "chance": 0.5, + "looting_multiplier": 0.0625 + } + ], + "entries": [ + { + "type": "item", + "weight": 1, + "name": "minecraft:shulker_shell" + } + ] + }, + { + "rolls": 1, + "entries": [ + { + "type": "item", + "weight": 1, + "name": "minecraft:shulker_shell", + "functions": [ + { + "function": "set_count", + "count": 1 + } + ] + } + ] + } + ] +} diff --git a/dodsorfas_custom_loot/pack.mcmeta b/dodsorfas_custom_loot/pack.mcmeta new file mode 100644 index 0000000..edf9d7c --- /dev/null +++ b/dodsorfas_custom_loot/pack.mcmeta @@ -0,0 +1,6 @@ +{ + "pack": { + "pack_format": 1, + "description": "Dodsorfas Data Pack for custom loot" + } +}