diff options
author | hannibal2 <24389977+hannibal00212@users.noreply.github.com> | 2023-04-16 01:44:38 +0200 |
---|---|---|
committer | hannibal2 <24389977+hannibal00212@users.noreply.github.com> | 2023-04-16 01:44:38 +0200 |
commit | fa7360b6923ca8e4edea5c788cb38a3b941a6e12 (patch) | |
tree | 09c36b8a049a0e375b90cfb7eb851c2b74b65882 /src/main/java/at/hannibal2/skyhanni/config/features | |
parent | 805f25fcdafc73c600e0aced777f6a55589233a4 (diff) | |
download | skyhanni-fa7360b6923ca8e4edea5c788cb38a3b941a6e12.tar.gz skyhanni-fa7360b6923ca8e4edea5c788cb38a3b941a6e12.tar.bz2 skyhanni-fa7360b6923ca8e4edea5c788cb38a3b941a6e12.zip |
bountiful 0.2 coins bonus gets added to the money/hour (requires you to hold the hoe with bountiful in the hand to update)
Diffstat (limited to 'src/main/java/at/hannibal2/skyhanni/config/features')
-rw-r--r-- | src/main/java/at/hannibal2/skyhanni/config/features/Hidden.java | 3 |
1 files changed, 3 insertions, 0 deletions
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<ComposterUpgrade, Integer> gardenComposterUpgrades = new HashMap<>(); + + @Expose + public Map<CropType, Boolean> gardenToolHasBountiful = new HashMap<>(); } |