Skip to content

Commit 03cfa57

Browse files
committed
Create netherite_upgrade_smithing_template.json
1 parent bbeedb8 commit 03cfa57

File tree

1 file changed

+25
-0
lines changed

1 file changed

+25
-0
lines changed
Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
{
2+
"type": "minecraft:crafting_shaped",
3+
"category": "equipment",
4+
"pattern": [
5+
"#2#",
6+
"#3#",
7+
"###"
8+
],
9+
"key": {
10+
"#": {
11+
"item": "minecraft:netherrack"
12+
},
13+
"3": {
14+
"item": "minecraft:netherite_scrap"
15+
},
16+
"2": {
17+
"item": "minecraft:diamond"
18+
}
19+
},
20+
"result": {
21+
"id": "minecraft:netherite_upgrade_smithing_template",
22+
"count": 1
23+
},
24+
"show_notification": true
25+
}

0 commit comments

Comments
 (0)