mirror of
https://github.com/kolbytn/mindcraft.git
synced 2025-03-28 14:56:24 +01:00
Added faq link
This commit is contained in:
parent
771f5de708
commit
7fd505c4b5
1 changed files with 8 additions and 1 deletions
|
@ -2,7 +2,10 @@
|
|||
|
||||
Crafting minds for Minecraft with LLMs and Mineflayer!
|
||||
|
||||
[Join the discord for support!](https://discord.gg/ZsrAAByEnr)
|
||||
[FAQ](https://github.com/kolbytn/mindcraft/blob/main/FAQ.md)
|
||||
|
||||
[Discord Support](https://discord.gg/ZsrAAByEnr)
|
||||
|
||||
|
||||
#### ‼️Warning‼️
|
||||
|
||||
|
@ -28,6 +31,8 @@ This project allows an LLM to write/execute code on your computer. While the cod
|
|||
|
||||
6. Run `node main.js` from the installed directory
|
||||
|
||||
If you encounter issues, check the [FAQ](https://github.com/kolbytn/mindcraft/blob/main/FAQ.md) or find support on [discord](https://discord.gg/ZsrAAByEnr). We are currently not very responsive to github issues.
|
||||
|
||||
## Customization
|
||||
|
||||
You can configure project details in `settings.js`. [See file.](settings.js)
|
||||
|
@ -59,6 +64,8 @@ To connect to online servers your bot will need an official Microsoft/Minecraft
|
|||
```
|
||||
‼️ The bot's name in the profile.json must exactly match the Minecraft profile name! Otherwise the bot will spam talk to itself.
|
||||
|
||||
To use different accounts, Mindcraft will connect with the account that the Minecraft launcher is currently using. You can switch accounts in the launcer, then run `node main.js`, then switch to your main account after the bot has connected.
|
||||
|
||||
### Docker Container
|
||||
|
||||
If you intend to `allow_insecure_coding`, it is a good idea to run the app in a docker container to reduce risks of running unknown code. This is strongly recommended before connecting to remote servers.
|
||||
|
|
Loading…
Add table
Reference in a new issue