#Create Sequenced Assembly

15 messages · Page 1 of 1 (latest)

winged flower
#

I'm getting the error "Failed to create recipe for type 'create:sequenced_assembly': Failed to create Sequence recipe must be an assembly recipe!" with the following code. Not sure what I've done wrong.

            'kubejs:creative_alloy'
        ], 
        'create:chromatic_compound', [
            event.recipes.createSandpaperPolishing('kubejs:incomplete_compound', 'kubejs:incomplete_compound'),
            event.recipes.createSplashing('kubejs:incomplete_compound', 'kubejs:incomplete_compound'),
            event.recipes.createCompacting('kubejs:incomplete_compound', 'kubejs:incomplete_compound').superheated()
        ]).transitionalItem('kubejs:incomplete_compound').loops(16)```
pine ploverBOT
#

Once your ticket has been resolved, please close it with </ticket close:1054771505520717835> command!

plucky viper
#

there's a certain set of recipe types you can use, and splashing is not one of them

#

or maybe sandpaper

winged flower
#

I thought it might be that, but I commented it out, and still got the same error, same with sandpaper

#

unless all three of them are incompatible with sequenced assembly, which would be frustrating...

plucky viper
#

yeah looks like it only works with assembly processing recipes

winged flower
#

is there a list of assembly processing recipes somewhere I can use as reference?

plucky viper
#

doesn't say anything in the kubejs create page

#

im looking into the recipe types in create's github rn

winged flower
#

thanks for your help

plucky viper
#

oh wait i found it in the legacy book

#

i guess sandpaper polishing can be replaced by deploying sandpaper

winged flower
#

Yeah, that explains why it's not working! Thanks for finding that for me