Skip to content

Commit

Permalink
remove armorhud offhand feature
Browse files Browse the repository at this point in the history
  • Loading branch information
Wyvest committed Dec 17, 2023
1 parent 9dddee1 commit eb81162
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 deletions.
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
mod_name = EvergreenHUD
mod_id = evergreenhud
mod_version = 2.1.1
mod_version = 2.1.2
mod_archives_name=EvergreenHUD

# Gradle Configuration -- DO NOT TOUCH THESE VALUES.
Expand Down
6 changes: 0 additions & 6 deletions src/main/kotlin/org/polyfrost/evergreenhud/hud/Armour.kt
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ class Armour: Config(Mod("ArmourHud", ModType.HUD), "evergreenhud/armour.json",

init {
initialize()
addDependency("showOffhand", "Minecraft Version 1.9 or later") { Platform.getInstance().minecraftVersion >= 10900 }
}

class ArmourHud : BasicHud(true, 1920f - 5, 1080f - 5) {
Expand Down Expand Up @@ -61,11 +60,6 @@ class Armour: Config(Mod("ArmourHud", ModType.HUD), "evergreenhud/armour.json",
)
var showMainHand = true

@Switch(
name = "Show Offhand Item"
)
var showOffhand = true

@Slider(
name = "Item Padding",
min = 0F,
Expand Down

0 comments on commit eb81162

Please sign in to comment.