From c5036e50ff14c92d5debde2f152a0b732d5e8140 Mon Sep 17 00:00:00 2001 From: pietru Date: Thu, 27 Feb 2025 15:35:28 +0100 Subject: [PATCH] Add Make Zone Command --- Make-Zone-Command.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 Make-Zone-Command.md diff --git a/Make-Zone-Command.md b/Make-Zone-Command.md new file mode 100644 index 0000000..3a7635e --- /dev/null +++ b/Make-Zone-Command.md @@ -0,0 +1,15 @@ +[Return](./Chat-Commands) +
+ +## 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 \ No newline at end of file