-
-
Notifications
You must be signed in to change notification settings - Fork 74
/
Copy pathgradle.properties
49 lines (43 loc) · 1.36 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
org.gradle.jvmargs=-Xmx4G
org.gradle.daemon=false
org.gradle.logging.level=info
# Minecraft related
mod_id=advancedperipherals
# do not include mod_version/minecraft_version with equals sign anywhere else in the file (even in comments)
# also do not add space around the equal sign
# since we are using poor grep command to do automation :p
mod_version=0.7.49a
minecraft_version=1.21.1
mod_artifact_suffix=
neo_version=21.1.115
parchment_minecraft_version=1.21.1
parchment_mappings_version=2024.11.17
loader_version=4
release_type=alpha
jb_annotations=21.0.1
# Test dependencies
junit_version=5.7.2
hamcrest_version=2.2
kotlin_version=1.9.22
kotlinx_coroutines_version=1.6.0-RC3
ttoolkit_version=0.1.3
# Mod dependencies
cc_version=1.113.1
ae2things_version=5637783
appliedenergistics_version=19.1.2-beta
appliedmekanistics_version=5978711
mekanism_version=1.21.1-10.7.8.70
minecolonies_version=1.1.846-1.21.1-snapshot
patchouli_version=1.21-87
powah_version=6143661
# Mod dependencies which are needed for other mods
# minecolonies
structurize_version=1.0.755-1.21.1-snapshot
multipiston_version=1.2.51-1.21.1-snapshot
blockui_version=1.0.192-1.21.1-snapshot
domumornamentum_version=1.0.204-1.21.1-snapshot
# powah
cloth_config_version=15.0.127
# Mod dependencies for testing stuff(Only used in the dev environment)
jei_version=1.21.1-neoforge:19.19.6.235
createadditions_version=5099752