-
Notifications
You must be signed in to change notification settings - Fork 0
/
gradle.properties
23 lines (18 loc) · 841 Bytes
/
gradle.properties
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# 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
maven_group = org.dimdev.jeid
mod_name = JustEnoughIDs
mod_version = 2.2.1
archives_base_name = jeid
# If any properties changes below this line, run `gradlew setupDecompWorkspace` and refresh gradle again to ensure everything is working correctly.
# Boilerplate Options
use_mixins = true
use_coremod = true
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 = true
# Coremod Arguments
include_mod = true
coremod_plugin_class_name = org.dimdev.jeid.core.JEIDLoadingPlugin