Skip to content
zml edited this page May 17, 2021 · 4 revisions

Welcome to the VanillaGradle wiki!

Most of the content here is targeted towards plans for the upcoming 0.2 release, rather than what's provided in 0.1. The most accurate documentation for 0.1 is the example currently in the README, but for any further questions feel free to ask in our Discord.

VanillaGradle is a gradle plugin for working with modded Minecraft from Gradle projects, focused on supporting the official mappings Mojang distributes with Minecraft itself since version 1.14.4. It is in early stages of development, and mostly useful for tooling developers rather than end users at this point.

VanillaGradle requires at least Gradle 6.7, and is tested up to the latest release of Gradle (7.0.2 at the time of writing). It runs with a minimum of JDK8, no matter the target JDK of any Minecraft version. These minimums will not be raised without a pressing reason, and notice will be given.

To get started on your project, take a look at Usage. More complete references on individual components are listed in the sidebar.

Clone this wiki locally