Skip to content

Commit 315b49d

Browse files
added crafting table recipe for Basic Upgrade
1 parent 5d9c1b6 commit 315b49d

File tree

6 files changed

+28
-0
lines changed

6 files changed

+28
-0
lines changed
Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
{
2+
"type" : "minecraft:crafting_shaped",
3+
"pattern" : [
4+
"mcm",
5+
"rar",
6+
"mcm"
7+
],
8+
"key":
9+
{
10+
"m" : {
11+
"item" : "modern_industrialization:motor"
12+
},
13+
"r" : {
14+
"item" : "modern_industrialization:robot_arm"
15+
},
16+
"c" : {
17+
"item" : "modern_industrialization:conveyor"
18+
},
19+
"a" :{
20+
"item" : "modern_industrialization:analog_circuit_board"
21+
}
22+
},
23+
24+
"result": {
25+
"id": "modern_industrialization:basic_upgrade",
26+
"count": 4
27+
}
28+
}

0 commit comments

Comments
 (0)