mirror of
https://github.com/ViaVersion/ViaFabric.git
synced 2024-11-22 11:45:47 +01:00
19w04a
This commit is contained in:
parent
e71126d552
commit
e6ee85a81d
11
build.gradle
11
build.gradle
@ -35,17 +35,14 @@ configurations {
|
|||||||
}
|
}
|
||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
shade('us.myles:viaversion:2.0.0-19w03c') {
|
shade('us.myles:viaversion:2.0.0-19w04a') {
|
||||||
transitive = false
|
transitive = false
|
||||||
changing = true
|
changing = true
|
||||||
}
|
}
|
||||||
|
|
||||||
minecraft "com.mojang:minecraft:19w03c"
|
minecraft "com.mojang:minecraft:19w04a"
|
||||||
mappings "net.fabricmc:yarn:19w03c.1"
|
mappings "net.fabricmc:yarn:19w04a.1"
|
||||||
modCompile "net.fabricmc:fabric-loader:0.3.2.96"
|
modCompile "net.fabricmc:fabric-loader:0.3.3.101"
|
||||||
|
|
||||||
// Fabric API. This is technically optional, but you probably want it anyway.
|
|
||||||
modCompile "net.fabricmc:fabric:0.1.4.71"
|
|
||||||
}
|
}
|
||||||
|
|
||||||
jar {
|
jar {
|
||||||
|
Loading…
Reference in New Issue
Block a user