Backport nametag recipe
This commit is contained in:
parent
52f5931e08
commit
cd90d4524f
|
|
@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
||||||
|
|
||||||
## [Unreleased]
|
## [Unreleased]
|
||||||
|
|
||||||
|
### Added
|
||||||
|
|
||||||
|
- Backported name tag recipe
|
||||||
|
|
||||||
### Fixed
|
### Fixed
|
||||||
|
|
||||||
- Removed some leftover Tinkers' Contruct functional blocks
|
- Removed some leftover Tinkers' Contruct functional blocks
|
||||||
|
|
|
||||||
|
|
@ -0,0 +1,21 @@
|
||||||
|
{
|
||||||
|
"type": "minecraft:crafting_shaped",
|
||||||
|
"category": "equipment",
|
||||||
|
"key": {
|
||||||
|
"P": {
|
||||||
|
"item": "minecraft:paper"
|
||||||
|
},
|
||||||
|
"N": {
|
||||||
|
"tag": "c:nuggets"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"pattern": [
|
||||||
|
" N",
|
||||||
|
"P "
|
||||||
|
],
|
||||||
|
"result": {
|
||||||
|
"count": 1,
|
||||||
|
"item": "minecraft:name_tag"
|
||||||
|
},
|
||||||
|
"show_notification": true
|
||||||
|
}
|
||||||
Loading…
Reference in a new issue