generated from LCLPYT/kibu-plugin-boilerplate
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgradle.properties
32 lines (27 loc) · 847 Bytes
/
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
# Done to increase the memory available to gradle.
org.gradle.jvmargs=-Xmx1G
org.gradle.parallel=true
# Fabric Properties
# check these on https://fabricmc.net/develop
minecraft_version=1.21.4
yarn_mappings=1.21.4+build.4
loader_version=0.16.9
# Plugin Properties
maven_group=work.lclpnet.mods
archives_base_name=arcade-party-2
# dependencies required for compilation
fabric_version=0.114.0+1.21.4
kibu_version=0.135.1+1.21.4
kibu_world_api_version=0.6.3+1.21.3
fantasy_version=0.6.6+1.21.4
lobby_version=0.66.0+1.21.4
combat_control_version=1.5.0+1.21.4
notica_version=1.2.0+1.21.4
translations4j_version=2.11.0
# dependencies not required for compilation, but required to play
pal_version=0.12.2+1.21.4
mcserver_api_version=0.9.0+1.21
ruler_version=0.1.2+1.21
# truly optional dependencies
anti_xray_version=1.4.8+1.21.4
toml_version=0.7.2