-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgradle.properties
More file actions
31 lines (24 loc) · 930 Bytes
/
gradle.properties
File metadata and controls
31 lines (24 loc) · 930 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
# 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.bronit
mod_id = iuhelper
mod_name = IUHelper
mcp_channel = snapshot
mcp_version = 20171003
# If any properties changes below this line, run `gradlew setupDecompWorkspace` and refresh gradle again to ensure everything is working correctly.
# Kotlin Options
kotlin_version = 2.1.0
forgelin_continuous_version = 2.2.0.0
# Boilerplate Options
use_mixins = true
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 = true
at_name = iuhelper
# Coremod Arguments
include_mod = true
coremod_plugin_class_name =