function sqcrafts(inters,out,out2,outamount,outamount2){
e.recipes.create.sequenced_assembly([
Item.of(out,outamount).withChance(40.0), // this is the item that will appear in JEI as the result
Item.of(out2,outamount2).withChance(60.0)
], inters, [ // 'create:golden_sheet' is the input
//e.recipes.createFilling(inters, [inters, Fluid.water(420)]),
e.recipes.createPressing(inters, inters),
e.recipes.createFilling(inter, [inter, Fluid.water(500)]),
e.recipes.createPressing(inters, inters),
e.recipes.createFilling(inter, [inter, Fluid.water(500)]),
//e.recipes.createhaunting(inter, inter),
//e.recipes.createCutting(inters, inters),
//e.recipes.createCutting(inters, inters),
//e.recipes.createemptying([Fluid.water(), inter], inter)
// the transitional item set by `transitionalItem('create:incomplete_large_cogwheel')` is the item used during the intermediate stages of the assembly
])
}
sqcrafts('minecraft:mud','minecraft:tuff','minecraft:coarse_dirt',1,1)
60 to 44