Skip to content

Commit

Permalink
feat!: add 1.19.3 forge support
Browse files Browse the repository at this point in the history
  • Loading branch information
TreyRuffy committed Dec 30, 2022
1 parent 8bbbaa9 commit d7917db
Show file tree
Hide file tree
Showing 25 changed files with 695 additions and 688 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,9 @@ public void update(final MinecraftClient client) {
// Entities (separated) (kinda bad)
for (int i = 0; i < SpawnGroup.values().length; i++) {
final SpawnGroup group = SpawnGroup.values()[i];
if (lines.size() == i) {
lines.add(new DebugLine(group.toString().toLowerCase()));
}
lines.get(i + 2).value(spawnGroupCount.getInt(group));
}
}
Expand Down
406 changes: 203 additions & 203 deletions common/src/main/resources/assets/betterf3/lang/be_by.json

Large diffs are not rendered by default.

26 changes: 13 additions & 13 deletions common/src/main/resources/assets/betterf3/lang/de_at.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,22 +15,22 @@
"config.betterf3.title.modules": "Module bearbeiten",
"config.betterf3.disable": "Mod deaktivieren",
"config.betterf3.disable.tooltip": "Deaktiviert den Mod sodass der normale F3-Bildschirm wieder erscheint.",
"config.betterf3.auto_start": "Auto Start",
"config.betterf3.auto_start.tooltip": "Automatically starts the debug menu when the game starts.",
"config.betterf3.auto_start": "Automatischer Start",
"config.betterf3.auto_start.tooltip": "Starte automatisch das Debug Menu, wenn das Spiel startet.",
"config.betterf3.space_modules": "Modulabstände",
"config.betterf3.space_modules.tooltip": "Adds a space after each module.",
"config.betterf3.space_modules.tooltip": "Fügt ein Leerzeichen nach jedem Modul hinzu.",
"config.betterf3.shadow_text": "Textschatten",
"config.betterf3.shadow_text.tooltip": "Makes all characters have a shadow effect.",
"config.betterf3.shadow_text.tooltip": "Macht, dass alle Buchstaben einen Schatteneffekt haben.",
"config.betterf3.animations": "Animationen einschalten",
"config.betterf3.animations.tooltip": "Aktiviert eine Animation beim Öffnen und Schließen des F3-Bildschirms.",
"config.betterf3.animationSpeed": "Animationsgeschwindigkeit",
"config.betterf3.animationSpeed.tooltip": "Legt die Geschwindigkeit der Animation fest.",
"config.betterf3.debug_crosshair": "Hide the Debug Crosshair",
"config.betterf3.debug_crosshair.tooltip": "Hide the debug crosshair when the F3 HUD is open.",
"config.betterf3.sidebar": "Hide Sidebar",
"config.betterf3.sidebar.tooltip": "Hide the sidebar when the F3 menu is active.",
"config.betterf3.bossbar": "Hide Bossbar",
"config.betterf3.bossbar.tooltip": "Hide the bossbar when the F3 menu is active.",
"config.betterf3.sidebar": "Verstecke Seitenleiste",
"config.betterf3.sidebar.tooltip": "Verstecke Seitenleiste, wenn das F3 Menü aktiv ist.",
"config.betterf3.bossbar": "Verstecke die Bossanzeige",
"config.betterf3.bossbar.tooltip": "Verstecke die Bossanzeige, wenn das F3 Menü aktiv ist.",
"config.betterf3.always_enable_profiler": "Always Enable the Profiler",
"config.betterf3.always_enable_profiler.tooltip": "Always enable the profiler when using F3.",
"config.betterf3.always_enable_tps_graph": "Always Enable the TPS Graph",
Expand Down Expand Up @@ -73,7 +73,7 @@
"config.betterf3.color.background.tooltip": "Ändert die Hintergrundfarbe jeder Zeile (ARGB)",
"config.betterf3.memory_color_toggle": "Memory Color Toggle",
"config.betterf3.memory_color_toggle.tooltip": "Enables the color change of the memory value based on the percentage of memory used.",
"config.betterf3.time_format": "Time Format",
"config.betterf3.time_format": "Zeitformat",
"config.betterf3.time_format.tooltip": "Set the format of the system time.",
"config.betterf3.module.enable": "Modul aktivieren",
"config.betterf3.module.enable.tooltip": "Aktiviert dieses Modul.",
Expand All @@ -94,7 +94,7 @@
"debug.betterf3.cycle_simulationdistance.message": "Simulation Distance: %s",
"debug.betterf3.cycle_renderdistance.help": "F3 + F = Cycle render distance (shift to invert)",
"debug.betterf3.cycle_simulationdistance.help": "F3 + F + Ctrl = Cycle simulation distance (shift to invert)",
"debug.betterf3.modmenu.help": "F3 + M = BetterF3 Options",
"debug.betterf3.modmenu.help": "F3 + M = BetterF3 Optionen",
"text.betterf3.module.minecraft": "Minecraft",
"text.betterf3.module.fps": "FPS",
"text.betterf3.module.graphics": "Grafik",
Expand All @@ -121,7 +121,7 @@
"text.betterf3.line.loaded_chunks_server": "Geladene Chunks (Server)",
"text.betterf3.line.forceloaded_chunks": "Zwangsgeladene Chunks",
"text.betterf3.line.spawn_chunks": "Spawn Chunks",
"text.betterf3.line.chunk_file": "Region File",
"text.betterf3.line.chunk_file": "Regions-Datei",
"text.betterf3.line.enabled": "Aktiviert",
"text.betterf3.line.disabled": "Deaktiviert",
"text.betterf3.line.rendered": "angezeigt",
Expand All @@ -135,9 +135,9 @@
"text.betterf3.line.monster": "Monster",
"text.betterf3.line.creature": "Kreaturen",
"text.betterf3.line.ambient": "Umgebung",
"text.betterf3.line.axolotls": "Axolotls",
"text.betterf3.line.axolotls": "Axolotl",
"text.betterf3.line.water_creature": "Wasserkreaturen",
"text.betterf3.line.underground_water_creature": "Underground Water Creatures",
"text.betterf3.line.underground_water_creature": "Untergrund Wasser Kreaturen",
"text.betterf3.line.water_ambient": "Wasser Ambient",
"text.betterf3.line.misc": "Sonstiges",
"text.betterf3.line.fps": "",
Expand Down
26 changes: 13 additions & 13 deletions common/src/main/resources/assets/betterf3/lang/de_ch.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,22 +15,22 @@
"config.betterf3.title.modules": "Module bearbeiten",
"config.betterf3.disable": "Mod deaktivieren",
"config.betterf3.disable.tooltip": "Deaktiviert den Mod sodass der normale F3-Bildschirm wieder erscheint.",
"config.betterf3.auto_start": "Auto Start",
"config.betterf3.auto_start.tooltip": "Automatically starts the debug menu when the game starts.",
"config.betterf3.auto_start": "Automatischer Start",
"config.betterf3.auto_start.tooltip": "Starte automatisch das Debug Menu, wenn das Spiel startet.",
"config.betterf3.space_modules": "Modulabstände",
"config.betterf3.space_modules.tooltip": "Adds a space after each module.",
"config.betterf3.space_modules.tooltip": "Fügt ein Leerzeichen nach jedem Modul hinzu.",
"config.betterf3.shadow_text": "Textschatten",
"config.betterf3.shadow_text.tooltip": "Makes all characters have a shadow effect.",
"config.betterf3.shadow_text.tooltip": "Macht, dass alle Buchstaben einen Schatteneffekt haben.",
"config.betterf3.animations": "Animationen einschalten",
"config.betterf3.animations.tooltip": "Aktiviert eine Animation beim Öffnen und Schließen des F3-Bildschirms.",
"config.betterf3.animationSpeed": "Animationsgeschwindigkeit",
"config.betterf3.animationSpeed.tooltip": "Legt die Geschwindigkeit der Animation fest.",
"config.betterf3.debug_crosshair": "Hide the Debug Crosshair",
"config.betterf3.debug_crosshair.tooltip": "Hide the debug crosshair when the F3 HUD is open.",
"config.betterf3.sidebar": "Hide Sidebar",
"config.betterf3.sidebar.tooltip": "Hide the sidebar when the F3 menu is active.",
"config.betterf3.bossbar": "Hide Bossbar",
"config.betterf3.bossbar.tooltip": "Hide the bossbar when the F3 menu is active.",
"config.betterf3.sidebar": "Verstecke Seitenleiste",
"config.betterf3.sidebar.tooltip": "Verstecke Seitenleiste, wenn das F3 Menü aktiv ist.",
"config.betterf3.bossbar": "Verstecke die Bossanzeige",
"config.betterf3.bossbar.tooltip": "Verstecke die Bossanzeige, wenn das F3 Menü aktiv ist.",
"config.betterf3.always_enable_profiler": "Always Enable the Profiler",
"config.betterf3.always_enable_profiler.tooltip": "Always enable the profiler when using F3.",
"config.betterf3.always_enable_tps_graph": "Always Enable the TPS Graph",
Expand Down Expand Up @@ -73,7 +73,7 @@
"config.betterf3.color.background.tooltip": "Ändert die Hintergrundfarbe jeder Zeile (ARGB)",
"config.betterf3.memory_color_toggle": "Memory Color Toggle",
"config.betterf3.memory_color_toggle.tooltip": "Enables the color change of the memory value based on the percentage of memory used.",
"config.betterf3.time_format": "Time Format",
"config.betterf3.time_format": "Zeitformat",
"config.betterf3.time_format.tooltip": "Set the format of the system time.",
"config.betterf3.module.enable": "Modul aktivieren",
"config.betterf3.module.enable.tooltip": "Aktiviert dieses Modul.",
Expand All @@ -94,7 +94,7 @@
"debug.betterf3.cycle_simulationdistance.message": "Simulation Distance: %s",
"debug.betterf3.cycle_renderdistance.help": "F3 + F = Cycle render distance (shift to invert)",
"debug.betterf3.cycle_simulationdistance.help": "F3 + F + Ctrl = Cycle simulation distance (shift to invert)",
"debug.betterf3.modmenu.help": "F3 + M = BetterF3 Options",
"debug.betterf3.modmenu.help": "F3 + M = BetterF3 Optionen",
"text.betterf3.module.minecraft": "Minecraft",
"text.betterf3.module.fps": "FPS",
"text.betterf3.module.graphics": "Grafik",
Expand All @@ -121,7 +121,7 @@
"text.betterf3.line.loaded_chunks_server": "Geladene Chunks (Server)",
"text.betterf3.line.forceloaded_chunks": "Zwangsgeladene Chunks",
"text.betterf3.line.spawn_chunks": "Spawn Chunks",
"text.betterf3.line.chunk_file": "Region File",
"text.betterf3.line.chunk_file": "Regions-Datei",
"text.betterf3.line.enabled": "Aktiviert",
"text.betterf3.line.disabled": "Deaktiviert",
"text.betterf3.line.rendered": "angezeigt",
Expand All @@ -135,9 +135,9 @@
"text.betterf3.line.monster": "Monster",
"text.betterf3.line.creature": "Kreaturen",
"text.betterf3.line.ambient": "Umgebung",
"text.betterf3.line.axolotls": "Axolotls",
"text.betterf3.line.axolotls": "Axolotl",
"text.betterf3.line.water_creature": "Wasserkreaturen",
"text.betterf3.line.underground_water_creature": "Underground Water Creatures",
"text.betterf3.line.underground_water_creature": "Untergrund Wasser Kreaturen",
"text.betterf3.line.water_ambient": "Wasser Ambient",
"text.betterf3.line.misc": "Sonstiges",
"text.betterf3.line.fps": "",
Expand Down
26 changes: 13 additions & 13 deletions common/src/main/resources/assets/betterf3/lang/de_de.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,22 +15,22 @@
"config.betterf3.title.modules": "Module bearbeiten",
"config.betterf3.disable": "Mod deaktivieren",
"config.betterf3.disable.tooltip": "Deaktiviert den Mod sodass der normale F3-Bildschirm wieder erscheint.",
"config.betterf3.auto_start": "Auto Start",
"config.betterf3.auto_start.tooltip": "Automatically starts the debug menu when the game starts.",
"config.betterf3.auto_start": "Automatischer Start",
"config.betterf3.auto_start.tooltip": "Starte automatisch das Debug Menu, wenn das Spiel startet.",
"config.betterf3.space_modules": "Modulabstände",
"config.betterf3.space_modules.tooltip": "Adds a space after each module.",
"config.betterf3.space_modules.tooltip": "Fügt ein Leerzeichen nach jedem Modul hinzu.",
"config.betterf3.shadow_text": "Textschatten",
"config.betterf3.shadow_text.tooltip": "Makes all characters have a shadow effect.",
"config.betterf3.shadow_text.tooltip": "Macht, dass alle Buchstaben einen Schatteneffekt haben.",
"config.betterf3.animations": "Animationen einschalten",
"config.betterf3.animations.tooltip": "Aktiviert eine Animation beim Öffnen und Schließen des F3-Bildschirms.",
"config.betterf3.animationSpeed": "Animationsgeschwindigkeit",
"config.betterf3.animationSpeed.tooltip": "Legt die Geschwindigkeit der Animation fest.",
"config.betterf3.debug_crosshair": "Hide the Debug Crosshair",
"config.betterf3.debug_crosshair.tooltip": "Hide the debug crosshair when the F3 HUD is open.",
"config.betterf3.sidebar": "Hide Sidebar",
"config.betterf3.sidebar.tooltip": "Hide the sidebar when the F3 menu is active.",
"config.betterf3.bossbar": "Hide Bossbar",
"config.betterf3.bossbar.tooltip": "Hide the bossbar when the F3 menu is active.",
"config.betterf3.sidebar": "Verstecke Seitenleiste",
"config.betterf3.sidebar.tooltip": "Verstecke Seitenleiste, wenn das F3 Menü aktiv ist.",
"config.betterf3.bossbar": "Verstecke die Bossanzeige",
"config.betterf3.bossbar.tooltip": "Verstecke die Bossanzeige, wenn das F3 Menü aktiv ist.",
"config.betterf3.always_enable_profiler": "Always Enable the Profiler",
"config.betterf3.always_enable_profiler.tooltip": "Always enable the profiler when using F3.",
"config.betterf3.always_enable_tps_graph": "Always Enable the TPS Graph",
Expand Down Expand Up @@ -73,7 +73,7 @@
"config.betterf3.color.background.tooltip": "Ändert die Hintergrundfarbe jeder Zeile (ARGB)",
"config.betterf3.memory_color_toggle": "Memory Color Toggle",
"config.betterf3.memory_color_toggle.tooltip": "Enables the color change of the memory value based on the percentage of memory used.",
"config.betterf3.time_format": "Time Format",
"config.betterf3.time_format": "Zeitformat",
"config.betterf3.time_format.tooltip": "Set the format of the system time.",
"config.betterf3.module.enable": "Modul aktivieren",
"config.betterf3.module.enable.tooltip": "Aktiviert dieses Modul.",
Expand All @@ -94,7 +94,7 @@
"debug.betterf3.cycle_simulationdistance.message": "Simulation Distance: %s",
"debug.betterf3.cycle_renderdistance.help": "F3 + F = Cycle render distance (shift to invert)",
"debug.betterf3.cycle_simulationdistance.help": "F3 + F + Ctrl = Cycle simulation distance (shift to invert)",
"debug.betterf3.modmenu.help": "F3 + M = BetterF3 Options",
"debug.betterf3.modmenu.help": "F3 + M = BetterF3 Optionen",
"text.betterf3.module.minecraft": "Minecraft",
"text.betterf3.module.fps": "FPS",
"text.betterf3.module.graphics": "Grafik",
Expand All @@ -121,7 +121,7 @@
"text.betterf3.line.loaded_chunks_server": "Geladene Chunks (Server)",
"text.betterf3.line.forceloaded_chunks": "Zwangsgeladene Chunks",
"text.betterf3.line.spawn_chunks": "Spawn Chunks",
"text.betterf3.line.chunk_file": "Region File",
"text.betterf3.line.chunk_file": "Regions-Datei",
"text.betterf3.line.enabled": "Aktiviert",
"text.betterf3.line.disabled": "Deaktiviert",
"text.betterf3.line.rendered": "angezeigt",
Expand All @@ -135,9 +135,9 @@
"text.betterf3.line.monster": "Monster",
"text.betterf3.line.creature": "Kreaturen",
"text.betterf3.line.ambient": "Umgebung",
"text.betterf3.line.axolotls": "Axolotls",
"text.betterf3.line.axolotls": "Axolotl",
"text.betterf3.line.water_creature": "Wasserkreaturen",
"text.betterf3.line.underground_water_creature": "Underground Water Creatures",
"text.betterf3.line.underground_water_creature": "Untergrund Wasser Kreaturen",
"text.betterf3.line.water_ambient": "Wasser Ambient",
"text.betterf3.line.misc": "Sonstiges",
"text.betterf3.line.fps": "",
Expand Down
4 changes: 2 additions & 2 deletions common/src/main/resources/assets/betterf3/lang/fr_ca.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
"config.betterf3.title.modules": "Modifier les modules",
"config.betterf3.disable": "Désactiver le mod",
"config.betterf3.disable.tooltip": "Désactive le mod, ce qui fera apparaître de nouveau l'interface F3 par défaut.",
"config.betterf3.auto_start": "Auto Start",
"config.betterf3.auto_start.tooltip": "Automatically starts the debug menu when the game starts.",
"config.betterf3.auto_start": "Démarrage automatique",
"config.betterf3.auto_start.tooltip": "Démarre automatiquement le menu de débogage lorsque le jeu démarre.",
"config.betterf3.space_modules": "Espace de modules",
"config.betterf3.space_modules.tooltip": "Adds a space after each module.",
"config.betterf3.shadow_text": "Texte ombré",
Expand Down
4 changes: 2 additions & 2 deletions common/src/main/resources/assets/betterf3/lang/fr_fr.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
"config.betterf3.title.modules": "Modifier les modules",
"config.betterf3.disable": "Désactiver le mod",
"config.betterf3.disable.tooltip": "Désactive le mod, ce qui fera apparaître de nouveau l'interface F3 par défaut.",
"config.betterf3.auto_start": "Auto Start",
"config.betterf3.auto_start.tooltip": "Automatically starts the debug menu when the game starts.",
"config.betterf3.auto_start": "Démarrage automatique",
"config.betterf3.auto_start.tooltip": "Démarre automatiquement le menu de débogage lorsque le jeu démarre.",
"config.betterf3.space_modules": "Espace de modules",
"config.betterf3.space_modules.tooltip": "Adds a space after each module.",
"config.betterf3.shadow_text": "Texte ombré",
Expand Down
6 changes: 3 additions & 3 deletions common/src/main/resources/assets/betterf3/lang/ja_jp.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"config.betterf3.auto_start": "自動表示",
"config.betterf3.auto_start.tooltip": "ゲーム開始時にデバッグ画面を自動的に表示します。",
"config.betterf3.space_modules": "モジュールの空白行",
"config.betterf3.space_modules.tooltip": "各モジュールの後ろにスペース追加",
"config.betterf3.space_modules.tooltip": "各モジュールの後にスペースを追加します。",
"config.betterf3.shadow_text": "テキストの陰影",
"config.betterf3.shadow_text.tooltip": "全ての文字に影を付けて目立たせます。",
"config.betterf3.animations": "アニメーションの有効化",
Expand Down Expand Up @@ -175,7 +175,7 @@
"text.betterf3.line.biome": "バイオーム",
"text.betterf3.line.local_difficulty": "地域難易度",
"text.betterf3.line.clamped": "クランプ",
"text.betterf3.line.day_ticks": "Current Day Ticks",
"text.betterf3.line.day_ticks": "現在時刻",
"text.betterf3.line.days_played": "経過日数",
"text.betterf3.line.waiting_chunk": "チャンク読み込みの待機中...",
"text.betterf3.line.server_tick": "",
Expand All @@ -190,7 +190,7 @@
"text.betterf3.line.time": "現在時刻",
"text.betterf3.line.java_version": "Javaのバージョン",
"text.betterf3.line.memory_usage": "メモリ使用量",
"text.betterf3.line.allocation_rate": "Allocation Rate",
"text.betterf3.line.allocation_rate": "割当率",
"text.betterf3.line.allocated_memory": "メモリ割り当て量",
"text.betterf3.line.off_heap": "オフヒープ",
"text.betterf3.line.cpu": "CPU",
Expand Down
Loading

0 comments on commit d7917db

Please sign in to comment.