Skip to content

Commit

Permalink
fixed: crafting recipe of Brick Blast Furnace used bricks instead of …
Browse files Browse the repository at this point in the history
…brick blocks (all loaders)
  • Loading branch information
cech12 committed Jun 29, 2024
1 parent e4ad1a3 commit f268426
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 4 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.1.2.1] - 2024-06-29
### Fixed
- crafting recipe of Brick Blast Furnace used bricks instead of brick blocks (all loaders)

## [1.20.4-3.1.2.0] - 2024-06-05
### Added
- added Roughly Enough Items (REI) support (version 14.1.727) (all loaders)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
],
"key": {
"#": {
"item": "minecraft:brick"
"item": "minecraft:bricks"
},
"X": {
"item": "brickfurnace:brick_furnace"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
],
"key": {
"#": {
"tag": "forge:ingots/brick"
"item": "minecraft:bricks"
},
"X": {
"item": "brickfurnace:brick_furnace"
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.brickfurnace
mod_version=3.1.2.0
mod_version=3.1.2.1
mod_id=brickfurnace
mod_name=Brick Furnace
mod_author=Cech12
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
],
"key": {
"#": {
"tag": "forge:ingots/brick"
"item": "minecraft:bricks"
},
"X": {
"item": "brickfurnace:brick_furnace"
Expand Down

0 comments on commit f268426

Please sign in to comment.