From 89188a4799a1905d69289e7c6ac8e580a292c9de Mon Sep 17 00:00:00 2001 From: Cervator Date: Sat, 2 Dec 2017 10:44:27 -0500 Subject: [PATCH] Add AdditionalRails module to lineup --- docs/Modules.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/Modules.md b/docs/Modules.md index 45a7d3c12..2dc463a48 100644 --- a/docs/Modules.md +++ b/docs/Modules.md @@ -17,6 +17,7 @@ Here's a list of modules bundled with the game by default (this line-up will cha *Note about "Tutorial" modules:* These are more likely for some time to be for developers/modders to learn about different kinds of content and systems, not for players to actually learn stuff in-game. That's usually handled by actual content modules including their own in-game help system. * [AdditionalFruits](https://github.com/Terasology/AdditionalFruits) - container module for more fruits +* [AdditionalRails](https://github.com/Terasology/AdditionalRails) - container module for more rails * [AdditionalVegetables](https://github.com/Terasology/AdditionalVegetables) - container module for more vegetables * [AdditionalWorlds](https://github.com/Terasology/AdditionalWorlds) - container module for more worlds * [AdvancedBehaviors](https://github.com/Terasology/AdvancedBehaviors) - adds behavior trees and logic for NPCs!