Port nametag and stone crafting materials
This commit is contained in:
parent
5ab8432582
commit
ecfdcb29a4
|
|
@ -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
|
||||
}
|
||||
|
|
@ -0,0 +1,10 @@
|
|||
{
|
||||
"values": [
|
||||
"minecraft:andesite",
|
||||
"minecraft:granite",
|
||||
"minecraft:diorite",
|
||||
"minecraft:tuff",
|
||||
"minecraft:calcite",
|
||||
"minecraft:dripstone_block"
|
||||
]
|
||||
}
|
||||
Loading…
Reference in a new issue