Was just making some shapeless recipes and got thrown this error for some reason. Here's the log for one of the failed recipe, a recipe that does work, versus a recipe that doesn't work. I don't know what I missed or forgot to add...
[21:31:00] [ERROR] ! new_recipes/general/stuff_for_chapter_1.js#54: Failed to create recipe for type 'kubejs:shapeless': Constructor for kubejs:shapeless with 1 arguments not found! [21:31:00] [WARN] new_recipes/general/stuff_for_chapter_1.js#54: Tried to call a function on an errored recipe! (Failed to create recipe for type 'kubejs:shapeless')
event.shapeless(
Item.of('minecraft:brown_dye'),
[
'kubejs:dyemorphic_catalyst',
'minecraft:orange_dye',
'minecraft:black_dye'
],
).id('kubejs:brown_dye_from_dyemorphic_catalyst')
event.shapeless(
Item.of('minecraft:cherry_sapling')
[
'minecraft:pink_dye',
'minecraft:green_dye',
'kubejs:dyemorphic_catalyst'
],
).id('kubejs:cherry_sapling_from_dyemorphic_catalyst')