Skip to content

Commit fd8a3c9

Browse files
authored
hotfix + new recipe
1 parent eb2e4c1 commit fd8a3c9

File tree

8 files changed

+66
-10
lines changed

8 files changed

+66
-10
lines changed
Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
{
2+
"neoforge:conditions": [
3+
{
4+
"type": "neoforge:mod_loaded",
5+
"modid": "computercraft"
6+
},
7+
{
8+
"type": "neoforge:mod_loaded",
9+
"modid": "create"
10+
}
11+
],
12+
13+
"type": "minecraft:crafting_shaped",
14+
"category": "redstone",
15+
"pattern": [
16+
"###",
17+
"#G#",
18+
"###"
19+
],
20+
"key": {
21+
"#": {"item": "minecraft:stone"},
22+
"G": {"tag": "c:glass_panes"}
23+
},
24+
"result": {
25+
"id": "minecraft:air",
26+
"count": 1
27+
}
28+
}

src/main/resources/data/mogs_alt_recipes/recipe/computercraft/computer_advanced/tfmg.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"G": {"item": "c:glass_panes"}
2727
},
2828
"result": {
29-
"item": "computercraft:computer_advanced",
29+
"id": "computercraft:computer_advanced",
3030
"count": 1
3131
}
3232
}

src/main/resources/data/mogs_alt_recipes/recipe/computercraft/computer_normal/create.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"G": {"tag": "c:glass_panes"}
3030
},
3131
"result": {
32-
"item": "computercraft:computer_normal",
32+
"id": "computercraft:computer_normal",
3333
"count": 1
3434
}
3535
}

src/main/resources/data/mogs_alt_recipes/recipe/computercraft/computer_normal/tfmg.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,11 +22,11 @@
2222
],
2323
"key": {
2424
"#": {"item": "create:andesite_alloy"},
25-
"C": {"tag": "tfmg:circuit_board"},
25+
"C": {"item": "tfmg:circuit_board"},
2626
"G": {"item": "c:glass_panes"}
2727
},
2828
"result": {
29-
"item": "computercraft:computer_normal",
29+
"id": "computercraft:computer_normal",
3030
"count": 1
3131
}
3232
}

src/main/resources/data/mogs_alt_recipes/recipe/computercraft/disk_drive/create.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"R": {"tag": "c:dusts/redstone"}
2222
},
2323
"result": {
24-
"item": "computercraft:disk_drive",
24+
"id": "computercraft:disk_drive",
2525
"count": 1
2626
}
2727
}
Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
{
2+
"neoforge:conditions": [
3+
{
4+
"type": "neoforge:mod_loaded",
5+
"modid": "computercraft"
6+
},
7+
{
8+
"type": "neoforge:mod_loaded",
9+
"modid": "create"
10+
}
11+
],
12+
13+
"type": "minecraft:crafting_shaped",
14+
"category": "redstone",
15+
"pattern": [
16+
"###",
17+
"#G#",
18+
"###"
19+
],
20+
"key": {
21+
"#": {"item": "create:andesite_alloy"},
22+
"G": {"tag": "c:glass_panes"}
23+
},
24+
"result": {
25+
"id": "computercraft:computer_normal",
26+
"count": 1
27+
}
28+
}

src/main/resources/data/mogs_alt_recipes/recipe/computercraft/pocket_computer_normal/create.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"G": {"tag": "c:glass_panes"}
2323
},
2424
"result": {
25-
"item": "computercraft:pocket_computer_normal",
25+
"id": "computercraft:pocket_computer_normal",
2626
"count": 1
2727
}
2828
}

src/main/resources/data/mogs_alt_recipes/recipe/stellaris/rocket/tfmg.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,19 +28,19 @@
2828
"tag": "c:ingots/steel"
2929
},
3030
{
31-
"item": "tfmg:steel_fluid_tank"
31+
"tag": "c:ingots/steel"
3232
},
3333
{
34-
"item": "tfmg:steel_fluid_tank"
34+
"tag": "c:ingots/steel"
3535
},
3636
{
3737
"item": "stellaris:rocket_fin"
3838
},
3939
{
40-
"tag": "c:ingots/steel"
40+
"item": "tfmg:steel_fluid_tank"
4141
},
4242
{
43-
"tag": "c:ingots/steel"
43+
"item": "tfmg:steel_fluid_tank"
4444
},
4545
{
4646
"item": "stellaris:rocket_fin"

0 commit comments

Comments
 (0)