diff options
| author | citrons <citrons@mondecitronne.com> | 2023-10-29 22:42:13 -0500 |
|---|---|---|
| committer | citrons <citrons@mondecitronne.com> | 2023-10-29 22:43:47 -0500 |
| commit | 13c2fb7482d45a74ca460f6192a16dc8c956923f (patch) | |
| tree | 552bbf97c5d28d8705dbcb1b7c3e8ccf4742d996 /gradle.properties | |
initial commit
Diffstat (limited to 'gradle.properties')
| -rw-r--r-- | gradle.properties | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/gradle.properties b/gradle.properties new file mode 100644 index 0000000..76aa16a --- /dev/null +++ b/gradle.properties @@ -0,0 +1,22 @@ +# 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.mondecitronne.homunculus +archives_base_name = homunculus + +# If any properties changes below this line, run `gradlew setupDecompWorkspace` and refresh gradle again to ensure everything is working correctly. + +# Boilerplate Options +use_mixins = false +use_coremod = false +use_assetmover = false + +# Access Transformer files should be in the root of `resources` folder and with the filename formatted as: `{archives_base_name}_at.cfg` +use_access_transformer = false + +# Coremod Arguments +include_mod = true +coremod_plugin_class_name = |
