Skip to content

Commit 1779923

Browse files
committed
Add field projector recipe
Recipe changed to use an iron block instead of the PSD from Compact Machines -- since this is a disconnected mod.
1 parent 24515a3 commit 1779923

File tree

1 file changed

+26
-0
lines changed

1 file changed

+26
-0
lines changed
Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
{
2+
"type": "minecraft:crafting_shaped",
3+
"result": {
4+
"item": "compactcrafting:field_projector",
5+
"count": 4
6+
},
7+
"pattern": [
8+
" e ",
9+
" r ",
10+
"did"
11+
],
12+
"key": {
13+
"e": {
14+
"item": "minecraft:ender_eye"
15+
},
16+
"i": {
17+
"item": "minecraft:iron_block"
18+
},
19+
"r": {
20+
"item": "minecraft:redstone_torch"
21+
},
22+
"d": {
23+
"item": "minecraft:diamond"
24+
}
25+
}
26+
}

0 commit comments

Comments
 (0)