317 lines
12 KiB
Plaintext
317 lines
12 KiB
Plaintext
ServerEvents.recipes(event => {
|
|
|
|
//战术药剂
|
|
event.remove(
|
|
{ input: 'minecraft:glass',mod:'tactical_aid'})
|
|
event.custom({
|
|
"type": "create:sequenced_assembly",
|
|
"ingredient": { "item": "kubejs:empty_can" }, "loops": 1,
|
|
"results": [{ "item": "tactical_aid:metabolizeinjector" },],
|
|
"sequence": [
|
|
{
|
|
"type": "create:filling",
|
|
"ingredients": [
|
|
{ "item": "kubejs:incomplete_tactical_drug" },
|
|
{ "amount": 250, "fluid": "create:honey"}
|
|
],
|
|
"results": [{ "item": "kubejs:incomplete_tactical_drug" }]
|
|
},
|
|
{
|
|
"type": "create:filling",
|
|
"ingredients": [
|
|
{ "item": "kubejs:incomplete_tactical_drug" },
|
|
{ "amount": 250, "fluid": "create_central_kitchen:dragon_breath"}
|
|
],
|
|
"results": [{ "item": "kubejs:incomplete_tactical_drug" }]
|
|
},
|
|
{
|
|
"type": "vintageimprovements:curving",
|
|
"mode": 1,
|
|
"ingredients": [{ "item": "kubejs:incomplete_tactical_drug" }],
|
|
"results": [{ "item": "kubejs:incomplete_tactical_drug" }]
|
|
}
|
|
],
|
|
"transitionalItem": { "item": "kubejs:incomplete_tactical_drug" }
|
|
}).id("dut_create:tactical_aid/metabolizeinjector")
|
|
event.custom({
|
|
"type": "create:sequenced_assembly",
|
|
"ingredient": { "item": "kubejs:empty_can" }, "loops": 1,
|
|
"results": [{ "item": "tactical_aid:nanometre_particlesinjector" },],
|
|
"sequence": [
|
|
{
|
|
"type": "create:filling",
|
|
"ingredients": [
|
|
{ "item": "kubejs:incomplete_tactical_drug" },
|
|
{ "amount": 500, "fluid": "create:potion", "nbt": "{Potion:\"minecraft:minecraft:strong_turtle_master\"}"}
|
|
],
|
|
"results": [{ "item": "kubejs:incomplete_tactical_drug" }]
|
|
},
|
|
{
|
|
"type": "vintageimprovements:curving",
|
|
"mode": 1,
|
|
"ingredients": [{ "item": "kubejs:incomplete_tactical_drug" }],
|
|
"results": [{ "item": "kubejs:incomplete_tactical_drug" }]
|
|
}
|
|
],
|
|
"transitionalItem": { "item": "kubejs:incomplete_tactical_drug" }
|
|
}).id("dut_create:tactical_aid/nanometre_particlesinjector")
|
|
event.custom({
|
|
"type": "create:sequenced_assembly",
|
|
"ingredient": { "item": "kubejs:empty_can" }, "loops": 1,
|
|
"results": [{ "item": "tactical_aid:adrenalineinjector_iii" },],
|
|
"sequence": [
|
|
{
|
|
"type": "create:deploying",
|
|
"ingredients": [{ "item": "kubejs:incomplete_tactical_drug" },
|
|
{ "item": "minecraft:glow_berries" }],
|
|
"results": [{ "item": "kubejs:incomplete_tactical_drug" }]
|
|
},
|
|
{
|
|
"type": "create:filling",
|
|
"ingredients": [
|
|
{ "item": "kubejs:incomplete_tactical_drug" },
|
|
{ "amount": 250, "fluid": "create:potion", "nbt": "{Potion:\"minecraft:strong_strength\"}" }
|
|
],
|
|
"results": [{ "item": "kubejs:incomplete_tactical_drug" }]
|
|
},
|
|
{
|
|
"type": "vintageimprovements:curving",
|
|
"mode": 1,
|
|
"ingredients": [{ "item": "kubejs:incomplete_tactical_drug" }],
|
|
"results": [{ "item": "kubejs:incomplete_tactical_drug" }]
|
|
}
|
|
],
|
|
"transitionalItem": { "item": "kubejs:incomplete_tactical_drug" }
|
|
}).id("dut_create:tactical_aid/adrenalineinjector_iii")
|
|
event.custom({
|
|
"type": "create:sequenced_assembly",
|
|
"ingredient": { "item": "kubejs:empty_can" }, "loops": 1,
|
|
"results": [{ "item": "tactical_aid:glucoseinjector" },],
|
|
"sequence": [
|
|
{
|
|
"type": "create:filling",
|
|
"ingredients": [
|
|
{ "item": "kubejs:incomplete_tactical_drug" },
|
|
{ "amount": 250, "fluid": "create:potion", "nbt": "{Potion:\"minecraft:long_slowness\"}"}
|
|
],
|
|
"results": [{ "item": "kubejs:incomplete_tactical_drug" }]
|
|
},
|
|
{
|
|
"type": "create:deploying",
|
|
"ingredients": [{ "item": "kubejs:incomplete_tactical_drug" },
|
|
{ "item": "minecraft:popped_chorus_fruit" }],
|
|
"results": [{ "item": "kubejs:incomplete_tactical_drug" }]
|
|
},
|
|
{
|
|
"type": "vintageimprovements:curving",
|
|
"mode": 1,
|
|
"ingredients": [{ "item": "kubejs:incomplete_tactical_drug" }],
|
|
"results": [{ "item": "kubejs:incomplete_tactical_drug" }]
|
|
}
|
|
],
|
|
"transitionalItem": { "item": "kubejs:incomplete_tactical_drug" }
|
|
}).id("dut_create:tactical_aid/glucoseinjector")
|
|
event.custom({
|
|
"type": "create:sequenced_assembly",
|
|
"ingredient": { "item": "kubejs:empty_can" }, "loops": 1,
|
|
"results": [{ "item": "tactical_aid:adrenalineinjector_ii" },],
|
|
"sequence": [
|
|
{
|
|
"type": "create:filling",
|
|
"ingredients": [
|
|
{ "item": "kubejs:incomplete_tactical_drug" },
|
|
{ "amount": 250, "fluid": "create:potion", "nbt": "{Potion:\"minecraft:strong_swiftness\"}"}
|
|
],
|
|
"results": [{ "item": "kubejs:incomplete_tactical_drug" }]
|
|
},
|
|
{
|
|
"type": "create:filling",
|
|
"ingredients": [
|
|
{ "item": "kubejs:incomplete_tactical_drug" },
|
|
{ "amount": 250, "fluid": "create:potion", "nbt": "{Potion:\"minecraft:strong_leaping\"}" }
|
|
],
|
|
"results": [{ "item": "kubejs:incomplete_tactical_drug" }]
|
|
},
|
|
{
|
|
"type": "vintageimprovements:curving",
|
|
"mode": 1,
|
|
"ingredients": [{ "item": "kubejs:incomplete_tactical_drug" }],
|
|
"results": [{ "item": "kubejs:incomplete_tactical_drug" }]
|
|
}
|
|
],
|
|
"transitionalItem": { "item": "kubejs:incomplete_tactical_drug" }
|
|
}).id("dut_create:tactical_aid/adrenalineinjector_ii")
|
|
event.custom({
|
|
"type": "create:sequenced_assembly",
|
|
"ingredient": { "item": "kubejs:empty_can" }, "loops": 1,
|
|
"results": [{ "item": "tactical_aid:adrenalineinjector" },],
|
|
"sequence": [
|
|
{
|
|
"type": "create:filling",
|
|
"ingredients": [
|
|
{ "item": "kubejs:incomplete_tactical_drug" },
|
|
{ "amount": 250, "fluid": "create:potion", "nbt": "{Potion:\"minecraft:long_swiftness\"}"}
|
|
],
|
|
"results": [{ "item": "kubejs:incomplete_tactical_drug" }]
|
|
},
|
|
{
|
|
"type": "create:filling",
|
|
"ingredients": [
|
|
{ "item": "kubejs:incomplete_tactical_drug" },
|
|
{ "amount": 250, "fluid": "create:potion", "nbt": "{Potion:\"minecraft:long_leaping\"}" }
|
|
],
|
|
"results": [{ "item": "kubejs:incomplete_tactical_drug" }]
|
|
},
|
|
{
|
|
"type": "vintageimprovements:curving",
|
|
"mode": 1,
|
|
"ingredients": [{ "item": "kubejs:incomplete_tactical_drug" }],
|
|
"results": [{ "item": "kubejs:incomplete_tactical_drug" }]
|
|
}
|
|
],
|
|
"transitionalItem": { "item": "kubejs:incomplete_tactical_drug" }
|
|
}).id("dut_create:tactical_aid/adrenalineinjector")
|
|
event.custom({
|
|
"type": "create:sequenced_assembly",
|
|
"ingredient": { "item": "kubejs:empty_can" }, "loops": 1,
|
|
"results": [{ "item": "tactical_aid:painlessinjector" },],
|
|
"sequence": [
|
|
{
|
|
"type": "create:filling",
|
|
"ingredients": [
|
|
{ "item": "kubejs:incomplete_tactical_drug" },
|
|
{ "amount": 500, "fluid": "create:potion", "nbt": "{Potion:\"minecraft:long_turtle_master\"}"}
|
|
],
|
|
"results": [{ "item": "kubejs:incomplete_tactical_drug" }]
|
|
},
|
|
{
|
|
"type": "vintageimprovements:curving",
|
|
"mode": 1,
|
|
"ingredients": [{ "item": "kubejs:incomplete_tactical_drug" }],
|
|
"results": [{ "item": "kubejs:incomplete_tactical_drug" }]
|
|
}
|
|
],
|
|
"transitionalItem": { "item": "kubejs:incomplete_tactical_drug" }
|
|
}).id("dut_create:tactical_aid/painlessinjector")
|
|
event.custom({
|
|
"type": "create:sequenced_assembly",
|
|
"ingredient": { "item": "kubejs:empty_can" }, "loops": 1,
|
|
"results": [{ "item": "tactical_aid:quickactioninjector" },],
|
|
"sequence": [
|
|
{
|
|
"type": "create:filling",
|
|
"ingredients": [
|
|
{ "item": "kubejs:incomplete_tactical_drug" },
|
|
{ "amount": 250, "fluid": "create:potion", "nbt": "{Potion:\"minecraft:regeneration\"}"}
|
|
],
|
|
"results": [{ "item": "kubejs:incomplete_tactical_drug" }]
|
|
},
|
|
{
|
|
"type": "create:filling",
|
|
"ingredients": [
|
|
{ "item": "kubejs:incomplete_tactical_drug" },
|
|
{ "amount": 250, "fluid": "create:potion", "nbt": "{Potion:\"minecraft:healing\"}" }
|
|
],
|
|
"results": [{ "item": "kubejs:incomplete_tactical_drug" }]
|
|
},
|
|
{
|
|
"type": "vintageimprovements:curving",
|
|
"mode": 1,
|
|
"ingredients": [{ "item": "kubejs:incomplete_tactical_drug" }],
|
|
"results": [{ "item": "kubejs:incomplete_tactical_drug" }]
|
|
}
|
|
],
|
|
"transitionalItem": { "item": "kubejs:incomplete_tactical_drug" }
|
|
}).id("dut_create:tactical_aid/quickactioninjector")
|
|
event.custom({
|
|
"type": "create:sequenced_assembly",
|
|
"ingredient": { "item": "kubejs:empty_can" }, "loops": 1,
|
|
"results": [{ "item": "tactical_aid:quickactioninjector_ii" },],
|
|
"sequence": [
|
|
{
|
|
"type": "create:filling",
|
|
"ingredients": [
|
|
{ "item": "kubejs:incomplete_tactical_drug" },
|
|
{ "amount": 250, "fluid": "create:potion", "nbt": "{Potion:\"minecraft:regeneration\"}"}
|
|
],
|
|
"results": [{ "item": "kubejs:incomplete_tactical_drug" }]
|
|
},
|
|
{
|
|
"type": "create:filling",
|
|
"ingredients": [
|
|
{ "item": "kubejs:incomplete_tactical_drug" },
|
|
{ "amount": 250, "fluid": "create:potion", "nbt": "{Potion:\"minecraft:strong_healing\"}" }
|
|
],
|
|
"results": [{ "item": "kubejs:incomplete_tactical_drug" }]
|
|
},
|
|
{
|
|
"type": "vintageimprovements:curving",
|
|
"mode": 1,
|
|
"ingredients": [{ "item": "kubejs:incomplete_tactical_drug" }],
|
|
"results": [{ "item": "kubejs:incomplete_tactical_drug" }]
|
|
}
|
|
],
|
|
"transitionalItem": { "item": "kubejs:incomplete_tactical_drug" }
|
|
}).id("dut_create:tactical_aid/quickactioninjector_ii")
|
|
event.custom({
|
|
"type": "create:sequenced_assembly",
|
|
"ingredient": { "item": "kubejs:empty_can" }, "loops": 1,
|
|
"results": [{ "item": "tactical_aid:relief_injector" },],
|
|
"sequence": [
|
|
{
|
|
"type": "create:filling",
|
|
"ingredients": [
|
|
{ "item": "kubejs:incomplete_tactical_drug" },
|
|
{ "amount": 250, "fluid": "create:potion", "nbt": "{Potion:\"minecraft:long_regeneration\"}"}
|
|
],
|
|
"results": [{ "item": "kubejs:incomplete_tactical_drug" }]
|
|
},
|
|
{
|
|
"type": "create:filling",
|
|
"ingredients": [
|
|
{ "item": "kubejs:incomplete_tactical_drug" },
|
|
{ "amount": 250, "fluid": "create:potion", "nbt": "{Potion:\"minecraft:healing\"}" }
|
|
],
|
|
"results": [{ "item": "kubejs:incomplete_tactical_drug" }]
|
|
},
|
|
{
|
|
"type": "vintageimprovements:curving",
|
|
"mode": 1,
|
|
"ingredients": [{ "item": "kubejs:incomplete_tactical_drug" }],
|
|
"results": [{ "item": "kubejs:incomplete_tactical_drug" }]
|
|
}
|
|
],
|
|
"transitionalItem": { "item": "kubejs:incomplete_tactical_drug" }
|
|
}).id("dut_create:tactical_aid/relief_injector")
|
|
event.custom({
|
|
"type": "create:sequenced_assembly",
|
|
"ingredient": { "item": "kubejs:empty_can" }, "loops": 1,
|
|
"results": [{ "item": "tactical_aid:aggressivenessinjector" },],
|
|
"sequence": [
|
|
{
|
|
"type": "create:filling",
|
|
"ingredients": [
|
|
{ "item": "kubejs:incomplete_tactical_drug" },
|
|
{ "amount": 250, "fluid": "create:potion", "nbt": "{Potion:\"minecraft:strong_regeneration\"}"}
|
|
],
|
|
"results": [{ "item": "kubejs:incomplete_tactical_drug" }]
|
|
},
|
|
{
|
|
"type": "create:filling",
|
|
"ingredients": [
|
|
{ "item": "kubejs:incomplete_tactical_drug" },
|
|
{ "amount": 250, "fluid": "create:potion", "nbt": "{Potion:\"minecraft:healing\"}" }
|
|
],
|
|
"results": [{ "item": "kubejs:incomplete_tactical_drug" }]
|
|
},
|
|
{
|
|
"type": "vintageimprovements:curving",
|
|
"mode": 1,
|
|
"ingredients": [{ "item": "kubejs:incomplete_tactical_drug" }],
|
|
"results": [{ "item": "kubejs:incomplete_tactical_drug" }]
|
|
}
|
|
],
|
|
"transitionalItem": { "item": "kubejs:incomplete_tactical_drug" }
|
|
}).id("dut_create:tactical_aid/aggressivenessinjector")
|
|
|
|
}) |