-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add custom text colors for future mod releases
- Loading branch information
Showing
3 changed files
with
11 additions
and
223 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,3 @@ | ||
# Gui Colors | ||
gui.architecturecraft.FontColor=FFFFFF | ||
gui.architecturecraft.SelectedBgColor=005580 |
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,10 @@ | ||
tcneiadditions.aspect_from_itemstack.title=§fAspect from ItemStack | ||
tcneiadditions.aspect_from_itemstack.still_load=§fStill loading... (%s/%s) | ||
tcneiadditions.aspect_combination.title=§fAspect Combination | ||
|
||
tcneiadditions.research.missing=§fYou haven't completed research required to craft this item | ||
tcneiadditions.research.researchName=§fResearch name | ||
tcneiadditions.research.researchName_rod=§fRod Research name | ||
tcneiadditions.research.researchName_cap=§fCap Research name | ||
tcneiadditions.research.prerequisites.parents=§fParent research | ||
tcneiadditions.research.prerequisites.parentsHidden=§fParent hidden research | ||
tcneiadditions.research.prerequisites.item=§fScan item | ||
tcneiadditions.research.prerequisites.entity=§fScan entity | ||
tcneiadditions.research.prerequisites.aspect=§fScan aspect | ||
tcneiadditions.research.prerequisites.kill=§fKill and Scan | ||
tcneiadditions.research.prerequisites.allresearched=§fYou have done all the required research | ||
tcneiadditions.gui.textColor=FFFFFF | ||
tcneiadditions.gui.instabilityColorOff=FFFFFF | ||
tcneiadditions.gui.instabilityColor0=80FF66 | ||
tcneiadditions.gui.instabilityColor1=66CCFF | ||
tcneiadditions.gui.instabilityColor2=FF77FF | ||
tcneiadditions.gui.instabilityColor3=FFFF55 | ||
tcneiadditions.gui.instabilityColor4=FFAA00 | ||
tcneiadditions.gui.instabilityColor5=FF9999 | ||
tcneiadditions.gui.researchNameColor=DDDDDD | ||
tcneiadditions.gui.loadingTextColor=00CC00 |
This file was deleted.
Oops, something went wrong.