Skip to content

Commit

Permalink
fixed: egg was missing in BucketLib cake recipe
Browse files Browse the repository at this point in the history
  • Loading branch information
cech12 committed May 11, 2024
1 parent d99f226 commit 0e7772f
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 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.4-3.2.0.3] - 2024-05-11
### Fixed
- egg was missing in BucketLib cake recipe

## [1.20.4-3.2.0.2] - 2024-05-11
### Fixed
- added missing accesswidener to fix startup crash (Fabric)
Expand Down
2 changes: 1 addition & 1 deletion fabric/src/main/resources/data/bucketlib/recipes/cake.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"item": "minecraft:wheat"
},
"E": {
"tag": "minecraft:egg"
"item": "minecraft:egg"
}
},
"result": {
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.bucketlib
mod_version=3.2.0.2
mod_version=3.2.0.3
mod_id=bucketlib
mod_name=BucketLib
mod_author=Cech12
Expand Down

0 comments on commit 0e7772f

Please sign in to comment.