Skip to content

Commit

Permalink
remove Simple Notes, 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Stereo528 committed Feb 12, 2023
1 parent e8123a3 commit 6626ee1
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 4 deletions.
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ org.gradle.jvmargs = -Xmx4G
org.gradle.parallel = true

# Mod Properties
mod_version = 1.0.0
mod_version = 1.0.1
maven_group = io.github.stereo528
archives_base_name = yach

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,5 @@

public class ModConfig extends MidnightConfig {
@Entry public static boolean showOnHotbar = true;
@Entry public static boolean simpleNotesIntegration = false;
@Entry public static boolean hideInSpectator = false;
}
2 changes: 0 additions & 2 deletions src/main/resources/assets/yach/lang/en_us.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@
"yach.midnightconfig.title": "Yet Another Coordinates HUD",
"yach.midnightconfig.showOnHotbar": "Toggle Display",
"yach.midnightconfig.hideInSpectator": "Hide In Spectator Mode",
"yach.midnightconfig.simpleNotesIntegration": "(WIP) SimpleNotes Integration",
"yach.midnightconfig.simpleNotesIntegration.tooltip": "Enables a command from SimpleNotes to save your current XYZ to notes.\nAllows optional text.",
"key.yach.toggle": "Toggle Display",
"key.yach.yach": "YACH"
}

0 comments on commit 6626ee1

Please sign in to comment.