From c931d42d622d8814a11483d1b6c1f94c62e7a150 Mon Sep 17 00:00:00 2001 From: Electroblob77 <35599699+Electroblob77@users.noreply.github.com> Date: Tue, 17 Dec 2019 16:35:34 +0000 Subject: [PATCH] Tweaks to loot rarity --- .../ebwizardry/loot_tables/chests/dungeon_additions.json | 4 ++-- .../assets/ebwizardry/loot_tables/chests/shrine.json | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/main/resources/assets/ebwizardry/loot_tables/chests/dungeon_additions.json b/src/main/resources/assets/ebwizardry/loot_tables/chests/dungeon_additions.json index db383025..70959e51 100644 --- a/src/main/resources/assets/ebwizardry/loot_tables/chests/dungeon_additions.json +++ b/src/main/resources/assets/ebwizardry/loot_tables/chests/dungeon_additions.json @@ -103,7 +103,7 @@ { "type": "item", "name": "ebwizardry:astral_diamond", - "weight": 1 + "weight": 2 }, { "type": "item", @@ -113,7 +113,7 @@ { "type": "item", "name": "ebwizardry:grand_crystal", - "weight": 1 + "weight": 2 } ] } diff --git a/src/main/resources/assets/ebwizardry/loot_tables/chests/shrine.json b/src/main/resources/assets/ebwizardry/loot_tables/chests/shrine.json index 76af240f..ac3ae19e 100644 --- a/src/main/resources/assets/ebwizardry/loot_tables/chests/shrine.json +++ b/src/main/resources/assets/ebwizardry/loot_tables/chests/shrine.json @@ -108,7 +108,7 @@ { "type": "item", "name": "ebwizardry:astral_diamond", - "weight": 1 + "weight": 2 }, { "type": "item", @@ -118,7 +118,7 @@ { "type": "item", "name": "ebwizardry:grand_crystal", - "weight": 1 + "weight": 2 } ] },