Tool and library to control your microcontroller with Minecraft.
Project for Java Edition
Install NodeJS for your OS : https://nodejs.org/
Enter the folder contaning arducraft.js and type on terminal
npm install
After installation start ArduCraft with
node arducraft.js
Upload the example code on your board.
Open new Minecraft world and share it on lan or join into your server with offline mode enabled.
- You need the creative mode
- Activate command blocks and cheat codes in Minecraft world configuration
- Make your bot to operator with "/op botname" (server only)
- In localhost mode you must use the LAN
- When you're using command blocks you must set a name to them with the anvil to make the command work (say xxx)
Follow the instructions that are shown in the terminal :
- Select the serial port from list.
- Set the domain (ip, domain or localhost).
- Set the server port.
- Set the Minecraft version (server only, for localhost this is not required).
- Set the bot name.
Enjoy!