Compare commits
No commits in common. "1.21.1" and "2.4.0" have entirely different histories.
|
|
@ -5,11 +5,6 @@ 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/),
|
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).
|
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]
|
## [2.4.0]
|
||||||
|
|
||||||
### Added
|
### Added
|
||||||
|
|
|
||||||
|
|
@ -1,18 +0,0 @@
|
||||||
{
|
|
||||||
"type": "minecraft:crafting_shaped",
|
|
||||||
"category": "misc",
|
|
||||||
"key": {
|
|
||||||
"I": {
|
|
||||||
"item": "minecraft:copper_ingot"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"pattern": [
|
|
||||||
"III",
|
|
||||||
"III",
|
|
||||||
"III"
|
|
||||||
],
|
|
||||||
"result": {
|
|
||||||
"count": 24,
|
|
||||||
"id": "minecraft:copper_bars"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
Loading…
Reference in a new issue