mirror of
https://github.com/Lucaslah/No-Report-Button.git
synced 2026-01-05 04:57:52 +00:00
feat: forge 1.21
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
plugins {
|
plugins {
|
||||||
id "architectury-plugin" version "3.4.155"
|
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 {
|
architectury {
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"required": true,
|
"required": true,
|
||||||
"package": "me.lucaslah.nrb.mixin",
|
"package": "me.lucaslah.nrb.mixin",
|
||||||
"compatibilityLevel": "JAVA_21",
|
"compatibilityLevel": "JAVA_17",
|
||||||
"minVersion": "0.8",
|
"minVersion": "0.8",
|
||||||
"client": [
|
"client": [
|
||||||
"GameMenuScreenMixin",
|
"GameMenuScreenMixin",
|
||||||
|
|||||||
@@ -23,6 +23,6 @@ side = "CLIENT"
|
|||||||
[[dependencies.noreportbutton]]
|
[[dependencies.noreportbutton]]
|
||||||
modId = "minecraft"
|
modId = "minecraft"
|
||||||
mandatory = true
|
mandatory = true
|
||||||
versionRange = "[1.21,1.21)"
|
versionRange = "[1.21,)"
|
||||||
ordering = "NONE"
|
ordering = "NONE"
|
||||||
side = "CLIENT"
|
side = "CLIENT"
|
||||||
|
|||||||
@@ -3,7 +3,7 @@ org.gradle.jvmargs=-Xmx4G
|
|||||||
|
|
||||||
# Minecraft Properties
|
# Minecraft Properties
|
||||||
minecraft_version=1.21
|
minecraft_version=1.21
|
||||||
yarn_mappings=1.21+build.1
|
yarn_mappings=1.21+build.7
|
||||||
fabric_loader_version=0.15.11
|
fabric_loader_version=0.15.11
|
||||||
enabled_platforms=fabric,forge
|
enabled_platforms=fabric,forge
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user