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

(1.6.1) 1.21.6 support

This commit is contained in:
Shy
2025-07-25 12:31:27 +02:00
parent 070e0d86b6
commit e1e13545c9
16 changed files with 81 additions and 82 deletions
+2 -2
View File
@@ -1,5 +1,5 @@
plugins {
id 'fabric-loom' version '1.10.1'
id 'fabric-loom' version '1.11-SNAPSHOT'
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:14.0.0-rc.2"
modImplementation "maven.modrinth:modmenu:${project.modmenu_version}"
}
processResources {