Skip to content

Commit 265173e

Browse files
committed
Forgot to doc Portals
1 parent c9fde46 commit 265173e

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.markdown

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -130,13 +130,14 @@ Here's a list of modules bundled with the game by default (as of this writing an
130130
* [Crops](https://github.com/Terasology/Crops) - a series of crop-like plants with multiple growth stages
131131
* [Fences](https://github.com/Terasology/Fences) - fences!
132132
* [FunnyBlocks](https://github.com/Terasology/FunnyBlocks) - cheese wheels and bowling pins - why not
133-
* [Hunger](https://github.com/Terasology/Hunger) - makes the player slowly gets hungry (needs actual GUI work and ways to then actually eat food though)
133+
* [Hunger](https://github.com/Terasology/Hunger) - makes the player slowly gets hungry (needs actual GUI work and ways to then actually eat food though). Console `hungerCheck` for stats
134134
* [LightAndShadowResources](https://github.com/Terasology/LightAndShadowResources) - IMMA FIRIN’ MAH LASR!! Art assets for the Light & Shadow concept
135135
* [Malicious](https://github.com/Terasology/Malicious) - a series of module security tests to check that modules cannot do naughty things when running
136136
* [Maze](https://github.com/Terasology/Maze) - a maze generator. Right-click with the provided maze tool on one block then again on another and a maze will generate between
137137
* [Minerals](https://github.com/Terasology/Minerals) - a large collection of mineral blocks
138138
* [MoreLights](https://github.com/Terasology/MoreLights) - assorted illuminated blocks
139-
* [NameGenerator](https://github.com/Terasology/NameGenerator) - can create random themed names for use by other modules, or via console using commands like 'generateNameList 10'
139+
* [NameGenerator](https://github.com/Terasology/NameGenerator) - can create random themed names for use by other modules, or via console using commands like `generateNameList 10`
140+
* [Portals](https://github.com/Terasology/Portals) - allows placement of portal blocks that'll spawn creatures from the LASR model - get a portal from the console with `giveBlock "portal"`
140141
* [Sample](https://github.com/Terasology/Sample) - miscellaneous example content showcasing module usage
141142
* [Signalling](https://github.com/Terasology/Signalling) - circuitry implementation based on BlockNetwork, similar to redstone
142143
* [Soils](https://github.com/Terasology/Soils) - a small pack of different soil types

0 commit comments

Comments
 (0)