Compare commits

...

1 commit
2.4.0 ... HEAD

Author SHA1 Message Date
Sergeant Acoustic c8988595bd Fix copper bar/trapdoor recipe conflict
All checks were successful
/ build-1.21 (push) Successful in 49s
2026-05-03 20:09:53 +01:00
2 changed files with 23 additions and 0 deletions

View file

@ -5,6 +5,11 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [Unreleased]
### Fixed
- Copper bars and trapdoors had the same recipe
## [2.4.0]
### Added

View file

@ -0,0 +1,18 @@
{
"type": "minecraft:crafting_shaped",
"category": "misc",
"key": {
"I": {
"item": "minecraft:copper_ingot"
}
},
"pattern": [
"III",
"III",
"III"
],
"result": {
"count": 24,
"id": "minecraft:copper_bars"
}
}