-
-
Notifications
You must be signed in to change notification settings - Fork 3
xyz.unifycraft.gradle.tools.resources
Deftu edited this page Jul 2, 2022
·
2 revisions
Automatically configures resource processing with common replacements.
Use the following tokens in your mod's
resources for them to be replaced by
the corresponding value.
${mod_version}
: The version of your mod.
${mod_id}
: Your mod's mod ID.
${mod_name}
: The name of your mod.
${mc_version}
: The current Minecraft version.
${format_mc_version}
: The current Minecraft version conformed to a padded integer.
${java_version}
: The current Java version, conformed to "JAVA_8", "JAVA_16" and "JAVA_17".