3 Commits

Author SHA1 Message Date
459912856f Merge pull request #11 from Lucaslah/develop
Minecraft 1.21 + Version 1.6.0
2024-07-03 10:21:26 +12:00
d5c07e9c56 docs: release 1.6.0 2024-07-03 10:19:25 +12:00
481ecc2368 feat: forge 1.21 2024-07-03 10:18:09 +12:00
5 changed files with 5 additions and 4 deletions

View File

@@ -15,6 +15,7 @@ See below for what NRB version to use.
## Released Versions
| Version | MC Version | Mod loaders | Git tag | Supported |
|------------|---------------|----------------------|-------------------------------------------------------------------------------------|-----------|
| 1.6.0 | 1.21 | fabric, forge, quilt | [1.6.0-beta](https://github.com/Lucaslah/No-Report-Button/releases/tag/v1.6.0) | yes |
| 1.6.0-beta | 1.21 | fabric | [1.6.0-beta](https://github.com/Lucaslah/No-Report-Button/releases/tag/v1.6.0-beta) | no |
| 1.5.0 | 1.20.1-1.20.6 | fabric, forge, quilt | [1.5.0](https://github.com/Lucaslah/No-Report-Button/releases/tag/v1.5.0) | yes |
| 1.4.1 | 1.19.4 | fabric, forge, quilt | [1.4.1](https://github.com/Lucaslah/No-Report-Button/releases/tag/v1.4.1) | no |

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