Skip to content

Commit

Permalink
fix refmap usage
Browse files Browse the repository at this point in the history
  • Loading branch information
LLytho committed Jan 20, 2024
1 parent bd28eef commit 9eb7ca7
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@

## [2.0.1] - 2024-01-20

### Fixed
- Fix refmap usage for mixins

## [2.0.0] - 2024-01-18

### Change
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
"required": true,
"minVersion": "0.8",
"package": "com.almostreliable.attributetooltipfix.mixin",
"refmap": "attributetooltipfix.refmap.json",
"compatibilityLevel": "JAVA_16",
"mixins": [
"AttributeModifierMixin",
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 @@ enableAccessWidener = false
modPackage = com.almostreliable.attributetooltipfix
modId = attributetooltipfix
modName = Attribute-Tooltip-Fix
modVersion = 2.0.0
modVersion = 2.0.1
modAuthor = AlmostReliable
modDescription = Fixes tooltip rendering for attributes when they are loaded through NBT.

Expand Down

0 comments on commit 9eb7ca7

Please sign in to comment.