-
Notifications
You must be signed in to change notification settings - Fork 10
Quick Start: UI Edition
BaimoQilin edited this page Jul 4, 2024
·
1 revision
- Install Python 3.11+ from Python.org. Enable
Add Python to PATH
in the installer. - Download Source Code.zip and unzip it.
- Open CMD and run this command to install dependencies:
pip install -r requirements.txt
- Edit
config.yaml
, fill in your OpenAI Apikey. If you don't know how, remember that Google and Bing are always your best friends. - Run this command in the CMD to start the program:
python ui.py
- Enter your game version & description and click the
Generate
button. - Find your structure in
/generated/<name>.schem
. - Import the file into the game via WorldEdit Mod or other tools. (Google is your best friend~~)
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.