diff --git a/mod.hjson b/mod.hjson index 1dac5765..4490f3e4 100644 --- a/mod.hjson +++ b/mod.hjson @@ -3,7 +3,7 @@ displayName: Scheme Size, subtitle: No longer just increases the schema size, description: "A mod that increase the schematic size limit to 512 blocks!\n[red]Vanilla Only!", author: "[#0096FF]xzxADIxzx", -version: 2.4.24, +version: 2.4.25, minGameVersion: 138, hidden: true, main: scheme.Main \ No newline at end of file diff --git a/src/java/scheme/ui/dialogs/SettingsMenuDialog.java b/src/java/scheme/ui/dialogs/SettingsMenuDialog.java index 3d4022b6..560a53d7 100644 --- a/src/java/scheme/ui/dialogs/SettingsMenuDialog.java +++ b/src/java/scheme/ui/dialogs/SettingsMenuDialog.java @@ -19,6 +19,7 @@ public SettingsMenuDialog() { if (!mobile) table.checkPref("mobilebuttons", true); table.checkPref("hardscheme", false); + table.checkPref("approachenabled", true); table.checkPref("welcome", true); table.checkPref("check4update", true); diff --git a/src/resources/bundles/bundle.properties b/src/resources/bundles/bundle.properties index 02926031..9d272211 100644 --- a/src/resources/bundles/bundle.properties +++ b/src/resources/bundles/bundle.properties @@ -32,6 +32,8 @@ setting.mobilebuttons.name = Mobile Buttons setting.mobilebuttons.description = Restart required to apply changes. setting.hardscheme.name = Schematics Always Allowed setting.hardscheme.description = Allows schematics even if they are disabled in the current game.\nYou may be kicked/banned in certain servers. +setting.approachenabled.name = Notify about Approaching Wave +setting.approachenabled.description = You can also find out some information about the wave in this notification. setting.welcome.name = Show Welcome Message setting.welcome.description = Who needs this annoying message anyway? setting.check4update.name = Check for Updates diff --git a/src/resources/bundles/bundle_ru.properties b/src/resources/bundles/bundle_ru.properties index 7c18343f..9dadb9b4 100644 --- a/src/resources/bundles/bundle_ru.properties +++ b/src/resources/bundles/bundle_ru.properties @@ -32,6 +32,8 @@ setting.mobilebuttons.name = Мобильные кнопки setting.mobilebuttons.description = Требуется перезагрузка для применения изменений. setting.hardscheme.name = Схемы всегда разрешены setting.hardscheme.description = Позволяет использовать схемы, даже если они отключены в текущей игре.\nВас могут выгнать/забанить на некоторых серверах. +setting.approachenabled.name = Уведомлять о приближении волны +setting.approachenabled.description = Вы также можете узнать немного информации о волне в этом уведомлении. setting.welcome.name = Показать приветственное сообщение setting.welcome.description = Кому вообще нужно это назойливое сообщение? setting.check4update.name = Проверять наличие обновлений diff --git a/src/resources/bundles/bundle_uk_UA.properties b/src/resources/bundles/bundle_uk_UA.properties index 9821583a..cb9e8bd1 100644 --- a/src/resources/bundles/bundle_uk_UA.properties +++ b/src/resources/bundles/bundle_uk_UA.properties @@ -32,6 +32,8 @@ setting.mobilebuttons.name = Мобільні кнопки setting.mobilebuttons.description = Потрібен перезапуск для застосування змін. setting.hardscheme.name = Схеми завжди дозволені setting.hardscheme.description = Дозволяє використовувати схеми на картах, що їх вимикають.\nВас можуть вигнати/заблокувати на деяких серверах. +setting.approachenabled.name = Повідомляти про наближення хвилі +setting.approachenabled.description = Ви також можете дізнатися трохи інформації про хвилю в цьому повідомленні. setting.welcome.name = Показувати вітальне повідомлення setting.welcome.description = Кому взагалі потрібне це настирливе повідомлення? setting.check4update.name = Перевірити наявність оновлень