File tree Expand file tree Collapse file tree 2 files changed +58
-0
lines changed
alt_recipes/recipe/sgjourney/transceiver Expand file tree Collapse file tree 2 files changed +58
-0
lines changed Original file line number Diff line number Diff line change 1+ {
2+ "neoforge:conditions" : [
3+ {
4+ "type" : " neoforge:mod_loaded" ,
5+ "modid" : " sgjourney"
6+ },
7+ {
8+ "type" : " neoforge:mod_loaded" ,
9+ "modid" : " create"
10+ }
11+ ],
12+ "type" : " minecraft:crafting_shaped" ,
13+ "category" : " misc" ,
14+ "pattern" : [
15+ " ICC" ,
16+ " RQC" ,
17+ " ICC"
18+ ],
19+ "key" : {
20+ "I" : {"item" : " minecraft:iron_ingot" },
21+ "C" : {"item" : " minecraft:copper_ingot" },
22+ "R" : {"item" : " create:transmitter" },
23+ "Q" : {"item" : " create:electron_tube" }
24+ },
25+ "result" : {
26+ "id" : " sgjourney:transceiver" ,
27+ "count" : 1
28+ }
29+ }
Original file line number Diff line number Diff line change 1+ {
2+ "neoforge:conditions" : [
3+ {
4+ "type" : " neoforge:mod_loaded" ,
5+ "modid" : " sgjourney"
6+ },
7+ {
8+ "type" : " neoforge:mod_loaded" ,
9+ "modid" : " create"
10+ }
11+ ],
12+ "type" : " minecraft:crafting_shaped" ,
13+ "category" : " misc" ,
14+ "pattern" : [
15+ " ICC" ,
16+ " RQC" ,
17+ " ICC"
18+ ],
19+ "key" : {
20+ "I" : {"item" : " minecraft:iron_ingot" },
21+ "C" : {"item" : " minecraft:copper_ingot" },
22+ "R" : {"item" : " minecraft:redstone" },
23+ "Q" : {"item" : " minecraft:quartz" }
24+ },
25+ "result" : {
26+ "id" : " sgjourney:transceiver" ,
27+ "count" : 1
28+ }
29+ }
You can’t perform that action at this time.
0 commit comments