forked from GregTechCEu/GregTech-Addon-Template
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgradle.properties
More file actions
29 lines (25 loc) · 737 Bytes
/
gradle.properties
File metadata and controls
29 lines (25 loc) · 737 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
# Done to increase the memory available to gradle.
org.gradle.jvmargs=-Xmx1G
# 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=0.1.0
maven_group=com.example.examplemod
archives_base_name=examplemod
mod_id=examplemod
mod_name=Example Mod
mod_url=
mod_author=Example Author
mod_license=LGPLv3.0
# Dependencies
gtceu_version=7.1.4
ldlib_version=1.0.42
registrate_version=MC1.20-1.3.11
configuration_version=2.2.0
jei_version=15.20.0.105
emi_version = 1.1.13