diff options
author | hannibal2 <24389977+hannibal00212@users.noreply.github.com> | 2023-07-05 16:38:26 +0200 |
---|---|---|
committer | hannibal2 <24389977+hannibal00212@users.noreply.github.com> | 2023-07-05 16:38:26 +0200 |
commit | 10068ee904d341c9ec21e05a5e760c9c2576fc6d (patch) | |
tree | c54b7c78d788677febb77c7a5261f3235f173f01 /src/main/java/at/hannibal2/skyhanni | |
parent | 54331ff1364043630eaae020d6b56eb275eca9c1 (diff) | |
download | skyhanni-10068ee904d341c9ec21e05a5e760c9c2576fc6d.tar.gz skyhanni-10068ee904d341c9ec21e05a5e760c9c2576fc6d.tar.bz2 skyhanni-10068ee904d341c9ec21e05a5e760c9c2576fc6d.zip |
0.19 Beta 6
Diffstat (limited to 'src/main/java/at/hannibal2/skyhanni')
-rw-r--r-- | src/main/java/at/hannibal2/skyhanni/SkyHanniMod.kt | 2 | ||||
-rw-r--r-- | src/main/java/at/hannibal2/skyhanni/config/features/RiftConfig.java | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/src/main/java/at/hannibal2/skyhanni/SkyHanniMod.kt b/src/main/java/at/hannibal2/skyhanni/SkyHanniMod.kt index 2d2189823..fcb285960 100644 --- a/src/main/java/at/hannibal2/skyhanni/SkyHanniMod.kt +++ b/src/main/java/at/hannibal2/skyhanni/SkyHanniMod.kt @@ -95,7 +95,7 @@ import org.apache.logging.log4j.Logger clientSideOnly = true, useMetadata = true, guiFactory = "at.hannibal2.skyhanni.config.ConfigGuiForgeInterop", - version = "0.19.Beta.5", + version = "0.19.Beta.6", ) class SkyHanniMod { @Mod.EventHandler diff --git a/src/main/java/at/hannibal2/skyhanni/config/features/RiftConfig.java b/src/main/java/at/hannibal2/skyhanni/config/features/RiftConfig.java index dc86379b8..c8302262b 100644 --- a/src/main/java/at/hannibal2/skyhanni/config/features/RiftConfig.java +++ b/src/main/java/at/hannibal2/skyhanni/config/features/RiftConfig.java @@ -248,7 +248,7 @@ public class RiftConfig { @Expose @ConfigOption(name = "Look Ahead", desc = "Change how many platforms should be shown in front of you.") @ConfigEditorSlider(minStep = 1, maxValue = 9, minValue = 1) - public Property<Integer> lookAhead = Property.of(2); + public Property<Integer> lookAhead = Property.of(3); @Expose @ConfigOption(name = "Outline", desc = "Outlines the top edge of the platforms.") |