#Help needed with create's sequenced assembly and the destroy mod
4 messages · Page 1 of 1 (latest)
Once your ticket has been resolved, please close it with </ticket close:1054771505520717835> command!
this is the code:
ServerEvents.recipes(event => {
event.recipes.create.sequenced_assembly(["minecraft:target"
], "minecraft:chest", [
event.recipes.createDeploying("create:incomplete_precision_mechanism", ["create:incomplete_precision_mechanism", "minecraft:armor_stand"]),
]).transitionalItem("create:incomplete_precision_mechanism").loops(1)
event.recipes.create.sequenced_assembly(["destroy:catalytic_converter"
], "destroy:platinum_powder", [
event.recipes.createDeploying("destroy:incomplete_catalytic_converter", ["destroy:incomplete_catalytic_converter", "destroy:stainless_steel_ingot"]),
]).transitionalItem("destroy:incomplete_catalytic_converter").loops(1)
});