Minecraft Developer Plugin
Answered
Hey guys, just wondering how would I be able to change Minecraft version that I want to build my project for whilst using the Minecraft Developer Plugin? I am fairly new, and inexperienced, sorry if this seems like a no-brainer to some of you.
Please sign in to leave a comment.
You can choose the version during project creation:
https://i.imgur.com/9YGnUXJ.png
Based on your choice, the Minecraft plugin builds build.gradle file. And in case you want to change the version after the project creation, it is needed to edit build.gradle file accordingly. Here you could find more information regarding that:
https://cadiboo.github.io/tutorials/1.14.2/forge/1.0-gradle-configuration/
Need help