> For the complete documentation index, see [llms.txt](https://docs.mcgsoft.eu/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.mcgsoft.eu/mcg-starcraft/for-players/space-stations.md).

# Space Stations

if you are in a world without air or with radiation / temperature levels higher then ur suit. or maybe with low gravity.\
Building a spacestations allows to have NO effects while in the base.\
A space Station can be build in any shape as long as it uses Airgenerators.

### How do i create a air generator?

A loom = a air generator. simply make a loom and ur set.

### How do i enable or use the air generator?

place down the loom where u want air/gravity/protection this can be either in the floor or the ceiling.\
Make sure if its in the floor that the bottom of the loom is enclosed and if its in the ceiling that the top of the loom is enclosed.\
Next SHIFT right click the loom it will show green sparkles with the radius its generating air in.\
The loom will remember the Status so if the server restarts there is still air there.

### How do i remove a air generator?

Simply destroy the loom.

### What happens if i do not cover one side?

If u do not cover the top if on ceiling or the bottom if in the floor then it always refers back to a floor layout thus so only generating air on top of it


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.mcgsoft.eu/mcg-starcraft/for-players/space-stations.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
