-
-
Notifications
You must be signed in to change notification settings - Fork 47
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
9791283
commit 9daf032
Showing
2 changed files
with
67 additions
and
69 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,39 +1,34 @@ | ||
# gradle | ||
# Gradle Properties | ||
org.gradle.jvmargs=-Xmx8G | ||
org.gradle.parallel=true | ||
|
||
# minecraft and fabric | ||
# Minecraft/Fabric | ||
minecraft_version=1.20.2 | ||
yarn_mappings=1.20.2+build.2 | ||
loader_version=0.14.23 | ||
fabric_api_version=0.90.0+1.20.2 | ||
|
||
# viafabricplus | ||
# Project Details | ||
mod_version=2.9.7-SNAPSHOT | ||
maven_group=de.florianmichael | ||
archives_base_name=viafabricplus | ||
|
||
# base lib | ||
raknet_transport_version=1.0.0.CR1-SNAPSHOT | ||
classic4j_version=2.0.1 | ||
|
||
# viaversion (and required) libs | ||
# ViaVersion Libraries | ||
viaversion_version=4.9.0-23w42a-SNAPSHOT | ||
viabackwards_version=4.9.0-23w42a-SNAPSHOT | ||
|
||
vialoader_version=2.2.11-SNAPSHOT | ||
|
||
vialegacy_version=2.2.21-SNAPSHOT | ||
viaaprilfools_version=2.0.10-SNAPSHOT | ||
viabedrock_version=0.0.3-SNAPSHOT | ||
vialoader_version=2.2.11-SNAPSHOT | ||
|
||
# raphimc libs | ||
# RaphiMC Libraries | ||
minecraftauth_version=2.1.7-SNAPSHOT | ||
raknet_transport_version=1.0.0.CR1-SNAPSHOT | ||
|
||
# lenni0451 libs | ||
# Lenni0451 Libraries | ||
reflect_version=1.3.0 | ||
|
||
# other libs | ||
# Misc Libraries | ||
mod_menu_version=8.0.0 | ||
netty_codec_http_version=4.1.96.Final | ||
mixin_extras_version=0.2.0 | ||
classic4j_version=2.0.1 |