Update Make Zone Command
parent
4def30e7ce
commit
e212a5e4c1
1 changed files with 2 additions and 2 deletions
|
@ -3,8 +3,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:
|
||||||
|
|
Loading…
Reference in a new issue