After we have developed MCreator for Arduino toolkit, a great interest for a more sophisticated framework arose, so we have decided to make it. And it's OpenSource. Check it out!
MCreator Link
Our new system is called the Minecraft Link. Minecraft Link enables you to connect hardware devices such as Arduino and Raspberry Pi with Minecraft game via MCreator procedures, commands and general API for Minecraft mod developers. Its concept is demonstrated in the diagram below:
Support for Arduino and Raspberry Pi
Whereas MCreator for Arduino only supported Arduino, Minecraft Link supports Arduino and Raspberry Pi out of the box. We have made extensive documentation so support for custom hardware devices can easily be added. Minecraft Link has a hardware abstraction layer, so users only need to define their Minecraft Link system (code, commands or mod) for one device and it will automatically work on all supported devices.
Open-source
Minecraft Link is licensed under Apache 2.0 license. All the code is therefore opensource. We made great efforts to keep the code well documented and readable. To check the code, visit our repository on GitHub. We have implemented build testing to make sure all commits are working.
Many examples and tutorials
We have made examples for all common use cases with Minecraft Link. Installation tutorials for all supported platforms are available too. Check them out on Minecraft Link section of MCreator Wiki.
You can find even more info about Minecraft Link on its official page.
Minecraft Link Release Video
Check the Minecraft Link official release video too!
Leave a comment below and tell us your ideas for Minecraft Link projects!
Comments
Hi klemen, i saw in the changelog for the next mcreator version obj uv texture support! this is awesome! can't wait! :D but i didn't used mcreator in the last time so my question is, does mcreator currently also support multiple collider boxes for a block? because if you have complex models it would be good to also create a collider that "fit's" on the model.
I just found MCreator Link, looks very nice. How does the "send message to device" command works: does it send a message via serial port?