This repository has been archived by the owner on Jul 16, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2
/
gradle.properties
69 lines (56 loc) · 1.69 KB
/
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
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
# 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
org.gradle.daemon = false
# Mod Information
minecraft_version = 1.12.2
maven_group = net.htmlcsjs
archives_base_name = htmltech
version=0.2.4
# This will downlaod sourses and Javadoc for the dependencies (for example mixins), set which ide you use
# You can look up dependencies and their available sources and Javadoc in intellij by going to File ProjectStructure Libaries
use_intellij_idea = true
use_eclipse = false
# Optional Jar compiling
build_deobfJar = false
build_apiJar = false
build_sourceJar = false
# If any properties change below this line, refresh gradle again to ensure everything is working correctly.
# Boilerplate Options
# mixins are enabled for GroovyScript to work in dev
use_mixins = false
use_coremod = false
has_access_transformer = false
# Coremod Arguments
include_mod = false
coremod_plugin_class_name =
# Project Dependencies
## Gradle Plugins
forge_gradle_version = 5.1.+
fancy_gradle_version = 1.1.+
## Minecraft-Specific
forge_version = 14.23.5.2860
mcp_mappings_channel = stable
mcp_mappings_version = 39-1.12
## Hard Dependencies
ccl_pid = 242818
ccl_fid = 2779848
gregtech_version=2.6.1
## Soft Dependencies
jei_version = 4.16.1.302
crt_version = 4.1.20.684
top_pid = 245211
top_fid = 2667280
ctm_pid = 267602
ctm_fid = 2915363
grs_pid = 687577
grs_fid = 4399621
ae2_pid = 570458
ae2_fid = 4402048
## Mixin Depdencies
mixingradle_version = 0.7-SNAPSHOT
mixinbooter_version = 7.0
mixin_annotations_version = 0.8.5
## Tests
junit_version = 5.9.1
hamcrest_version = 2.2