Blockly for Minecraft: Bedrock Edition. Connects via WebSocket, like the old Minecraft Code Connection. NOT AN OFFICIAL MINECRAFT PROGRAM. NOT APPROVED BY OR ASSOCIATED WITH MOJANG OR MICROSOFT.
These resources aided in the development of this project by shedding light on how the Minecraft features utilized in this project work! Thank you very much!
- mcwss by Sandertv
mcwss is the WebSocket library for Minecraft: Bedrock Edition. It's packed with features and is a pleasure to use! It's a great example of a WebSocket implementation for Minecraft. - mcpews
mcpews is another WebSocket library for Minecraft: Bedrock Edition. It's a big help for figuring out the key exchange for encryption. I believe it's made by ProjectXero. - The Minecraft Wiki
The Minecraft Wiki documents commands that are hidden and cannot be used normally, such as theagent
andquerytarget
commands. Though these commands understandably have little documentation and sometimes even are missing subcommands, the wiki is still very helpful, and I try to edit the pages if I notice it is missing information. - Minecraft - Microsoft MakeCode
The official MakeCode editor for Minecraft Code Connection. Though Code Connection is deprecated and no longer officially works with newer versions, it is still a great reference for what kind of blocks to implement in this project.