1
mirror of https://github.com/Shiewk/Widgets.git synced 2026-04-28 11:34:17 +02:00

1.21.5 support

This commit is contained in:
Shy
2025-04-04 14:55:53 +02:00
parent d5040b08c0
commit c97e529450
6 changed files with 38 additions and 30 deletions
+2 -2
View File
@@ -1,5 +1,5 @@
plugins {
id 'fabric-loom' version '1.8.11'
id 'fabric-loom' version '1.10.1'
id 'maven-publish'
}
@@ -42,7 +42,7 @@ dependencies {
// Fabric API. This is technically optional, but you probably want it anyway.
modImplementation "net.fabricmc.fabric-api:fabric-api:${project.fabric_version}"
modImplementation "maven.modrinth:modmenu:12.0.0"
modImplementation "maven.modrinth:modmenu:14.0.0-rc.2"
}
processResources {