Backport nametag recipe

This commit is contained in:
Sergeant Acoustic 2026-01-24 05:47:33 +00:00
parent 52f5931e08
commit cd90d4524f
2 changed files with 25 additions and 0 deletions

View file

@ -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

View file

@ -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
}