Skip to content

Commit

Permalink
add an option to disable the notification
Browse files Browse the repository at this point in the history
  • Loading branch information
xzxADIxzx committed Sep 28, 2022
1 parent e8bb5ca commit 6cb114f
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 1 deletion.
2 changes: 1 addition & 1 deletion mod.hjson
Original file line number Diff line number Diff line change
Expand Up @@ -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
1 change: 1 addition & 0 deletions src/java/scheme/ui/dialogs/SettingsMenuDialog.java
Original file line number Diff line number Diff line change
Expand Up @@ -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);

Expand Down
2 changes: 2 additions & 0 deletions src/resources/bundles/bundle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 2 additions & 0 deletions src/resources/bundles/bundle_ru.properties
Original file line number Diff line number Diff line change
Expand Up @@ -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 = Проверять наличие обновлений
Expand Down
2 changes: 2 additions & 0 deletions src/resources/bundles/bundle_uk_UA.properties
Original file line number Diff line number Diff line change
Expand Up @@ -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 = Перевірити наявність оновлень
Expand Down

0 comments on commit 6cb114f

Please sign in to comment.