281 lines
10 KiB
JavaScript
281 lines
10 KiB
JavaScript
ServerEvents.recipes(event => {
|
|
//大份薯条
|
|
event.custom({
|
|
"type": "create:sequenced_assembly",
|
|
"ingredient": { "item": "minecraft:paper" },
|
|
"results": [
|
|
{ "item": "kubejs:large_fries"}
|
|
],
|
|
"loops": 1,
|
|
"sequence": [
|
|
{
|
|
"type": "create:deploying",
|
|
"ingredients": [
|
|
{ "item": "kubejs:french_fries" },
|
|
{ "tag": "forge:dyes/red" }
|
|
],
|
|
"results": [{ "item": "kubejs:french_fries" }]
|
|
},
|
|
{
|
|
"type": "create:deploying",
|
|
"ingredients": [
|
|
{ "item": "kubejs:french_fries" },
|
|
{ "item": "kubejs:french_fries" }
|
|
],
|
|
"results": [{ "item": "kubejs:french_fries" }]
|
|
},
|
|
{
|
|
"type": "create:deploying",
|
|
"ingredients": [
|
|
{ "item": "kubejs:french_fries" },
|
|
{ "item": "kubejs:french_fries" }
|
|
],
|
|
"results": [{ "item": "kubejs:french_fries" }]
|
|
},
|
|
{
|
|
"type": "create:deploying",
|
|
"ingredients": [
|
|
{ "item": "kubejs:french_fries" },
|
|
{ "item": "kubejs:french_fries" }
|
|
],
|
|
"results": [{ "item": "kubejs:french_fries" }]
|
|
},
|
|
{
|
|
"type": "create:deploying",
|
|
"ingredients": [
|
|
{ "item": "kubejs:french_fries" },
|
|
{ "item": "kubejs:salt" }
|
|
],
|
|
"results": [{ "item": "kubejs:french_fries" }]
|
|
}
|
|
],
|
|
"transitionalItem": { "item": "kubejs:french_fries" }
|
|
}).id("dut_create:food_sequnced/large_fries")
|
|
//薯条
|
|
event.custom({
|
|
"type": "create:sequenced_assembly",
|
|
"ingredient": { "item": "minecraft:baked_potato" },
|
|
"results": [
|
|
{ "item": "kubejs:french_fries", "count": 2 }
|
|
],
|
|
"loops": 1,
|
|
"sequence": [
|
|
{
|
|
"type": "create:cutting",
|
|
"ingredients": [
|
|
{ "item": "minecraft:baked_potato" }
|
|
],
|
|
"results": [{ "item": "minecraft:baked_potato" }]
|
|
},
|
|
{
|
|
"type": "create:cutting",
|
|
"ingredients": [
|
|
{ "item": "minecraft:baked_potato" }
|
|
],
|
|
"results": [{ "item": "minecraft:baked_potato" }]
|
|
},
|
|
{
|
|
"type": "create:filling",
|
|
"ingredients": [{ "item": "minecraft:baked_potato" },
|
|
{ "fluidTag": "forge:plantoil", "amount": 50 }],
|
|
"results": [{ "item": "minecraft:baked_potato" }]
|
|
}
|
|
],
|
|
"transitionalItem": { "item": "minecraft:baked_potato" }
|
|
}).id("dut_create:food_sequnced/french_fries")
|
|
event.custom({
|
|
"type": "create:sequenced_assembly",
|
|
"ingredient": { "item": "minecraft:baked_potato" },
|
|
"results": [
|
|
{ "item": "kubejs:french_fries", "count": 2 }
|
|
],
|
|
"loops": 1,
|
|
"sequence": [
|
|
{
|
|
"type": "create:cutting",
|
|
"ingredients": [
|
|
{ "item": "minecraft:baked_potato" }
|
|
],
|
|
"results": [{ "item": "minecraft:baked_potato" }]
|
|
},
|
|
{
|
|
"type": "create:cutting",
|
|
"ingredients": [
|
|
{ "item": "minecraft:baked_potato" }
|
|
],
|
|
"results": [{ "item": "minecraft:baked_potato" }]
|
|
},
|
|
{
|
|
"type": "create:filling",
|
|
"ingredients": [{ "item": "minecraft:baked_potato" },
|
|
{ "fluidTag": "forge:lube_oil", "amount": 50 }],
|
|
"results": [{ "item": "minecraft:baked_potato" }]
|
|
}
|
|
],
|
|
"transitionalItem": { "item": "minecraft:baked_potato" }
|
|
}).id("dut_create:food_sequnced/french_fries_egg")
|
|
event.custom({
|
|
"type": "create:sequenced_assembly",
|
|
"ingredient": { "item": "minecraft:baked_potato" },
|
|
"results": [
|
|
{ "item": "kubejs:french_fries", "count": 2 }
|
|
],
|
|
"loops": 1,
|
|
"sequence": [
|
|
{
|
|
"type": "create:cutting",
|
|
"ingredients": [
|
|
{ "item": "minecraft:baked_potato" }
|
|
],
|
|
"results": [{ "item": "minecraft:baked_potato" }]
|
|
},
|
|
{
|
|
"type": "create:cutting",
|
|
"ingredients": [
|
|
{ "item": "minecraft:baked_potato" }
|
|
],
|
|
"results": [{ "item": "minecraft:baked_potato" }]
|
|
},
|
|
{
|
|
"type": "create:filling",
|
|
"ingredients": [{ "item": "minecraft:baked_potato" },
|
|
{ "fluidTag": "forge:diesel", "amount": 50 }],
|
|
"results": [{ "item": "minecraft:baked_potato" }]
|
|
}
|
|
],
|
|
"transitionalItem": { "item": "minecraft:baked_potato" }
|
|
}).id("dut_create:food_sequnced/french_fries_egg1")
|
|
event.custom({
|
|
"type": "create:sequenced_assembly",
|
|
"ingredient": { "item": "minecraft:baked_potato" },
|
|
"results": [
|
|
{ "item": "kubejs:french_fries", "count": 2 }
|
|
],
|
|
"loops": 1,
|
|
"sequence": [
|
|
{
|
|
"type": "create:cutting",
|
|
"ingredients": [
|
|
{ "item": "minecraft:baked_potato" }
|
|
],
|
|
"results": [{ "item": "minecraft:baked_potato" }]
|
|
},
|
|
{
|
|
"type": "create:cutting",
|
|
"ingredients": [
|
|
{ "item": "minecraft:baked_potato" }
|
|
],
|
|
"results": [{ "item": "minecraft:baked_potato" }]
|
|
},
|
|
{
|
|
"type": "create:filling",
|
|
"ingredients": [{ "item": "minecraft:baked_potato" },
|
|
{ "fluidTag": "forge:gasoline", "amount": 50 }],
|
|
"results": [{ "item": "minecraft:baked_potato" }]
|
|
}
|
|
],
|
|
"transitionalItem": { "item": "minecraft:baked_potato" }
|
|
}).id("dut_create:food_sequnced/french_fries_egg2")
|
|
event.custom({
|
|
"type": "create:sequenced_assembly",
|
|
"ingredient": { "item": "minecraft:baked_potato" },
|
|
"results": [
|
|
{ "item": "kubejs:french_fries", "count": 2 }
|
|
],
|
|
"loops": 1,
|
|
"sequence": [
|
|
{
|
|
"type": "create:cutting",
|
|
"ingredients": [
|
|
{ "item": "minecraft:baked_potato" }
|
|
],
|
|
"results": [{ "item": "minecraft:baked_potato" }]
|
|
},
|
|
{
|
|
"type": "create:cutting",
|
|
"ingredients": [
|
|
{ "item": "minecraft:baked_potato" }
|
|
],
|
|
"results": [{ "item": "minecraft:baked_potato" }]
|
|
},
|
|
{
|
|
"type": "create:filling",
|
|
"ingredients": [{ "item": "minecraft:baked_potato" },
|
|
{ "fluidTag": "forge:biodiesel", "amount": 50 }],
|
|
"results": [{ "item": "minecraft:baked_potato" }]
|
|
}
|
|
],
|
|
"transitionalItem": { "item": "minecraft:baked_potato" }
|
|
}).id("dut_create:food_sequnced/french_fries_egg3")
|
|
event.custom({
|
|
"type": "create:sequenced_assembly",
|
|
"ingredient": { "item": "minecraft:baked_potato" },
|
|
"results": [
|
|
{ "item": "kubejs:french_fries", "count": 2 }
|
|
],
|
|
"loops": 1,
|
|
"sequence": [
|
|
{
|
|
"type": "create:cutting",
|
|
"ingredients": [
|
|
{ "item": "minecraft:baked_potato" }
|
|
],
|
|
"results": [{ "item": "minecraft:baked_potato" }]
|
|
},
|
|
{
|
|
"type": "create:cutting",
|
|
"ingredients": [
|
|
{ "item": "minecraft:baked_potato" }
|
|
],
|
|
"results": [{ "item": "minecraft:baked_potato" }]
|
|
},
|
|
{
|
|
"type": "create:filling",
|
|
"ingredients": [{ "item": "minecraft:baked_potato" },
|
|
{ "fluidTag": "forge:crude_oil", "amount": 50 }],
|
|
"results": [{ "item": "minecraft:baked_potato" }]
|
|
}
|
|
],
|
|
"transitionalItem": { "item": "minecraft:baked_potato" }
|
|
}).id("dut_create:food_sequnced/french_fries_egg4")
|
|
event.custom({
|
|
"type": "create:sequenced_assembly",
|
|
"ingredient": { "item": "minecraft:baked_potato" },
|
|
"results": [
|
|
{ "item": "kubejs:french_fries", "count": 2 }
|
|
],
|
|
"loops": 1,
|
|
"sequence": [
|
|
{
|
|
"type": "create:cutting",
|
|
"ingredients": [
|
|
{ "item": "minecraft:baked_potato" }
|
|
],
|
|
"results": [{ "item": "minecraft:baked_potato" }]
|
|
},
|
|
{
|
|
"type": "create:cutting",
|
|
"ingredients": [
|
|
{ "item": "minecraft:baked_potato" }
|
|
],
|
|
"results": [{ "item": "minecraft:baked_potato" }]
|
|
},
|
|
{
|
|
"type": "create:filling",
|
|
"ingredients": [{ "item": "minecraft:baked_potato" },
|
|
{ "fluid": "kubejs:refined_oil", "amount": 50 }],
|
|
"results": [{ "item": "minecraft:baked_potato" }]
|
|
}
|
|
],
|
|
"transitionalItem": { "item": "minecraft:baked_potato" }
|
|
}).id("dut_create:food_sequnced/french_fries_egg5")
|
|
//羊肉串
|
|
event.custom({
|
|
"type": "create:deploying",
|
|
"ingredients": [
|
|
{ "item": "farmersdelight:cooked_mutton_chops" },
|
|
{ "item": "minecraft:stick" }
|
|
],
|
|
"results": [{ "item": "kubejs:lamb_kebabs" }]
|
|
}).id("dut_create:food_sequnced/lamb_kebabs")
|
|
}) |