Add new modules to the lineup: Additional fruits, vegetables, and worlds + minesweeper & the neato module testing environment

develop
Cervator 2017-12-02 02:01:45 -05:00
parent 0d3caa34ec
commit 38eec3667b
1 changed files with 5 additions and 0 deletions

View File

@ -16,6 +16,9 @@ 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
* [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!
* [AdventureAssets](https://github.com/Terasology/AdventureAssets) - a set of assets for adventure time!
* [Alchemy](https://github.com/Terasology/Alchemy) - create alchemical potions!
@ -82,10 +85,12 @@ Here's a list of modules bundled with the game by default (this line-up will cha
* [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 the two points (in multiple layers if the area is tall enough)
* [MedievalCities](https://github.com/Terasology/MedievalCities) - a set of building templates for a medieval era city
* [Minerals](https://github.com/Terasology/Minerals) - a large collection of mineral blocks
* [Minesweeper](https://github.com/Terasology/Minesweeper) - a little game inside a game
* [Miniion](https://github.com/Terasology/Miniion) - base creature control system, used by MasterOfOreon - old module that has gone through a few redesigns
* [Minimap](https://github.com/Terasology/Minimap) - a basic minimap. Show/hide with `M` by default and zoom with numpad `-` and `+`
* [MobileBlocks](https://github.com/Terasology/MobileBlocks) - supports blocks that can move their location based on some directions
* [ModularComputers](https://github.com/Terasology/ModularComputers) - central module for the creation of computers that themselves can have "hardware modules" of sorts added to them in-game to add interesting functionality
* [ModuleTestingEnvironment](https://github.com/Terasology/ModuleTestingEnvironment) - a testing framework for in-game tests on simulated server + client(s)
* [MoreLights](https://github.com/Terasology/MoreLights) - assorted illuminated blocks
* [MultiBlock](https://github.com/Terasology/MultiBlock) - supports the concept of multiple blocks being part of the same structure
* [MusicDirector](https://github.com/Terasology/MusicDirector) - allows music assets to be prepared for dynamic inclusion in appropriate contexts (like time of day)