forked from SilentChaos512/Silent-Gear
-
Notifications
You must be signed in to change notification settings - Fork 0
/
gradle.properties
30 lines (25 loc) · 906 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
24
25
26
27
28
29
30
# 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
group = net.silentchaos512
archivesBaseName = silent-gear
mod_id = silentgear
repoName = silent-gear
name = Silent Gear
vcsUrl = https://github.com/SilentChaos512/Silent-Gear.git
# Version number to give the mod when building, if it cannot be read from Git tags
build_version = 0.0.0
mc_version = 1.18.1
forge_version = 1.18.1-39.0.66
sl_version = 1.18-6.+
jei_version = 1.18.1:9.+
#bookshelf_version = 1.15.2:5.+
#gamestages_version = 1.15.2:5.+
curios_version = 1.18.1-5.+
#caelus_version = 1.18-3.+
#world_stripper_version = 1.16.3-1.7.2
#patchouli_version = 1.16.4-50
#silmech_version = 1.16.5-1.+
cf_project_id = 297039
cf_release_type = release
cf_changelog_filename = CHANGELOG.md