upgrade to 1.21.3

This commit is contained in:
Jottyfan
2024-11-30 18:50:09 +01:00
parent 0079c721cc
commit 4c5dea1756
219 changed files with 1848 additions and 3815 deletions

View File

@ -1,5 +1,5 @@
plugins {
id 'fabric-loom' version '1.6-SNAPSHOT'
id 'fabric-loom' version '1.8-SNAPSHOT'
id 'maven-publish'
}
@ -30,7 +30,7 @@ dependencies {
// Fabric API. This is technically optional, but you probably want it anyway.
modImplementation "net.fabricmc.fabric-api:fabric-api:${project.fabric_version}"
}
processResources {