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.
51 lines
1.7 KiB
51 lines
1.7 KiB
{ |
|
"type": "create:sequenced_assembly", |
|
"ingredient": { "tag": "forge:plates/copper" }, |
|
"transitionalItem": { "item": "create_sa:incomplete_hydraulic_engine" }, |
|
"sequence": [ |
|
{ |
|
"type": "create:deploying", |
|
"ingredients": [ |
|
{ "item": "create_sa:incomplete_hydraulic_engine" }, |
|
{ "item": "create:cogwheel" } |
|
], |
|
"results": [{ "item": "create_sa:incomplete_hydraulic_engine" }] |
|
}, |
|
{ |
|
"type": "create:deploying", |
|
"ingredients": [ |
|
{ "item": "create_sa:incomplete_hydraulic_engine" }, |
|
{ "item": "create:large_cogwheel" } |
|
], |
|
"results": [{ "item": "create_sa:incomplete_hydraulic_engine" }] |
|
}, |
|
{ |
|
"type": "create:deploying", |
|
"ingredients": [ |
|
{ "item": "create_sa:incomplete_steam_engine" }, |
|
{ "item": "create:andesite_alloy" } |
|
], |
|
"results": [{ "item": "create_sa:incomplete_hydraulic_engine" }] |
|
}, |
|
{ |
|
"type": "create:filling", |
|
"ingredients": [ |
|
{ "item": "create_sa:incomplete_hydraulic_engine" }, |
|
{ "fluid": "minecraft:water", "amount": 250 } |
|
], |
|
"results": [{ "item": "create_sa:incomplete_hydraulic_engine" }] |
|
} |
|
], |
|
"loops": 4, |
|
"results": [ |
|
{ "chance": 120, "item": "create_sa:hydraulic_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_copper_ore" }, |
|
{ "chance": 2, "item": "create:copper_nugget" }, |
|
{ "chance": 1, "item": "minecraft:iron_ingot" }, |
|
{ "chance": 1, "item": "minecraft:compass" } |
|
] |
|
}
|
|
|