generated from Tidy-Bear/ctidy-demo-forge
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgradle.properties
89 lines (65 loc) · 1.81 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
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
# ###################
# Gradle Properties
# ###################
org.gradle.jvmargs=-Xmx3G
org.gradle.parallel=true
org.gradle.daemon=false
org.gradle.logging.level=info
org.gradle.console=rich
# ###################
# Mod Properties
# ###################
maven_group=me.ctidy.mcmod.escape
mod_version=1.0.0
archives_base_name=escape
mod_id=escape
mod_name=Escape
mod_description=Escape the mandatory requirement of logically client only mods on the server. We players are free to install permitted mods!!!
# this license is for specific mod projects, default as LGPL, not for the template
mod_license=LGPL
mod_resourcepack_description=Escape mod resources
mod_resourcepack_format=8
mod_datapack_format=9
author_id=ctidy
author_name=CTidy
# ###################
# MC & Forge Properties
# ###################
minecraft_version=1.18.2
# https://github.com/MinecraftForge/MCPConfig/blob/master/Mojang.md
#mappings_channel=official
#mappings_version=1.18.2
# https://github.com/ParchmentMC/Parchment/wiki/Getting-Started
mappings_channel=parchment
mappings_version=2022.11.06-1.18.2
forge_version = 1.18.2-40.2.0
# ###################
# Build Dependencies
# ###################
mixin_version=0.8.5
jei_artifact_id=jei-1.18.2
jei_version=10.2.1.1002
# 4.3.2 since 2022/12/24
jech_version=4259230
# 5.2.6 since 2022/11/12
jade_version=4082408
# 1.6.2 since 2022/05/24
catalogue_version=3803098
# 2.0.1 2023/05/28
configured_version=4462832
# 9.0+23 since 2023/03/28
controlling_version=4555742
# 1.10.38 since 2023/04/25
spark_version=4505375
# 2.5.1 since 2023/09/27
#appleskin_version=4770822
# 23.8.4 since 2023/10/23
xaerominimap_version=4812556
# 1.36.0 since 2023/10/23
xaeroworldmap_version=4812583
# ###################
# Game dependencies
# ###################
minecraft_request=[1.18.2,1.19)
fml_request=[40,)
forge_request=[40,)