This repository has been archived by the owner on Feb 1, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Recmod 1.4.2 ============ - Added localization - Added testing tab (not used yet) - Replaced RAW config with an FML config - Added RAW config to FML config convertor - Removed the ability for changing the indicator sheet (can still modify it with texture packs), 2x indicators are now used on fancy graphics while the 1x are used on fast - Added a general pane which has an option to maintain the state throughout the session - Optimised a thingy - Moved the entirety of rec commands to be processed on the client side - Made the client-side table be cleared on logout - The server no longer has control over player's own state
- Loading branch information
Showing
13 changed files
with
263 additions
and
139 deletions.
There are no files selected for viewing
Binary file not shown.
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 |
---|---|---|
@@ -0,0 +1,35 @@ | ||
recmod.interface.name=RecMod - | ||
|
||
recmod.gui.back=< | ||
recmod.gui.close=X | ||
|
||
recmod.gui.enabledcode=a | ||
recmod.gui.disabledcode=c | ||
recmod.gui.highlightcode=e | ||
|
||
recmod.gui.enabled=Yes | ||
recmod.gui.disabled=No | ||
recmod.gui.disabled2=DISABLED | ||
|
||
recmod.gui.pane.title.main=Main | ||
recmod.gui.pane.title.general=General | ||
recmod.gui.pane.title.interface=Interface | ||
recmod.gui.pane.title.keyboard=Keyboard | ||
recmod.gui.pane.title.integration=Integration - NYI | ||
recmod.gui.pane.title.testing=Testing | ||
|
||
recmod.gui.pane.main.recording=Recording | ||
recmod.gui.pane.main.streaming=Streaming | ||
|
||
recmod.gui.pane.nyitext1=This feature is still not | ||
recmod.gui.pane.nyitext2=implemented, trust me, it'll be | ||
recmod.gui.pane.nyitext3=awesome! | ||
|
||
recmod.gui.pane.general.kstate=Keep State: $s | ||
|
||
recmod.gui.pane.interface.bobber=Bobber: $s | ||
recmod.gui.pane.interface.never=Never: $s | ||
|
||
recmod.gui.pane.keyboard.enable=Keyboard Enabled: $s | ||
recmod.gui.pane.keyboard.record=Record Key: $s | ||
recmod.gui.pane.keyboard.stream=Stream Key: $s |
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
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.