mirror of
https://github.com/Lucaslah/No-Report-Button.git
synced 2026-01-02 11:37:51 +00:00
Merge pull request #10 from Lucaslah/1.20.1
feat: update to minecraft 1.20.1
This commit is contained in:
0
.github/ISSUE_TEMPLATE/bug_report.md
vendored
Normal file → Executable file
0
.github/ISSUE_TEMPLATE/bug_report.md
vendored
Normal file → Executable file
0
.github/ISSUE_TEMPLATE/feature_request.md
vendored
Normal file → Executable file
0
.github/ISSUE_TEMPLATE/feature_request.md
vendored
Normal file → Executable file
0
.github/dependabot.yml
vendored
Normal file → Executable file
0
.github/dependabot.yml
vendored
Normal file → Executable file
0
.gitignore
vendored
Normal file → Executable file
0
.gitignore
vendored
Normal file → Executable file
0
CODE_OF_CONDUCT.md
Normal file → Executable file
0
CODE_OF_CONDUCT.md
Normal file → Executable file
1
README.md
Normal file → Executable file
1
README.md
Normal file → Executable 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
0
SECURITY.md
Normal file → Executable file
0
build.gradle
Normal file → Executable file
0
build.gradle
Normal file → Executable file
0
common/build.gradle
Normal file → Executable file
0
common/build.gradle
Normal file → Executable file
2
common/src/main/java/me/lucaslah/nrb/mixin/GameMenuScreenMixin.java
Normal file → Executable file
2
common/src/main/java/me/lucaslah/nrb/mixin/GameMenuScreenMixin.java
Normal file → Executable 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;
|
||||
|
||||
0
common/src/main/java/me/lucaslah/nrb/mixin/ScreenAccessor.java
Normal file → Executable file
0
common/src/main/java/me/lucaslah/nrb/mixin/ScreenAccessor.java
Normal file → Executable file
0
common/src/main/resources/architectury.common.json
Normal file → Executable file
0
common/src/main/resources/architectury.common.json
Normal file → Executable file
0
common/src/main/resources/assets/noreportbutton/icon.png
Normal file → Executable file
0
common/src/main/resources/assets/noreportbutton/icon.png
Normal file → Executable 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
0
common/src/main/resources/noreportbutton.mixins.json
Normal file → Executable file
0
fabric/build.gradle
Normal file → Executable file
0
fabric/build.gradle
Normal file → Executable file
0
fabric/src/main/java/me/lucaslah/nrb/NoReportButtonFabric.java
Normal file → Executable file
0
fabric/src/main/java/me/lucaslah/nrb/NoReportButtonFabric.java
Normal file → Executable file
2
fabric/src/main/resources/fabric.mod.json
Normal file → Executable file
2
fabric/src/main/resources/fabric.mod.json
Normal file → Executable 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
0
forge/build.gradle
Normal file → Executable file
0
forge/gradle.properties
Normal file → Executable file
0
forge/gradle.properties
Normal file → Executable file
0
forge/src/main/java/me/lucaslah/nrb/NoReportButtonForge.java
Normal file → Executable file
0
forge/src/main/java/me/lucaslah/nrb/NoReportButtonForge.java
Normal file → Executable file
2
forge/src/main/resources/META-INF/mods.toml
Normal file → Executable file
2
forge/src/main/resources/META-INF/mods.toml
Normal file → Executable 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
0
forge/src/main/resources/icon.png
Normal file → Executable 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
0
forge/src/main/resources/pack.mcmeta
Normal file → Executable file
14
gradle.properties
Normal file → Executable file
14
gradle.properties
Normal file → Executable 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
0
gradle/wrapper/gradle-wrapper.jar
vendored
Normal file → Executable file
0
gradle/wrapper/gradle-wrapper.properties
vendored
Normal file → Executable file
0
gradle/wrapper/gradle-wrapper.properties
vendored
Normal file → Executable file
0
gradlew.bat
vendored
Normal file → Executable file
0
gradlew.bat
vendored
Normal file → Executable file
0
settings.gradle
Normal file → Executable file
0
settings.gradle
Normal file → Executable file
Reference in New Issue
Block a user