Delano Leslie
Delano Leslie
After creating a conda env like specified in the readme and downloading the models, I can't run the text2im script, I get this error: ```Traceback (most recent call last): File...
When I attempt to use the following code ``` import { InstantConnectProxy } from 'prismarine-proxy' const proxy = new InstantConnectProxy({ loginHandler: (client) => { console.log(client.username) return { username: 'ice', };...
Some entities types that are given to entities are not included in the documentation or typescript types. For example when you run this code with a mineflayer bot: ```ts let...