Section
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.
To clone the submodules too, use:
git clone --recursive https://github.com/Pylo/MCreatorLink.gitTo setup workspace, set Gradle version to Gradle 3.0
gradlew --wrapper 3.0Then set up the Minecraft Mod workspace:
gradlew setupDecompWorkspaceLicense
MCreator Link is covered under Apache License 2.0 - LICENSE
Documentation
Documentation of MCreator Link is hosted on GitHub pages.