forked from MrNavaStar/Singularity
-
Notifications
You must be signed in to change notification settings - Fork 0
/
gradle.properties
34 lines (28 loc) · 964 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
org.gradle.jvmargs=-Xmx4G
javaVersion=21
maven_group=me.mrnavastar
archives_base_name=singularity
project_version=debug-build
# Fabric - https://modmuss50.me/fabric.html
minecraft_version=1.20.6
yarn_mappings=1.20.6+build.3
loader_version=0.16.0
fabric_version=0.99.0+1.20.6
# https://modrinth.com/mod/fabricproxy-lite
proxy_lite_version=v2.8.0
toml4j_version=0.7.2
# Forge - https://files.minecraftforge.net/net/minecraftforge/forge/
forge_version=1.20.6-50.0.31
neoforge_version=20.6.87-beta
# https://modrinth.com/mod/proxy-compatible-forge
proxy_forge_version=1.1.4
# Paper - https://repo.papermc.io/#browse/browse:maven-public:io%2Fpapermc%2Fpaper%2Fpaper-api
paper_version=1.20.6-R0.1-SNAPSHOT
# Velocity - https://papermc.io/downloads/velocity
velocity_version=3.3.0-SNAPSHOT
# Dependencies
protoweaver_version=1.0.7
# https://github.com/EsotericSoftware/kryo/releases
kyro_version=5.6.0
# https://projectlombok.org/setup/maven
lombok_version=1.18.34