forked from Pocketkid2/OpenBlocks
-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathgradle.properties
More file actions
29 lines (23 loc) · 987 Bytes
/
gradle.properties
File metadata and controls
29 lines (23 loc) · 987 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
# 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_id = openblocks
mod_name = OpenBlocks Reopened
mod_version = 1.8.4
lib_version = 0.12.3
api_version = 1.2
archives_base_name = OpenBlocksReopened-1.12.2
maven_group = info.openmods
# 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: `{mod_id}_at.cfg`
use_access_transformer = true
# Coremod Arguments
include_mod = true
coremod_plugin_class_name = openmods.core.OpenModsCorePlugin
# Debug options, always disable before committing
debug_class_loading = false