Add Make Zone Command
parent
35fe4e9cbe
commit
c5036e50ff
1 changed files with 15 additions and 0 deletions
15
Make-Zone-Command.md
Normal file
15
Make-Zone-Command.md
Normal file
|
@ -0,0 +1,15 @@
|
||||||
|
[Return](./Chat-Commands)
|
||||||
|
<hr>
|
||||||
|
|
||||||
|
## Make Zone Command
|
||||||
|
|
||||||
|
Make zone command allows to add zones to the game world.
|
||||||
|
Running `:make_zone zoneId` will try to create zone with id of `zoneId` and generator id of `zoneId`
|
||||||
|
Running `:make_zone zoneId genId` will try to create zone with id of `zoneId` and generator id of `genId`
|
||||||
|
|
||||||
|
At the time of writing this page currently available zone generators (ID - Name) are:
|
||||||
|
- `base:earth` - Survival
|
||||||
|
- `base:flat` - Flat world
|
||||||
|
- `base:basic` - Basic Earthlike
|
||||||
|
- `base:moon` - Moon
|
||||||
|
- `base:nostalgic_island` - Nostalgic Islands
|
Loading…
Reference in a new issue