Skip to content

Quick Start: UI Edition

BaimoQilin edited this page Jul 4, 2024 · 1 revision

Quick Start

  1. Install Python 3.11+ from Python.org. Enable Add Python to PATH in the installer.
  2. Download Source Code.zip and unzip it.
  3. Open CMD and run this command to install dependencies:
pip install -r requirements.txt
  1. Edit config.yaml, fill in your OpenAI Apikey. If you don't know how, remember that Google and Bing are always your best friends. image
  2. Run this command in the CMD to start the program:
python ui.py
  1. Enter your game version & description and click the Generate button. image
  2. Find your structure in /generated/<name>.schem.
  3. Import the file into the game via WorldEdit Mod or other tools. (Google is your best friend~~)

Rendering

Rendering is not necessary. It is just a way to preview the generated effects. You don't need to render before importing the structure into the game.

Clone this wiki locally