Skip to content

Commit

Permalink
fix refmap issues
Browse files Browse the repository at this point in the history
  • Loading branch information
rlnt committed Jul 20, 2023
1 parent 1517c12 commit 75d11d9
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 3 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,11 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog],
and this project adheres to [Semantic Versioning].

## [2.0.6] - 2023-07-20

### Fixed
- mixin crash on startup

## [2.0.5] - 2023-07-19

### Changed
Expand Down Expand Up @@ -99,6 +104,7 @@ and this project adheres to [Semantic Versioning].
[semantic versioning]: https://semver.org/spec/v2.0.0.html

<!-- Versions -->
[2.0.6]: https://github.com/AlmostReliable/summoningrituals/releases/tag/v1.19-forge-2.0.6
[2.0.5]: https://github.com/AlmostReliable/summoningrituals/releases/tag/v1.19-forge-2.0.5
[2.0.4]: https://github.com/AlmostReliable/summoningrituals/releases/tag/v1.19-forge-2.0.4
[2.0.3]: https://github.com/AlmostReliable/summoningrituals/releases/tag/v1.19-forge-2.0.3
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ Everything related to versions and their release notes can be found in the [chan
This project is licensed under the [GNU Lesser General Public License v3.0][license].

<!-- Badges -->
[workflow_status_badge]: https://img.shields.io/github/actions/workflow/status/AlmostReliable/summoningrituals/build.yml?branch=1.19.2&style=for-the-badge
[workflow_status_badge]: https://img.shields.io/github/actions/workflow/status/AlmostReliable/summoningrituals/build.yml?branch=1.19-forge&style=for-the-badge
[workflow_status_link]: https://github.com/AlmostReliable/summoningrituals/actions
[license_badge]: https://img.shields.io/github/license/AlmostReliable/summoningrituals?style=for-the-badge
[version_badge]: https://img.shields.io/badge/dynamic/json?color=0078FF&label=release&style=for-the-badge&query=name&url=https://api.razonyang.com/v1/github/tag/AlmostReliable/summoningrituals%3Fprefix=v1.19.2-
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ loom.platform = forge
minecraftVersion = 1.19.2

# Mod
modVersion = 2.0.5
modVersion = 2.0.6
modPackage = com.almostreliable.summoningrituals
modId = summoningrituals
modName = Summoning Rituals
Expand Down
1 change: 0 additions & 1 deletion src/main/resources/summoningrituals.mixins.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
"required": true,
"minVersion": "0.8.5",
"package": "com.almostreliable.summoningrituals.mixin",
"refmap": "summoningrituals.refmap.json",
"compatibilityLevel": "JAVA_17",
"mixins": [
"LivingEntityMixin",
Expand Down

0 comments on commit 75d11d9

Please sign in to comment.