forked from FiguraMC/Figura
-
Notifications
You must be signed in to change notification settings - Fork 0
/
gradle.properties
62 lines (53 loc) · 1.71 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
# Gradle Configuration
org.gradle.jvmargs = -Xmx3G
# Environment Properties
# https://lambdaurora.dev/tools/import_quilt.html
java_version = 17
minecraft_version = 1.20.1
mappings = 1
enabled_platforms = fabric,forge
# Mod Properties
mod_version = 0.1.4
maven_group = org.figuramc
archives_base_name = figura
assets_version = v2
# Libraries
# https://github.com/FiguraMC/luaj
# https://github.com/TakahikoKawasaki/nv-websocket-client
luaj = 3.0.8
nv_websocket = 2.14
# Fabric Properties
# https://fabricmc.net/develop
# https://modrinth.com/mod/fabric-api
fabric_api = 0.86.1+1.20.1
fabric_loader_version = 0.14.22
# Mod Dependencies
# https://modrinth.com/mod/modmenu
# https://modrinth.com/mod/iris
# https://modrinth.com/mod/first-person-model
# https://modrinth.com/mod/immediatelyfast
# https://modrinth.com/mod/geckolib
# https://github.com/bernie-g/geckolib/blob/1.20.1/gradle.properties
modmenu = 7.2.1
iris = 1.7.0+1.20.1
firstperson = 2.3.4-1.20.1
immediately_fast = 1.2.0+1.20.1
geckolib_version = 1.20.1:4.4
curios = 5.9.1+1.20.1
mclib_version=20
# Forge Properties
# https://files.minecraftforge.net/net/minecraftforge/forge
forge_version = 1.20.1-47.1.43
# Quilt properties
# https://lambdaurora.dev/tools/import_quilt.html
# https://modrinth.com/mod/qsl
quilt_loader_version = 0.20.0-beta.5
quilt_fabric_api_version = 7.1.0+0.86.1-1.20.1
# Extra properties
run_on_quilt = false
run_with_modmenu = false
run_with_geckolib = false
jarVersion
# To run on quilt you must set this to true and go to fabric/gradle.properties to uncomment "loom.platform = quilt",
# and to clarify; This is for testing Figura on Quilt in a development environment only and not for building,
# therefore it will not produce a native quilt mod in this case.