You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
print("Welcome to BuilderGPT, an open source, free, AI-powered Minecraft structure generator developed by BaimoQilin (@Zhou-Shilin). Don't forget to check out the config.yaml configuration file, you need to fill in the OpenAI API key.\n")
62
63
63
64
# Get user inputs
64
-
version=input("[0/2] What's your minecraft version? (eg. 1.20.1): ")
65
-
name=input("[1/2] What's the name of your structure? It will be the name of the generated *.schem file: ")
66
-
description=input("[2/2] What kind of structure would you like to generate? Describe as clear as possible: ")
65
+
version=input("[0/3] What's your minecraft version? (eg. 1.20.1): ")
66
+
description=input("[1/3] What kind of structure would you like to generate? Describe as clear as possible: ")
67
+
render=input("[2/3] Do you want to render the structure? (y/n): ")
msgbox.showinfo("Info", "It is expected to take 30 seconds to 5 minutes. The programme may \"not responding\", this is normal, just be patient. DO NOT CLOSE THE PROGRAM. Click the button below to start generating.")
0 commit comments