mirror of
https://github.com/ViaVersion/ViaFabric.git
synced 2024-11-22 11:45:47 +01:00
1.18-rc1
This commit is contained in:
parent
8a5982434e
commit
f2ee3bc413
20
build.gradle
20
build.gradle
@ -13,7 +13,7 @@ plugins {
|
|||||||
}
|
}
|
||||||
|
|
||||||
def ENV = System.getenv()
|
def ENV = System.getenv()
|
||||||
def vvVer = "4.1.0-1.18-pre5-SNAPSHOT"
|
def vvVer = "4.1.0-1.18-rc1-SNAPSHOT"
|
||||||
def yamlVer = "1.29"
|
def yamlVer = "1.29"
|
||||||
|
|
||||||
description = "Client-side and server-side ViaVersion implementation for Fabric"
|
description = "Client-side and server-side ViaVersion implementation for Fabric"
|
||||||
@ -113,15 +113,7 @@ subprojects {
|
|||||||
publishing {
|
publishing {
|
||||||
publications {
|
publications {
|
||||||
mavenJava(MavenPublication) {
|
mavenJava(MavenPublication) {
|
||||||
afterEvaluate {
|
from components.java
|
||||||
artifact(file("${project.buildDir}/libs/$archivesBaseName-${version}-maven.jar")) {
|
|
||||||
builtBy remapMavenJar
|
|
||||||
}
|
|
||||||
|
|
||||||
artifact(sourcesJar) {
|
|
||||||
builtBy remapSourcesJar
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -140,13 +132,7 @@ task remapMavenJar(type: RemapJarTask, dependsOn: jar) {
|
|||||||
publishing {
|
publishing {
|
||||||
publications {
|
publications {
|
||||||
mavenJava(MavenPublication) {
|
mavenJava(MavenPublication) {
|
||||||
artifact(file("${project.buildDir}/libs/$archivesBaseName-${version}-maven.jar")) {
|
from components.java
|
||||||
builtBy remapMavenJar
|
|
||||||
}
|
|
||||||
|
|
||||||
artifact(sourcesJar) {
|
|
||||||
builtBy remapSourcesJar
|
|
||||||
}
|
|
||||||
|
|
||||||
pom.withXml {
|
pom.withXml {
|
||||||
def depsNode = asNode {}.appendNode("dependencies")
|
def depsNode = asNode {}.appendNode("dependencies")
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
dependencies {
|
dependencies {
|
||||||
minecraft("com.mojang:minecraft:1.17.1")
|
minecraft("com.mojang:minecraft:1.17.1")
|
||||||
mappings("net.fabricmc:yarn:1.17.1+build.61:v2")
|
mappings("net.fabricmc:yarn:1.17.1+build.64:v2")
|
||||||
|
|
||||||
modImplementation("net.fabricmc.fabric-api:fabric-api:0.40.1+1.17")
|
modImplementation("net.fabricmc.fabric-api:fabric-api:0.43.1+1.17")
|
||||||
modImplementation("com.terraformersmc:modmenu:2.0.2")
|
modImplementation("com.terraformersmc:modmenu:2.0.2")
|
||||||
}
|
}
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
dependencies {
|
dependencies {
|
||||||
minecraft("com.mojang:minecraft:1.18-pre5")
|
minecraft("com.mojang:minecraft:1.18-rc1")
|
||||||
mappings("net.fabricmc:yarn:1.18-pre5+build.2:v2")
|
mappings("net.fabricmc:yarn:1.18-rc1+build.1:v2")
|
||||||
|
|
||||||
modImplementation("net.fabricmc.fabric-api:fabric-api:0.42.8+1.18")
|
modImplementation("net.fabricmc.fabric-api:fabric-api:0.43.1+1.18")
|
||||||
modImplementation("com.terraformersmc:modmenu:3.0.0")
|
modImplementation("com.terraformersmc:modmenu:3.0.0")
|
||||||
}
|
}
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
dependencies {
|
dependencies {
|
||||||
minecraft("com.mojang:minecraft:1.8.9")
|
minecraft("com.mojang:minecraft:1.8.9")
|
||||||
mappings("net.fabricmc:yarn:1.8.9+build.202107080308:v2")
|
mappings("net.fabricmc:yarn:1.8.9+build.202110221052:v2")
|
||||||
|
|
||||||
modImplementation("net.legacyfabric.legacy-fabric-api:legacy-fabric-api:1.1.0+1.8.9")
|
modImplementation("net.legacyfabric.legacy-fabric-api:legacy-fabric-api:1.1.0+1.8.9")
|
||||||
modImplementation("io.github.boogiemonster1o1:modmenu:0.1.0+1.8.9")
|
modImplementation("io.github.boogiemonster1o1:modmenu:0.1.0+1.8.9")
|
||||||
|
Loading…
Reference in New Issue
Block a user