Update to 1.20.5, and update loom to 1.6.

This commit is contained in:
lowercasebtw
2024-04-24 20:38:12 -04:00
parent f482d2e700
commit d8ade3e4e8
11 changed files with 67 additions and 51 deletions

View File

@@ -1,5 +1,5 @@
plugins {
id 'fabric-loom' version '1.2-SNAPSHOT'
id 'fabric-loom' version '1.6-SNAPSHOT'
id 'maven-publish'
}
@@ -64,6 +64,7 @@ publishing {
artifact(remapJar) {
builtBy remapJar
}
artifact(sourcesJar) {
builtBy remapSourcesJar
}