From fa7360b6923ca8e4edea5c788cb38a3b941a6e12 Mon Sep 17 00:00:00 2001 From: hannibal2 <24389977+hannibal00212@users.noreply.github.com> Date: Sun, 16 Apr 2023 01:44:38 +0200 Subject: bountiful 0.2 coins bonus gets added to the money/hour (requires you to hold the hoe with bountiful in the hand to update) --- src/main/java/at/hannibal2/skyhanni/config/features/Hidden.java | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/main/java/at/hannibal2/skyhanni/config/features') diff --git a/src/main/java/at/hannibal2/skyhanni/config/features/Hidden.java b/src/main/java/at/hannibal2/skyhanni/config/features/Hidden.java index f1b161474..209ac61f3 100644 --- a/src/main/java/at/hannibal2/skyhanni/config/features/Hidden.java +++ b/src/main/java/at/hannibal2/skyhanni/config/features/Hidden.java @@ -68,4 +68,7 @@ public class Hidden { @Expose public Map gardenComposterUpgrades = new HashMap<>(); + + @Expose + public Map gardenToolHasBountiful = new HashMap<>(); } -- cgit