Skip to content

Commit 84ce17b

Browse files
authored
sgjourney with create
1 parent 835d98b commit 84ce17b

File tree

2 files changed

+58
-0
lines changed

2 files changed

+58
-0
lines changed
Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
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+
}
Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
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+
}

0 commit comments

Comments
 (0)