Skip to content

Commit

Permalink
fixed: the recipe of Postman Hat contained a wrong lapis item tag #66
Browse files Browse the repository at this point in the history
  • Loading branch information
cech12 committed Jul 18, 2024
1 parent 3817951 commit bd45e58
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Forge Recommended Versioning](https://mcforge.readthedocs.io/en/latest/conventions/versioning/).

## [1.20.6-5.2.0.2] - 2024-07-18
### Fixed
- the recipe of Postman Hat contained a wrong lapis item tag (Fabric/Quilt & Neoforge) (thanks to WhitePhant0m for the report) #66

## [1.20.6-5.2.0.1] - 2024-07-08
### Fixed
- speed calculation for straw hat/chopping hat/mining helmet was wrong (all loaders) (thanks to Imperial-Warlord for the report) #62
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
],
"key": {
"#": {
"tag": "c:lapis"
"tag": "c:gems/lapis"
},
"O": {
"tag": "c:nuggets/gold"
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

# Project
group=de.cech12.usefulhats
mod_version=5.2.0.1
mod_version=5.2.0.2
mod_id=usefulhats
mod_name=Useful Hats
mod_author=Cech12
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
],
"key": {
"#": {
"tag": "c:lapis"
"tag": "c:gems/lapis"
},
"O": {
"tag": "c:nuggets/gold"
Expand Down

0 comments on commit bd45e58

Please sign in to comment.