Update Make Zone Command
parent
ccc808d990
commit
14a2c80f81
1 changed files with 2 additions and 2 deletions
|
@ -4,8 +4,8 @@
|
||||||
## Make Zone Command
|
## Make Zone Command
|
||||||
|
|
||||||
Make zone command allows to add zones to the game world.\
|
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` 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`
|
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:
|
At the time of writing this page currently available zone generators (ID - Name) are:
|
||||||
- `base:earth` - Survival
|
- `base:earth` - Survival
|
||||||
|
|
Loading…
Reference in a new issue