aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/at/hannibal2/skyhanni/features/garden
diff options
context:
space:
mode:
authorhannibal2 <24389977+hannibal002@users.noreply.github.com>2023-03-29 21:59:35 +0200
committerGitHub <noreply@github.com>2023-03-29 21:59:35 +0200
commitf9850125f8bf12abd37f8246c5250d0edc4edd49 (patch)
tree9607abb880d04125226befcf946cbfebbac7e2ae /src/main/java/at/hannibal2/skyhanni/features/garden
parent073bb8d1f139b98508cd21dae6fc377fcc7c9230 (diff)
parented2dfa0bfd7a6d69a2eb7349009625991e363fee (diff)
downloadskyhanni-f9850125f8bf12abd37f8246c5250d0edc4edd49.tar.gz
skyhanni-f9850125f8bf12abd37f8246c5250d0edc4edd49.tar.bz2
skyhanni-f9850125f8bf12abd37f8246c5250d0edc4edd49.zip
Merge pull request #22
The non controversial config changes
Diffstat (limited to 'src/main/java/at/hannibal2/skyhanni/features/garden')
-rw-r--r--src/main/java/at/hannibal2/skyhanni/features/garden/GardenCustomKeybinds.kt2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/java/at/hannibal2/skyhanni/features/garden/GardenCustomKeybinds.kt b/src/main/java/at/hannibal2/skyhanni/features/garden/GardenCustomKeybinds.kt
index 26b3c7abf..4e24cf988 100644
--- a/src/main/java/at/hannibal2/skyhanni/features/garden/GardenCustomKeybinds.kt
+++ b/src/main/java/at/hannibal2/skyhanni/features/garden/GardenCustomKeybinds.kt
@@ -1,10 +1,10 @@
package at.hannibal2.skyhanni.features.garden
import at.hannibal2.skyhanni.SkyHanniMod
-import at.hannibal2.skyhanni.config.core.config.KeybindHelper
import at.hannibal2.skyhanni.config.features.Garden
import at.hannibal2.skyhanni.events.GardenToolChangeEvent
import at.hannibal2.skyhanni.mixins.transformers.AccessorKeyBinding
+import io.github.moulberry.moulconfig.internal.KeybindHelper
import net.minecraft.client.Minecraft
import net.minecraft.client.settings.KeyBinding
import net.minecraftforge.event.world.WorldEvent