#Shapeless recipe giving errors

1 messages · Page 1 of 1 (latest)

pastel falcon
#

I am trying to make a shapeless recipe for Cobblemon seeds using any of their seeds to make a different coloured one with the appropriate dye. For some reason it is giving me a ton of errors. Am I perhaps doing something wrong?

    event.shapeless(
        Item.of('cobblemon:red_apricorn_seed', 2), 
        [
          '#cobblemon:apricorn_sprouts',
          'minecraft:red_dye'
        ]
      )
})```
placid daggerBOT
#

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

pastel falcon
cobalt shaleBOT
#

Paste version of server.log from @pastel falcon

pastel falcon
#

I don't have any recipes that interact with any of the mods that are giving errors, so I assume I'm doing something wrong with the shapeless recipe to break stuff.

modern hemlock
#

The log says it added 1 recipe

#

Not sure what causes the errors

pastel falcon
#

Exiting and reeintering the world loads the recipe which it didn't do after the reload command. Displays no errors when logging in

#

After adding the rest of the items it now produces an error on startup. Will check if reinstalling the mod helps

pastel falcon
#

It seems to issue is being caused by other mods not playing nice. Will need to do some debugging. Thank you for your time