-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathgradle.properties
More file actions
28 lines (25 loc) · 884 Bytes
/
gradle.properties
File metadata and controls
28 lines (25 loc) · 884 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
# Done to increase the memory available to gradle.
org.gradle.jvmargs = -Xmx2G
# Base properties
# minecraft version
minecraft_version = 1.20.1
# forge version, latest version can be found on https://files.minecraftforge.net/
forge_version = 47.4.0
mapping_channel = parchment
mapping_version = 2023.09.03
# Mod Properties
mod_version = 1.0.1
maven_group = com.vyx.extraadditions
archives_base_name = extraadditions
mod_id = extraadditions
mod_name = Gregtech: Extra Additions
mod_url =
mod_author = vyx
mod_license = GPLv3.0
# Dependencies
gtceu_version = 7.5.3
ldlib_version = 1.0.50
registrate_version = MC1.20-1.3.11
configuration_version = 2.2.0
jei_version = 15.20.0.129
emi_version = 1.1.24