feat: forge 1.21

This commit is contained in:
2024-07-03 10:18:09 +12:00
parent 893c1a8e8d
commit 481ecc2368
4 changed files with 4 additions and 4 deletions

View File

@@ -1,6 +1,6 @@
plugins {
id "architectury-plugin" version "3.4.155"
id "dev.architectury.loom" version "1.6-SNAPSHOT" apply false
id "dev.architectury.loom" version "1.7-SNAPSHOT" apply false
}
architectury {

View File

@@ -1,7 +1,7 @@
{
"required": true,
"package": "me.lucaslah.nrb.mixin",
"compatibilityLevel": "JAVA_21",
"compatibilityLevel": "JAVA_17",
"minVersion": "0.8",
"client": [
"GameMenuScreenMixin",

View File

@@ -23,6 +23,6 @@ side = "CLIENT"
[[dependencies.noreportbutton]]
modId = "minecraft"
mandatory = true
versionRange = "[1.21,1.21)"
versionRange = "[1.21,)"
ordering = "NONE"
side = "CLIENT"

View File

@@ -3,7 +3,7 @@ org.gradle.jvmargs=-Xmx4G
# Minecraft Properties
minecraft_version=1.21
yarn_mappings=1.21+build.1
yarn_mappings=1.21+build.7
fabric_loader_version=0.15.11
enabled_platforms=fabric,forge