-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
commit 824fb1e Author: Jab125 <[email protected]> Date: Sun Jan 5 16:00:48 2025 +1100 Update en_us.json commit 7b7a1b0 Author: Jab125 <[email protected]> Date: Sun Jan 5 15:53:58 2025 +1100 fix most of the translation keys commit c63fb1e Author: Jab125 <[email protected]> Date: Sun Jan 5 15:24:11 2025 +1100 keep track of parent tweak for translation purposes commit 74e4a9b Author: Jab125 <[email protected]> Date: Sun Jan 5 15:11:43 2025 +1100 Update en_us.json commit 99374aa Author: Jab125 <[email protected]> Date: Sun Jan 5 15:11:29 2025 +1100 Update en_us.json commit 48abef5 Author: Jab125 <[email protected]> Date: Sun Jan 5 15:07:30 2025 +1100 Update Tweak.java commit 0e67ba0 Author: Jab125 <[email protected]> Date: Sun Jan 5 15:06:53 2025 +1100 Update Tweak.java commit 1a7b374 Author: Jab125 <[email protected]> Date: Sun Jan 5 15:03:34 2025 +1100 Update en_us.json commit 4070e8e Author: Jab125 <[email protected]> Date: Sun Jan 5 15:02:47 2025 +1100 fix part 1 commit 63ccc36 Author: Jab125 <[email protected]> Date: Sun Jan 5 14:50:01 2025 +1100 Replace Strings with Translation Keys (#2) * Translation Keys 3/13 * Translation Keys 13/13 * Repair Title * Repair Option Names --------- Co-authored-by: S-N00B-1 <[email protected]>
- Loading branch information
Showing
17 changed files
with
207 additions
and
122 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 changes: 2 additions & 2 deletions
4
src/main/java/xyz/violaflower/legacy_tweaks/tweaks/impl/Crash.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
5 changes: 3 additions & 2 deletions
5
src/main/java/xyz/violaflower/legacy_tweaks/tweaks/impl/F3Info.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,16 @@ | ||
package xyz.violaflower.legacy_tweaks.tweaks.impl; | ||
|
||
import net.minecraft.network.chat.Component; | ||
import xyz.violaflower.legacy_tweaks.tweaks.Tweak; | ||
|
||
public class F3Info extends Tweak { | ||
public final BooleanOption showEnabledTweaks; | ||
|
||
public F3Info() { | ||
setTweakID("F3 Info"); | ||
setTweakID("f3Info"); | ||
setTweakAuthor("DexrnZacAttack", "Jab125"); | ||
setTweakDescription("Adds LegacyTweaks related info to the F3 debug screen."); | ||
// localize hopefully | ||
// LOCALISED! - S_N00B | ||
showEnabledTweaks = addBooleanOption("showEnabledTweaks"); | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1 change: 1 addition & 0 deletions
1
src/main/java/xyz/violaflower/legacy_tweaks/tweaks/impl/Gamma.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.