Skip to content

Commit 07560fd

Browse files
authored
Create tier_7_rocket_integration.json
1 parent 4165c53 commit 07560fd

File tree

1 file changed

+43
-0
lines changed

1 file changed

+43
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,43 @@
1+
{
2+
"type": "forge:conditional",
3+
"recipes": [
4+
{
5+
"conditions": [
6+
{
7+
"type": "forge:mod_loaded",
8+
"modid": "cp_tweaks"
9+
},
10+
{
11+
"type": "not",
12+
"value":{
13+
"type": "forge:mod_loaded",
14+
"modid": "cataclysm"
15+
}
16+
}
17+
],
18+
"recipe": {
19+
"type": "ad_astra:nasa_workbench",
20+
"ingredients": [
21+
{ "item": "ad_astra:ice_shard" },
22+
{ "item": "ad_astra:permafrost_bricks" },
23+
{ "item": "ad_astra:permafrost_bricks" },
24+
{ "item": "ad_astra:permafrost_bricks" },
25+
{ "item": "ad_astra:permafrost_bricks" },
26+
{ "item": "ad_astra:permafrost_bricks" },
27+
{ "item": "ad_astra:permafrost_bricks" },
28+
{ "item": "cp_tweaks:reinforced_rocket_fin" },
29+
{ "item": "ad_astra:calorite_tank" },
30+
{ "item": "ad_astra:calorite_tank" },
31+
{ "item": "cp_tweaks:reinforced_rocket_fin" },
32+
{ "item": "cp_tweaks:reinforced_rocket_fin" },
33+
{ "item": "ad_astra:calorite_engine" },
34+
{ "item": "cp_tweaks:reinforced_rocket_fin" }
35+
],
36+
"result": {
37+
"count": 1,
38+
"id": "ad_astra_rocketed:tier_7_rocket"
39+
}
40+
}
41+
}
42+
]
43+
}

0 commit comments

Comments
 (0)