Skip to content

Commit

Permalink
Update version tags to 1.1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
ItsNature committed Sep 5, 2024
1 parent 252d8cd commit f021b83
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ public final class ModBossbar {
/**
* No documentation available.
*
* @since %release_version%
* @since 1.1.5
*/
public static final SimpleOption<Boolean> RENDER_BOSS_TEXT = SimpleOption.<Boolean>builder()
.node("bossbar", "render-boss-text").type(TypeToken.get(Boolean.class))
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ public final class ModScoreboard {
/**
* No documentation available.
*
* @since %release_version%
* @since 1.1.5
*/
public static final SimpleOption<Boolean> HIDE_SCOREBOARD = SimpleOption.<Boolean>builder()
.node("scoreboard", "hide-scoreboard").type(TypeToken.get(Boolean.class))
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ public final class ModSkyblock {
/**
* Provides QOL for the Diana mayor that helps the user quickly locate burrows.
*
* @since %release_version%
* @since 1.1.5
*/
public static final SimpleOption<Boolean> GRIFFIN_BURROW_ESTIMATES = SimpleOption.<Boolean>builder()
.comment("Provides QOL for the Diana mayor that helps the user quickly locate burrows.")
Expand All @@ -151,7 +151,7 @@ public final class ModSkyblock {
/**
* Makes Giant HP more visible by showing their HP at their feet.
*
* @since %release_version%
* @since 1.1.5
*/
public static final SimpleOption<Boolean> SHOW_GIANT_HPAT_FEET = SimpleOption.<Boolean>builder()
.comment("Makes Giant HP more visible by showing their HP at their feet.")
Expand Down Expand Up @@ -271,7 +271,7 @@ public final class ModSkyblock {
/**
* No documentation available.
*
* @since %release_version%
* @since 1.1.5
*/
public static final SimpleOption<Boolean> SHOW_KUUDRA_HEALTH = SimpleOption.<Boolean>builder()
.node("skyblock", "show-kuudra-health").type(TypeToken.get(Boolean.class))
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ public final class ModTitles {
/**
* Show title of height limit display.
*
* @since %release_version%
* @since 1.1.5
*/
public static final SimpleOption<Boolean> SHOW_TITLE = SimpleOption.<Boolean>builder()
.comment("Show title of height limit display")
Expand All @@ -91,7 +91,7 @@ public final class ModTitles {
/**
* No documentation available.
*
* @since %release_version%
* @since 1.1.5
*/
public static final SimpleOption<Boolean> SHOW_SUBTITLE = SimpleOption.<Boolean>builder()
.node("titles", "show-subtitle").type(TypeToken.get(Boolean.class))
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
*/
package com.lunarclient.apollo.mods.impl;

import com.lunarclient.apollo.option.NumberOption;
import com.lunarclient.apollo.option.SimpleOption;
import io.leangen.geantyref.TypeToken;

Expand Down

0 comments on commit f021b83

Please sign in to comment.