generated from LCLPYT/kibu-plugin-boilerplate
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgradle.properties
34 lines (29 loc) · 907 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
33
34
# 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
mod_version=0.1.0
# 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.140.0+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.1+1.21.4
combat_control_version=1.9.0+1.21.4
notica_version=1.3.0+1.21.4
translations4j_version=2.11.0
# dependencies not required for compilation, but required to play
pal_version=0.13.0+1.21.4
mcserver_api_version=0.9.0+1.21
ruler_version=0.1.2+1.21
# truly optional dependencies
mc_debug_sender_impl_version=0.2.2+1.21.4
anti_xray_version=1.4.8+1.21.4
toml_version=0.7.2