MCreator Link

Minecraft Link

MCreator 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.

MCreator Link: Installation


This page describes how to install MCreator Link in your Minecraft, not how to install MCreator Link on your hardware device. To see how to install MCreator Link on your hardware device, check these…

MCreator Link: API


CurrentDevice Most of the interaction with MCreator Link can be done using net.mcreator.minecraft.link.CurrentDevice class. This class contains methods to interact with the currently connected…

MCreator Link: Development


Cloning repository To contribute to MCreator Link, clone MCreator Link repository and setup this workspace as you would do with any Minecraft mod. We recommend using IntelliJ IDEA for the development…

MCreator Link: MCreator procedures


Creating MCreator Link workspace Create a new workspace and give it a name and set a mod id. Open workspace settings by clicking on the settings button. Next, check the MCreator Link under External…

MCreator Link: Ingame commands


MCreator Link adds new /link command that can be used to interface with the connected devices. /link command This command allows you to interface with the MCreator Link devices using Minecraft…

MCreator Link: Getting started with Raspberry Pi


This tutorial assumes you have already installed MCreator Link in your Minecraft Client. If this is not the case, please first read the installation tutorial for the MCreator Link for Minecraft.…

MCreator Link: Getting started with Arduino


This tutorial assumes you have already installed MCreator Link in your Minecraft Client. If this is not the case, please first read the installation tutorial for the MCreator Link for Minecraft.…