mirror of
https://github.com/ViaVersion/ViaFabricPlus.git
synced 2024-11-04 09:19:33 +01:00
Merge remote-tracking branch 'origin/main'
This commit is contained in:
commit
54ec8abf17
@ -57,7 +57,6 @@ dependencies {
|
||||
library "com.github.FlorianMichael:Classic4J:${project.classic4j_version}"
|
||||
library ("net.raphimc:ViaLoader:${project.vialoader_version}") {
|
||||
exclude group: "org.slf4j", module: "slf4j-api"
|
||||
exclude group: "org.yaml", module: "snakeyaml"
|
||||
}
|
||||
|
||||
library "com.viaversion:viaversion:${project.viaversion_version}"
|
||||
@ -66,10 +65,9 @@ dependencies {
|
||||
exclude group: "io.netty", module: "netty-all"
|
||||
exclude group: "com.google.guava", module: "guava"
|
||||
}
|
||||
library "org.yaml:snakeyaml:${project.snake_yml_version}"
|
||||
|
||||
library ("net.raphimc:ViaLegacy:${project.vialegacy_version}") {
|
||||
exclude group: "net.lenni0451.mcstructs", module: "text"
|
||||
exclude group: "com.google.code.gson", module: "gson"
|
||||
}
|
||||
library "net.raphimc:ViaAprilFools:${project.viaaprilfools_version}"
|
||||
library ("net.raphimc:ViaBedrock:${project.viabedrock_version}") {
|
||||
@ -89,9 +87,6 @@ dependencies {
|
||||
exclude group: "io.netty", module: "netty-transport"
|
||||
}
|
||||
|
||||
library ("net.lenni0451.mcstructs:text:${project.mcstructs_text_version}") {
|
||||
exclude group: "com.google.code.gson", module: "gson"
|
||||
}
|
||||
library "net.lenni0451:Reflect:${project.reflect_version}"
|
||||
|
||||
include implementation(annotationProcessor("com.github.llamalad7.mixinextras:mixinextras-fabric:${project.mixin_extras_version}"))
|
||||
@ -149,4 +144,4 @@ publishing {
|
||||
from components.java
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -20,7 +20,6 @@ classic4j_version=1.2.0
|
||||
# viaversion (and required) libs
|
||||
viaversion_version=4.7.1-SNAPSHOT
|
||||
viabackwards_version=4.7.1-SNAPSHOT
|
||||
snake_yml_version=2.0
|
||||
|
||||
# raphimc libs
|
||||
vialegacy_version=2.2.18-SNAPSHOT
|
||||
@ -30,7 +29,6 @@ minecraftauth_version=2.1.4-SNAPSHOT
|
||||
vialoader_version=2.2.7-SNAPSHOT
|
||||
|
||||
# lenni0451 libs
|
||||
mcstructs_text_version=2.2.5
|
||||
reflect_version=1.2.0
|
||||
|
||||
# other libs
|
||||
|
Loading…
Reference in New Issue
Block a user