From e1feb22144d2821c577cb0a281f77c54306f437c Mon Sep 17 00:00:00 2001 From: Felix Perktold <> Date: Thu, 23 Jul 2026 20:26:04 +0000 Subject: asd --- config/death_knights/loot/jewelry_v2.json5 | 44 ++++++++++++++++++++++++++++++ 1 file changed, 44 insertions(+) create mode 100644 config/death_knights/loot/jewelry_v2.json5 (limited to 'config/death_knights/loot') diff --git a/config/death_knights/loot/jewelry_v2.json5 b/config/death_knights/loot/jewelry_v2.json5 new file mode 100644 index 0000000..50958ba --- /dev/null +++ b/config/death_knights/loot/jewelry_v2.json5 @@ -0,0 +1,44 @@ +{ + "frost_necklace": { + "rolls": 1, + "chance": 0.2, + "loot_tables": [ + "minecraft:chests/ancient_city_ice_box" + ] + }, + "frost_ring": { + "rolls": 3, + "chance": 0.15, + "loot_tables": [ + "minecraft:chests/ancient_city_ice_box" + ] + }, + "unholy_necklace": { + "rolls": 1, + "chance": 0.2, + "loot_tables": [ + "minecraft:chests/woodland_mansion" + ] + }, + "unholy_ring": { + "rolls": 3, + "chance": 0.1, + "loot_tables": [ + "minecraft:chests/woodland_mansion" + ] + }, + "blood_necklace": { + "rolls": 1, + "chance": 0.2, + "loot_tables": [ + "minecraft:chests/bastion_treasure" + ] + }, + "blood_ring": { + "rolls": 3, + "chance": 0.1, + "loot_tables": [ + "minecraft:chests/bastion_treasure" + ] + } +} \ No newline at end of file -- cgit v1.2.3