mirror of
https://github.com/Lucaslah/No-Report-Button.git
synced 2026-01-02 11:37:51 +00:00
feat: forge 1.21
This commit is contained in:
@@ -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 {
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"required": true,
|
||||
"package": "me.lucaslah.nrb.mixin",
|
||||
"compatibilityLevel": "JAVA_21",
|
||||
"compatibilityLevel": "JAVA_17",
|
||||
"minVersion": "0.8",
|
||||
"client": [
|
||||
"GameMenuScreenMixin",
|
||||
|
||||
@@ -23,6 +23,6 @@ side = "CLIENT"
|
||||
[[dependencies.noreportbutton]]
|
||||
modId = "minecraft"
|
||||
mandatory = true
|
||||
versionRange = "[1.21,1.21)"
|
||||
versionRange = "[1.21,)"
|
||||
ordering = "NONE"
|
||||
side = "CLIENT"
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user