Port nametag and stone crafting materials

This commit is contained in:
Sergeant Acoustic 2026-01-24 19:26:48 +00:00
parent 5ab8432582
commit ecfdcb29a4
2 changed files with 31 additions and 0 deletions

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,
"id": "minecraft:name_tag"
},
"show_notification": true
}

View file

@ -0,0 +1,10 @@
{
"values": [
"minecraft:andesite",
"minecraft:granite",
"minecraft:diorite",
"minecraft:tuff",
"minecraft:calcite",
"minecraft:dripstone_block"
]
}