From 166e58175d590e7541112b13bfe57ba496e1b030 Mon Sep 17 00:00:00 2001 From: copygirl Date: Wed, 3 Aug 2022 08:01:29 +0200 Subject: [PATCH] Disable Rod Of Lyssa stealing from players --- 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 334ae04..fcf3bb8 100644 --- a/config/reliquary-common.toml +++ b/config/reliquary-common.toml @@ -389,7 +389,7 @@ mobDropsEnabled = true #Whether entities get angry at player if stealing fails angerOnStealFailure = true #Allows switching stealing from player on and off - stealFromPlayers = true + stealFromPlayers = false #Seeker Shot settings [items.seekerShot]