Skip to content

Commit b7fae45

Browse files
committed
Add new modules Alchemy, Cooking, Smithing, and WorkstationCrafting.
1 parent 38b8cd9 commit b7fae45

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

docs/Modules.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ Here's a list of modules bundled with the game by default (this line-up will cha
1616

1717
*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.
1818

19+
* [Alchemy](https://github.com/Terasology/Alchemy) - create alchemical potions!
1920
* [AlterationEffects](https://github.com/Terasology/AlterationEffects) - module for storing some buff/debuff type effects
2021
* [AnotherWorld](https://github.com/Terasology/AnotherWorld) - world gen module, includes features like ore placement and caves, used by WoodAndStone's world
2122
* [AnotherWorldPlants](https://github.com/Terasology/AnotherWorldPlants) - farming and tree growth for AnotherWorld
@@ -35,6 +36,7 @@ Here's a list of modules bundled with the game by default (this line-up will cha
3536
* [ClimateConditions](https://github.com/Terasology/ClimateConditions) - A library module for managing temperature, humidity, and other climate factors
3637
* [CommonWorld](https://github.com/Terasology/CommonWorld) - general world generation utility module
3738
* [ComputerMonitors](https://github.com/Terasology/ComputerMonitors) - allows for the creation of functional multi-block monitors in-game - ModularComputers puts them to work!
39+
* [Cooking](https://github.com/Terasology/Cooking) - cook stuff!
3840
* [CopperAndBronze](https://github.com/Terasology/CopperAndBronze) - another era for throughout the ages, this time copper and bronze (comes after wood and stone)
3941
* Core - mandatory content needed for normal game launch
4042
* CoreSampleGameplay - gameplay front for Core - allows modules to depend on Core without the default starting inventory
@@ -98,6 +100,7 @@ Here's a list of modules bundled with the game by default (this line-up will cha
98100
* [Signalling](https://github.com/Terasology/Signalling) - circuitry implementation based on BlockNetwork, similar to redstone
99101
* [SimpleFarming](https://github.com/Terasology/SimpleFarming) - easy to understand growing of foods
100102
* [SimpleLiquids](https://github.com/Terasology/SimpleLiquids) - lets water propagate in the world - beware of floods!
103+
* [Smithing](https://github.com/Terasology/Smithing) - crafting for metal-based recipes
101104
* [Soils](https://github.com/Terasology/Soils) - a small pack of different soil types
102105
* [Spawning](https://github.com/Terasology/Spawning) - split out from Portals to serve as general utility for anything needing stuff to spawn
103106
* [StaticCities](https://github.com/Terasology/StaticCities) - variant of Cities that places all cities during world generation without later dynamic growth
@@ -116,6 +119,7 @@ Here's a list of modules bundled with the game by default (this line-up will cha
116119
* [WildAnimals](https://github.com/Terasology/WildAnimals) - a module containing animals, initially a deer you can spawn in-world via console with `spawnPrefab deer` then watch wander idly
117120
* [WoodAndStone](https://github.com/Terasology/WoodAndStone) - big content module including "from scratch" crafting, starting with wood here
118121
* [Workstation](https://github.com/Terasology/Workstation) - workstations offer a way to use blocks in-world for advanced purposes
122+
* [WorkstationCrafting](https://github.com/Terasology/WorkstationCrafting) - an extension to Workstation focused on crafting more advanced recipe-based stuff
119123
* [WorkstationInGameHelp](https://github.com/Terasology/WorkstationInGameHelp) - bridging module to bring in-game help to workstation screens
120124
* [WorldlyTooltip](https://github.com/Terasology/WorldlyTooltip) - a little tooltip that shows you what you're looking at (hold `alt` for debug details)
121125

0 commit comments

Comments
 (0)