diff --git a/src/java/schema/Updater.java b/src/java/schema/Updater.java index 90998bd..999049f 100644 --- a/src/java/schema/Updater.java +++ b/src/java/schema/Updater.java @@ -36,7 +36,7 @@ public static void fetch() { log("The mod is up to date"); else { log("The mod is outdated"); - ui.showCustomConfirm("@updater.name", bundle.format("updater.info", mod.meta.version, latest), "@mods.browser.reinstall", "@ok", Updater::update, () -> {}); + ui.showCustomConfirm("@update.name", bundle.format("update.info", mod.meta.version, latest), "@mods.browser.reinstall", "@ok", Updater::update, () -> {}); } }, Main::err); diff --git a/src/java/schema/input/Keybind.java b/src/java/schema/input/Keybind.java index e545e18..18b571f 100644 --- a/src/java/schema/input/Keybind.java +++ b/src/java/schema/input/Keybind.java @@ -28,6 +28,7 @@ public enum Keybind { select(0, KeyCode.mouseLeft), deselect(0, KeyCode.q), hexblock(3, KeyCode.q), + srcblock(3, KeyCode.e), pause_bd(0, KeyCode.e), clear_bd(0, KeyCode.c), drop(3, KeyCode.mouseMiddle), diff --git a/src/resources/bundles/bundle.properties b/src/resources/bundles/bundle.properties index a343175..4742c78 100644 --- a/src/resources/bundles/bundle.properties +++ b/src/resources/bundles/bundle.properties @@ -1,3 +1,8 @@ +update.name = [red]\u26A0[] Schema is outdated! +update.info = Your version of the mod is [accent]outdated[].\nThis annoying dialog can be turned off in settings.\n\n[gray]The current version is v{0} while the latest is v{1}[] + +# dialogs + keybind.name = < Keybinds > keybind.reset-all = Reset All Keybindings keybind.reset = Reset @@ -25,6 +30,7 @@ keybind.replace = Replace keybind.select = Select/Shoot keybind.deselect = Deselect keybind.hexblock = Choose Block +keybind.srcblock = Search Block keybind.pause-bd = Pause Building keybind.clear-bd = Clear Building keybind.drop = Drop Items From Building @@ -59,6 +65,8 @@ keybind.tgl-block-status = Toggle Block Statuses keybind.tgl-block-health = Toggle Block Health keybind.tgl-fullscreen = Toggle Fullscreen +# fragments + cmnd.no-units = [accent]< no units under command > cmnd.clear = [accent]Press {0}\nto clear