-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathgradle.properties
58 lines (47 loc) · 1.29 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
# Important Notes:
# fabric.mod.json's modid field cannot be expanded, you must change it manually.
# Every field you add must be added to the root build.gradle expandProps map.
# Project
group=de.cech12.usefulhats
mod_version=6.5.1.0
mod_id=usefulhats
mod_name=Useful Hats
mod_author=Cech12
mod_license=The MIT License (MIT)
mod_url=https://github.com/cech12/UsefulHats
mod_issue_tracker=https://github.com/cech12/UsefulHats/issues
description=A mod which adds some useful hats.
# Common
java_version=21
minecraft_version=1.21.1
minecraft_version_range=[1.21.1, 1.22)
# Fabric
fabric_version=0.105.0+1.21.1
fabric_loader_version=0.16.5
cloth_config_version=15.0.140
mod_menu_version=11.0.2
# Forge
forge_version=52.0.21
forge_version_range=[52.0.21,)
forge_loader_version_range=[50,)
# NeoForge
neoforge_version=21.1.62
neoforge_version_range=[21.1.62,)
neoforge_loader_version_range=[2,)
# Baubles 2
baubles2_file_id=5477738
baubles2_version_range=[0.5,)
# Trinkets
trinkets_version=3.10.0
# Accessories
accessories_version=1.0.0-beta.5+1.21
accessories_version_range=[1.0.0-beta,)
# Curios Continuation
curios_continuation_version=9.0.4+1.21
curios_continuation_version_range=[9.0.4,)
# Lucent
lucent_version=1.20.4-1.6.0
lucent_version_range=[1.6.0,)
# Gradle
org.gradle.jvmargs=-Xmx3G
org.gradle.daemon=false