From bd45e589c19af6c93a8e2b61130a10f8a8df42c7 Mon Sep 17 00:00:00 2001 From: cech12 Date: Thu, 18 Jul 2024 19:18:57 +0200 Subject: [PATCH] fixed: the recipe of Postman Hat contained a wrong lapis item tag #66 --- CHANGELOG.md | 4 ++++ .../main/resources/data/usefulhats/recipes/postman_hat.json | 2 +- gradle.properties | 2 +- .../main/resources/data/usefulhats/recipes/postman_hat.json | 2 +- 4 files changed, 7 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 865ab7c..f3cf340 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/fabric/src/main/resources/data/usefulhats/recipes/postman_hat.json b/fabric/src/main/resources/data/usefulhats/recipes/postman_hat.json index 5489398..5865771 100644 --- a/fabric/src/main/resources/data/usefulhats/recipes/postman_hat.json +++ b/fabric/src/main/resources/data/usefulhats/recipes/postman_hat.json @@ -7,7 +7,7 @@ ], "key": { "#": { - "tag": "c:lapis" + "tag": "c:gems/lapis" }, "O": { "tag": "c:nuggets/gold" diff --git a/gradle.properties b/gradle.properties index 09fa754..caf442f 100644 --- a/gradle.properties +++ b/gradle.properties @@ -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 diff --git a/neoforge/src/main/resources/data/usefulhats/recipes/postman_hat.json b/neoforge/src/main/resources/data/usefulhats/recipes/postman_hat.json index 5489398..5865771 100644 --- a/neoforge/src/main/resources/data/usefulhats/recipes/postman_hat.json +++ b/neoforge/src/main/resources/data/usefulhats/recipes/postman_hat.json @@ -7,7 +7,7 @@ ], "key": { "#": { - "tag": "c:lapis" + "tag": "c:gems/lapis" }, "O": { "tag": "c:nuggets/gold"