generated from neoforged/MDK
-
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.
- Loading branch information
lilypuree
committed
Jan 23, 2024
1 parent
93a49bd
commit 993c04e
Showing
11 changed files
with
87 additions
and
90 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
13 changes: 0 additions & 13 deletions
13
common/src/main/java/lilypuree/metabolism/registration/MetabolismGameRules.java
This file was deleted.
Oops, something went wrong.
26 changes: 17 additions & 9 deletions
26
common/src/main/resources/assets/metabolism/lang/en_us.json
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,30 +1,38 @@ | ||
{ | ||
"metabolism.midnightconfig.title": "Metabolism Configs", | ||
"metabolism.midnightconfig.server": "Server", | ||
"metabolism.midnightconfig.category.server": "Server", | ||
"metabolism.midnightconfig.category.debug": "Debug Overlay", | ||
"metabolism.midnightconfig.category.metabolism_hud": "Metabolism HUD", | ||
"metabolism.midnightconfig.category.tooltip": "Tooltips", | ||
|
||
"metabolism.midnightconfig.preciseFeedback": "Enable more precise heat feedback", | ||
|
||
"metabolism.midnightconfig.client": "Client", | ||
"metabolism.midnightconfig.debug": "Debug Overlay", | ||
"metabolism.midnightconfig.disableHeat": "Set the heat target to 0", | ||
"metabolism.midnightconfig.convertResources": "Enable food/hydration conversion", | ||
"metabolism.midnightconfig.debugShowOverlay": "Enable the Debug Overlay", | ||
"metabolism.midnightconfig.debugOverlayAnchor": "Position of the Debug Overlay", | ||
"metabolism.midnightconfig.debugOverlayTextScale": "Scale Text", | ||
"metabolism.midnightconfig.metabolismHud": "Metabolism HUD", | ||
"metabolism.midnightconfig.metabolismOverlayShow": "Enable the Metabolism HUD", | ||
"metabolism.midnightconfig.metabolismOverlayAnchor": "Position of the Metabolism HUD", | ||
"metabolism.midnightconfig.metabolismOverlayOffsetX": "Fine-tune the X position", | ||
"metabolism.midnightconfig.metabolismOverlayOffsetY": "Fine-tune the Y position", | ||
"metabolism.midnightconfig.metabolismOverlayTextScale": "Scale Text", | ||
"metabolism.midnightconfig.tooltip": "Metabolite Tooltips", | ||
"metabolism.midnightconfig.showToolTip": "Show metabolite data in detailed tooltips", | ||
"metabolism.midnightconfig.alwaysShowToolTip": "Always show metabolite tooltips", | ||
|
||
|
||
"metabolism.midnightconfig.enum.Anchor.TOP_LEFT": "Top Left", | ||
"metabolism.midnightconfig.enum.Anchor.TOP_CENTER": "Top Center", | ||
"metabolism.midnightconfig.enum.Anchor.TOP_RIGHT": "Top Right", | ||
"metabolism.midnightconfig.enum.Anchor.CENTER_LEFT": "Center Left", | ||
"metabolism.midnightconfig.enum.Anchor.CENTER_CENTER": "Center", | ||
"metabolism.midnightconfig.enum.Anchor.CENTER_RIGHT": "Center Right", | ||
"metabolism.midnightconfig.enum.Anchor.BOTTOM_LEFT": "Bottom Left", | ||
"metabolism.midnightconfig.enum.Anchor.BOTTOM_CENTER": "Bottom Center", | ||
"metabolism.midnightconfig.enum.Anchor.BOTTOM_RIGHT": "Bottom Right", | ||
|
||
|
||
"effect.metabolism.metabolism": "metabolism", | ||
"command.metabolism.warmth": "Player Warmth: %s", | ||
"command.metabolism.heat": "Player Heat: %s", | ||
"command.metabolism.hydration": "Player Hydration: %s", | ||
"command.metabolism.food": "Player Food: %s", | ||
"gamerule.doTemperature": "Enable Environment Effects" | ||
"command.metabolism.food": "Player Food: %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
File renamed without changes