feat: update to minecraft 1.20.1

This commit is contained in:
2023-06-18 09:53:13 -04:00
parent c33b9ffd88
commit 061c4b1ee0
29 changed files with 10 additions and 11 deletions

0
.github/ISSUE_TEMPLATE/bug_report.md vendored Normal file → Executable file
View File

0
.github/ISSUE_TEMPLATE/feature_request.md vendored Normal file → Executable file
View File

0
.github/dependabot.yml vendored Normal file → Executable file
View File

0
.gitignore vendored Normal file → Executable file
View File

0
CODE_OF_CONDUCT.md Normal file → Executable file
View File

0
LICENSE Normal file → Executable file
View File

1
README.md Normal file → Executable file
View File

@@ -16,6 +16,7 @@ The latest version (v1.4.1) only supports 1.19.4+.
## Released Versions
| Version | MC Version | Mod loaders | Git tag | Supported |
|---------|---------------|----------------------|---------------------------------------------------------------------------|-----------|
| 1.5.0 | 1.20.1 | 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) | yes |
| 1.4.0 | 1.19.3 | fabric, forge, quilt | [1.4.0](https://github.com/Lucaslah/No-Report-Button/releases/tag/v1.4.0) | yes |
| 1.3.1 | 1.19.3 | fabric | [1.3.1](https://github.com/Lucaslah/No-Report-Button/releases/tag/v1.3.1) | no |

0
SECURITY.md Normal file → Executable file
View File

0
build.gradle Normal file → Executable file
View File

0
common/build.gradle Normal file → Executable file
View File

View File

@@ -4,8 +4,6 @@ import net.minecraft.client.gui.Drawable;
import net.minecraft.client.gui.screen.GameMenuScreen;
import net.minecraft.client.gui.screen.Screen;
import net.minecraft.client.gui.widget.ClickableWidget;
import net.minecraft.client.gui.widget.GridWidget;
import net.minecraft.client.gui.widget.Widget;
import net.minecraft.client.resource.language.I18n;
import net.minecraft.text.Text;
import org.spongepowered.asm.mixin.Mixin;

View File

0
common/src/main/resources/architectury.common.json Normal file → Executable file
View File

View File

Before

Width:  |  Height:  |  Size: 6.4 KiB

After

Width:  |  Height:  |  Size: 6.4 KiB

0
common/src/main/resources/noreportbutton.mixins.json Normal file → Executable file
View File

0
fabric/build.gradle Normal file → Executable file
View File

View File

2
fabric/src/main/resources/fabric.mod.json Normal file → Executable file
View File

@@ -28,7 +28,7 @@
"depends": {
"fabricloader": ">=0.14.17",
"minecraft": "~1.19.4",
"minecraft": "~1.20.1",
"java": ">=17"
}
}

0
forge/build.gradle Normal file → Executable file
View File

0
forge/gradle.properties Normal file → Executable file
View File

View File

2
forge/src/main/resources/META-INF/mods.toml Normal file → Executable file
View File

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

0
forge/src/main/resources/icon.png Normal file → Executable file
View File

Before

Width:  |  Height:  |  Size: 6.4 KiB

After

Width:  |  Height:  |  Size: 6.4 KiB

0
forge/src/main/resources/pack.mcmeta Normal file → Executable file
View File

14
gradle.properties Normal file → Executable file
View File

@@ -2,18 +2,18 @@
org.gradle.jvmargs=-Xmx4G
# Minecraft Properties
minecraft_version=1.19.4
yarn_mappings=1.19.4+build.1
fabric_loader_version=0.14.17
minecraft_version=1.20.1
yarn_mappings=1.20.1+build.1
fabric_loader_version=0.14.21
quilt_loader_version=0.18.1-beta.23
enabled_platforms=quilt,fabric,forge
# Mod Properties
mod_version = 1.4.1
mod_version = 1.5.0
maven_group = me.lucaslah
archives_base_name = no-report-button
# Dependencies
architectury_version=6.2.43
fabric_version=0.75.3+1.19.4
forge_version=1.19.4-45.0.9
architectury_version=9.0.8
fabric_version=0.83.0+1.20.1
forge_version=1.20.1-47.0.3

0
gradle/wrapper/gradle-wrapper.jar vendored Normal file → Executable file
View File

0
gradle/wrapper/gradle-wrapper.properties vendored Normal file → Executable file
View File

0
gradlew.bat vendored Normal file → Executable file
View File

0
settings.gradle Normal file → Executable file
View File