1
mirror of https://github.com/Shiewk/BedrockDeathScreen.git synced 2026-04-27 22:44:17 +02:00

1.21.9 support

This commit is contained in:
Shy
2025-11-15 13:22:38 +01:00
parent 5a35e1e8f5
commit f1b9fc5f77
6 changed files with 39 additions and 60 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'
}
@@ -37,7 +37,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:15.0.0-beta.3"
modImplementation "maven.modrinth:modmenu:${project.modmenu_version}"
}
processResources {