Knockdowns-Legacy/gradle.properties
Rongmario c277dbf15c Added new parameter in gradle.properties = "mixin_into_mods"
- `true` means MixinBooter will be depended on
2022-03-01 11:51:21 +00:00

19 lines
No EOL
495 B
Properties

# Sets default memory used for gradle commands. Can be overridden by user or command line properties.
# This is required to provide enough memory for the Minecraft decompilation process.
org.gradle.jvmargs = -Xmx3G
# Mod Information
mod_version = 1.0
maven_group = com.cleanroommc
archives_base_name = modid
# Boilerplate Options
use_mixins = false
use_coremod = false
use_assetmover = false
pack_mixins_in_jar = false
mixin_into_mods = false
# Coremod Arguments
coremod_plugin_class_name =