From 7fd505c4b597314076c681aa7c4f012ad6ab6d02 Mon Sep 17 00:00:00 2001 From: Max Robinson Date: Sat, 2 Nov 2024 14:08:59 -0500 Subject: [PATCH] Added faq link --- README.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 01b6df5..b37d430 100644 --- a/README.md +++ b/README.md @@ -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.