2022-01-06 14:59:55 +03:00
|
|
|
# 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.
|
2022-01-20 19:56:26 +03:00
|
|
|
org.gradle.jvmargs = -Xmx3G
|
|
|
|
|
|
|
|
# Mod Information
|
|
|
|
mod_version = 1.0
|
|
|
|
maven_group = com.cleanroommc
|
|
|
|
archives_base_name = modid
|
|
|
|
|
2022-04-26 14:21:03 +03:00
|
|
|
# If any properties changes below this line, run `gradlew setupDecompWorkspace` and refresh gradle again to ensure everything is working correctly.
|
|
|
|
|
2022-01-20 19:56:26 +03:00
|
|
|
# Boilerplate Options
|
|
|
|
use_mixins = false
|
|
|
|
use_coremod = false
|
|
|
|
use_assetmover = false
|
|
|
|
|
|
|
|
# Coremod Arguments
|
2022-05-26 14:05:56 +03:00
|
|
|
include_mod = true
|
2022-01-20 19:56:26 +03:00
|
|
|
coremod_plugin_class_name =
|