Update to 1.21.4

This commit is contained in:
2024-12-05 13:40:59 +01:00
parent 4796b2b78f
commit d0465eeed6
5 changed files with 270 additions and 117 deletions

View File

@@ -1,5 +1,5 @@
plugins {
id 'fabric-loom' version '1.7-SNAPSHOT'
id 'fabric-loom' version '1.8-SNAPSHOT'
id 'maven-publish'
}
@@ -88,3 +88,7 @@ publishing {
// retrieving dependencies.
}
}
loom {
accessWidenerPath = file("src/main/resources/hudbars.accesswidener")
}