You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
52 lines
1.6 KiB
52 lines
1.6 KiB
2 years ago
|
{
|
||
|
"type": "create:sequenced_assembly",
|
||
|
"ingredient": { "item": "create:andesite_alloy" },
|
||
|
"transitionalItem": { "item": "create_sa:incomplete_heat_engine" },
|
||
|
"sequence": [
|
||
|
{
|
||
|
"type": "create:deploying",
|
||
|
"ingredients": [
|
||
|
{ "item": "create_sa:incomplete_heat_engine" },
|
||
|
{ "item": "create:cogwheel" }
|
||
|
],
|
||
|
"results": [{ "item": "create_sa:incomplete_heat_engine" }]
|
||
|
},
|
||
|
{
|
||
|
"type": "create:deploying",
|
||
|
"ingredients": [
|
||
|
{ "item": "create_sa:incomplete_heat_engine" },
|
||
|
{ "item": "create:large_cogwheel" }
|
||
|
],
|
||
|
"results": [{ "item": "create_sa:incomplete_heat_engine" }]
|
||
|
},
|
||
|
{
|
||
|
"type": "create:deploying",
|
||
|
"ingredients": [
|
||
|
{ "item": "create_sa:incomplete_heat_engine" },
|
||
|
{ "tag": "forge:nuggets/zinc" }
|
||
|
],
|
||
|
"results": [{ "item": "create_sa:incomplete_heat_engine" }]
|
||
|
},
|
||
|
{
|
||
|
"type": "create:deploying",
|
||
|
"ingredients": [
|
||
|
{ "item": "create_sa:incomplete_heat_engine" },
|
||
|
{ "tag": "forge:nuggets/copper" }
|
||
|
],
|
||
|
"results": [{ "item": "create_sa:incomplete_heat_engine" }]
|
||
|
}
|
||
|
],
|
||
|
"loops": 4,
|
||
|
"results": [
|
||
|
{ "chance": 120, "item": "create_sa:heat_engine" },
|
||
|
{ "chance": 8, "item": "create:copper_sheet" },
|
||
|
{ "chance": 8, "item": "create:andesite_alloy" },
|
||
|
{ "chance": 5, "item": "create:cogwheel" },
|
||
|
{ "chance": 2, "item": "create:shaft" },
|
||
|
{ "chance": 2, "item": "create:crushed_zinc_ore" },
|
||
|
{ "chance": 2, "item": "create:copper_nugget" },
|
||
|
{ "chance": 1, "item": "minecraft:iron_ingot" },
|
||
|
{ "chance": 1, "item": "minecraft:compass" }
|
||
|
]
|
||
|
}
|