diff options
| author | Walker Selby <git@walkerselby.com> | 2023-12-21 12:00:14 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-12-21 13:00:14 +0100 |
| commit | 4083660296151f58fab0f0ec3a7a929f32d6448b (patch) | |
| tree | bf379240ed84d3a11992851138fa69c51d738dc1 /src/main/java/at/hannibal2/skyhanni/config | |
| parent | c9757841e10bb214e8fd7edd0f07e5c5ef88fe4a (diff) | |
| download | skyhanni-4083660296151f58fab0f0ec3a7a929f32d6448b.tar.gz skyhanni-4083660296151f58fab0f0ec3a7a929f32d6448b.tar.bz2 skyhanni-4083660296151f58fab0f0ec3a7a929f32d6448b.zip | |
Internal Change: Composter overlay NEUInternalName (#614)
ComposterOverlay now uses NEUInternalName. #614
Diffstat (limited to 'src/main/java/at/hannibal2/skyhanni/config')
| -rw-r--r-- | src/main/java/at/hannibal2/skyhanni/config/Storage.java | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/main/java/at/hannibal2/skyhanni/config/Storage.java b/src/main/java/at/hannibal2/skyhanni/config/Storage.java index 7f4d6c183..d18fe3546 100644 --- a/src/main/java/at/hannibal2/skyhanni/config/Storage.java +++ b/src/main/java/at/hannibal2/skyhanni/config/Storage.java @@ -206,10 +206,10 @@ public class Storage { public Map<CropType, Boolean> toolWithBountiful = new HashMap<>(); @Expose - public String composterCurrentOrganicMatterItem = ""; + public NEUInternalName composterCurrentOrganicMatterItem = NEUInternalName.Companion.getNONE(); @Expose - public String composterCurrentFuelItem = ""; + public NEUInternalName composterCurrentFuelItem = NEUInternalName.Companion.getNONE(); @Expose public int uniqueVisitors = 0; |
