Skip to content

Commit fe0bcd1

Browse files
committed
Minor text tweaks
- Fix copy paste oops in the README's module list - Mentions name tags in README and color impact - Corrects more copy paste oops in the IDE customizer
1 parent c15f337 commit fe0bcd1

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.markdown

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ The game auto-saves at regular intervals so it is decently crash-hardened at thi
3434
Multiplayer
3535
--------
3636

37-
To name yourself for a multiplayer game use Settings / Player. You can also pick a color, which will affect your placeholder monkey head player avatar.
37+
To name yourself for a multiplayer game use Settings / Player. You can also pick a color, which will affect your placeholder monkey head player avatar, name in chat, and floating name tag.
3838

3939
You can host a local server using the game client and have friends connect to your IP. Game port is 25777 which needs to be open and forwarded to your PC.
4040

@@ -220,8 +220,8 @@ Here's a list of modules bundled with the game by default (as of this writing an
220220
* [LightAndShadowResources](https://github.com/Terasology/LightAndShadowResources) - IMMA FIRIN’ MAH LASR!! Art assets for the Light & Shadow concept
221221
* [Machines](https://github.com/Terasology/Machines) - machine infrastructure library module
222222
* [Malicious](https://github.com/Terasology/Malicious) - a series of module security tests to check that modules cannot do naughty things when running
223+
* [ManualLabor](https://github.com/Terasology/ManualLabor) - tools and logic for manual labor (digging, chopping, etc)
223224
* [ManualLaborEventualSkills](https://github.com/Terasology/ManualLaborEventualSkills) - bridge module for adding EventualSkills to ManualLabor
224-
* [EventualSkills](https://github.com/Terasology/EventualSkills) - a time-based skill system, a bit akin to EVE Online's system.
225225
* [MarcinScIncubator](https://github.com/Terasology/MarcinScIncubator) - parking lot for tools used in @MarcinSc's many modules without a more explicit home yet
226226
* [MarkovChains](https://github.com/Terasology/MarkovChains) - Library module with some pseudo random math stuff
227227
* [MasterOfOreon](https://github.com/Terasology/MasterOfOreon) - Master the Oreons, or others like them, from the throne-world of the Ancients! A menu command system, default show/hide key 'O'

config/gradle/ide.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -243,7 +243,7 @@ ext {
243243
</configuration>
244244
'''))
245245

246-
// Run config that includes the Crash Reporter
246+
// Run config that includes the game splash screen
247247
runManager.append(new XmlParser().parseText('''
248248
<configuration default="false" name="TerasologyPC (Splash enabled)" type="Application" factoryName="Application">
249249
<extension name="coverage" enabled="false" merge="false" runner="idea">

0 commit comments

Comments
 (0)