Update to 1.21.9/10
This commit is contained in:
@@ -3,7 +3,7 @@ import java.io.ByteArrayOutputStream
|
||||
|
||||
plugins {
|
||||
id("gg.essential.multi-version.root")
|
||||
id("gg.essential.loom") version "1.7.28" apply false
|
||||
id("gg.essential.loom") version "1.7.35" apply false
|
||||
id("com.github.hierynomus.license") version "0.15.0"
|
||||
}
|
||||
|
||||
@@ -204,6 +204,7 @@ defaultTasks("bundleJar")
|
||||
preprocess {
|
||||
strictExtraMappings.set(true)
|
||||
|
||||
val mc12110 = createNode("1.21.10", 12110, "yarn")
|
||||
val mc12107 = createNode("1.21.7", 12107, "yarn")
|
||||
val mc12105 = createNode("1.21.5", 12105, "yarn")
|
||||
val mc12104 = createNode("1.21.4", 12104, "yarn")
|
||||
@@ -237,6 +238,7 @@ preprocess {
|
||||
val mc10800 = createNode("1.8", 10800, "srg")
|
||||
val mc10710 = createNode("1.7.10", 10710, "srg")
|
||||
|
||||
mc12110.link(mc12107, file("versions/mapping-fabric-1.21.10-1.21.7.txt"))
|
||||
mc12107.link(mc12105)
|
||||
mc12105.link(mc12104, file("versions/mapping-fabric-1.21.5-1.21.4.txt"))
|
||||
mc12104.link(mc12102)
|
||||
|
||||
Reference in New Issue
Block a user