#Custom recipes broken

6 messages · Page 1 of 1 (latest)

fossil apex
#

So I downloaded a not so old modpack that has some issues that I am trying to fix, but kubejs is giving me a bit of trouble. Basically I have some recipes that used to work up until recently, but now are broken for some reason that I am not knowledgable enough to figure out. I think all custom recipes are broken, but the removed ones seem to be removed correctly.

I added the server.log and recipe_replacer.js files so people smarter than me can hopefully explain what I did that broke it all. Also if it is of any help, I attached an image of the kubejs error that pops up when loading into a world

earnest cragBOT
#

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

fallen summitBOT
#

Paste version of recipe_replacer.js, server.log from @fossil apex

timid drum
#

??error cme

fallen summitBOT
# timid drum ??error cme

Some mods don't allow the recipe event to run asynchronously, which will result in a ConcurrentModificationException.
To fix this, set allowAsyncStreams to false in kubejs/config/common.properties.

fossil apex