-
-
Notifications
You must be signed in to change notification settings - Fork 1
xyz.unifycraft.gradle.tools.blossom
Deftu edited this page Jul 2, 2022
·
2 revisions
Automatically configures the Blossom Gradle plugin, which replaces text in your code when compiling with specified tokens. This will automatically configure tokens to replace text in your code with your mod's data.
The tokens that the plugin sets up are
as follows:
@MC_VERSION@
: The Minecraft version you are building for.
@MOD_LOADER@
: The mod loader you are building for.
@MOD_NAME@
: The name of your mod.
@MOD_VERSION@
: The version of your mod.
@MOD_ID@
: Your mod's mod ID.