Module name: Structure Templates
GitHub: https://github.com/Terasology/StructureTemplates
Status: Usable
This module can be used to create structure templates in game.
Structure templates allow you to place multiple copies of the same structure multiple times into the world.
For example you could just build one small section of a wall and then create a item that allows you to place that wall section multiple times to create a wall:
Structure templates can be created via the following steps:
GitHub: https://github.com/Terasology/StructureTemplates
Status: Usable
This module can be used to create structure templates in game.
Structure templates allow you to place multiple copies of the same structure multiple times into the world.
For example you could just build one small section of a wall and then create a item that allows you to place that wall section multiple times to create a wall:
Structure templates can be created via the following steps:
- You use the command `giveItem structureTemplateGenerator` to get yourself a structure template generator item
- You click with that item a ground block infront of the building you want to copy. You get a structure template editor item.
- Activating (right clicking) the structure editor item opens a minimalistic UI, that can be used to define the region that you want to create a structure template item from.
- The same UI also offers you a button that can be used to create a item that spawns the structure
- While you hold the structure spawning item you see a outline of where the structure will appear:
- You can select the spawn location of the structure by moving around with your character
- The structure appears always infront of you, by rotating your character can choose the rotation of the structure as the structures front will always look towards you
- Right clicking with that item spawn the structure.