From 2f30781c7575b87da1e2519328e7721ddb24ca69 Mon Sep 17 00:00:00 2001 From: copygirl Date: Sun, 7 Aug 2022 13:07:01 +0200 Subject: [PATCH] Fix mobs dropping charm fragments with looting --- config/reliquary-common.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/reliquary-common.toml b/config/reliquary-common.toml index fcf3bb8..4b049d7 100644 --- a/config/reliquary-common.toml +++ b/config/reliquary-common.toml @@ -288,7 +288,7 @@ mobDropsEnabled = true dropChance = 0 #Additional chance per level of looting #Range: 0.0 ~ 1.0 - lootingMultiplier = 0.008333333767950535 + lootingMultiplier = 0 #Phoenix Down settings [items.PhoenixDown]