mirror of
https://github.com/Suiranoil/SkinRestorer.git
synced 2026-01-16 04:42:12 +00:00
Compare commits
12 Commits
768125d11d
...
034d4863b7
| Author | SHA1 | Date | |
|---|---|---|---|
|
034d4863b7
|
|||
|
59ea3eb160
|
|||
|
1a5f4ab2b0
|
|||
|
a2c4da3c6e
|
|||
|
04e781d36f
|
|||
|
4b30b8b53d
|
|||
|
0921cf70bf
|
|||
|
760ac65ab3
|
|||
|
2e7a9edc20
|
|||
|
8457e6f4ab
|
|||
|
66a9c1fbbf
|
|||
|
e3754cda90
|
2
.github/ISSUE_TEMPLATE/bug_report.yaml
vendored
2
.github/ISSUE_TEMPLATE/bug_report.yaml
vendored
@@ -58,10 +58,12 @@ body:
|
|||||||
id: steps
|
id: steps
|
||||||
attributes:
|
attributes:
|
||||||
label: Reproduction Steps
|
label: Reproduction Steps
|
||||||
|
description: Provide step-by-step instructions or a video showing how to reproduce the issue.
|
||||||
placeholder: |
|
placeholder: |
|
||||||
1.
|
1.
|
||||||
2.
|
2.
|
||||||
3.
|
3.
|
||||||
|
Or a video demonstrating the issue.
|
||||||
validations:
|
validations:
|
||||||
required: true
|
required: true
|
||||||
|
|
||||||
|
|||||||
@@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file.
|
|||||||
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
|
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
|
||||||
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
||||||
|
|
||||||
|
## [2.3.2] - 2025-05-24
|
||||||
|
### Fixed
|
||||||
|
- Fixed mixin incompatibility with ModernFix (closes [#42](https://github.com/Suiranoil/SkinRestorer/issues/52))
|
||||||
|
|
||||||
## [2.3.1] - 2025-05-03
|
## [2.3.1] - 2025-05-03
|
||||||
### Added
|
### Added
|
||||||
- Added support for minecraft 1.19-1.19.4
|
- Added support for minecraft 1.19-1.19.4
|
||||||
|
|||||||
@@ -1,4 +1,2 @@
|
|||||||
### Added
|
### Fixed
|
||||||
- Added support for minecraft 1.19-1.19.4
|
- Fixed mixin incompatibility with ModernFix (closes [#42](https://github.com/Suiranoil/SkinRestorer/issues/52))
|
||||||
### Changed
|
|
||||||
- Use services and session server urls from environment
|
|
||||||
|
|||||||
@@ -2,7 +2,8 @@
|
|||||||
"required": true,
|
"required": true,
|
||||||
"minVersion": "0.8",
|
"minVersion": "0.8",
|
||||||
"package": "net.lionarius.skinrestorer.mixin",
|
"package": "net.lionarius.skinrestorer.mixin",
|
||||||
"compatibilityLevel": "JAVA_8",
|
"compatibilityLevel": "JAVA_17",
|
||||||
|
"priority": 1100,
|
||||||
"refmap": "${mod_id}.refmap.json",
|
"refmap": "${mod_id}.refmap.json",
|
||||||
"mixins": [
|
"mixins": [
|
||||||
"ChunkMapAccessor",
|
"ChunkMapAccessor",
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
"required": true,
|
"required": true,
|
||||||
"minVersion": "0.8",
|
"minVersion": "0.8",
|
||||||
"package": "net.lionarius.skinrestorer.fabric.mixin",
|
"package": "net.lionarius.skinrestorer.fabric.mixin",
|
||||||
"compatibilityLevel": "JAVA_8",
|
"compatibilityLevel": "JAVA_17",
|
||||||
"refmap": "${mod_id}.refmap.json",
|
"refmap": "${mod_id}.refmap.json",
|
||||||
"mixins": [
|
"mixins": [
|
||||||
"CommandsMixin",
|
"CommandsMixin",
|
||||||
|
|||||||
@@ -8,7 +8,7 @@ minecraft_version_list=1.19.3
|
|||||||
minecraft_version_range=[1.19.3,1.19.4)
|
minecraft_version_range=[1.19.3,1.19.4)
|
||||||
mod_id=skinrestorer
|
mod_id=skinrestorer
|
||||||
mod_name=SkinRestorer
|
mod_name=SkinRestorer
|
||||||
mod_version=2.3.1
|
mod_version=2.3.2
|
||||||
mod_author=Lionarius
|
mod_author=Lionarius
|
||||||
mod_homepage=https://modrinth.com/mod/skinrestorer
|
mod_homepage=https://modrinth.com/mod/skinrestorer
|
||||||
mod_sources=https://github.com/Suiranoil/SkinRestorer
|
mod_sources=https://github.com/Suiranoil/SkinRestorer
|
||||||
|
|||||||
Reference in New Issue
Block a user