#I can no longer craft/use anything i didnt make a recipe for
25 messages · Page 1 of 1 (latest)
Once your ticket has been resolved, please close it with </ticket close:1054771505520717835> command!
Paste version of message.txt from @upbeat talon
my removing recipes file
this is usually caused by an invalid recipe filter in event.remove
imma try cutting out stuff till i find the cause
Ticket re-opened!
actually it just works for rechisled blocks
u said there is some problem with the commas yes?
the commas don't make it not work, but they look wierd
so the commas shouldn't be the cause for erroring
well what could it be
I wonder if one of your input removal filters is being converted to air and matching against every recipe or something silly like that
Try to binary search your recipe removals till you find the source of the missing recipes
A binary search is a way of finding a faulty mods/scripts when you have a lot of them, but without having to remove them one-by-one.
The procedure is simple:
- Take half of the existing mods/scripts and move them out, into another folder.
- Run the game.
- Does the issue still exist?
If YES: Repeat from step 1 with the current things.
IF NO: Swap out the current things with the ones you moved out, and repeat from step 1. - Repeat this process until the problematic mod(s)/script(s) have been found.
? what
did a bit of seaerching, its the part with a lot of event.remove({})
I can no longer craft/use anything i didnt make a recipe for
found it