#I can no longer craft/use anything i didnt make a recipe for

25 messages · Page 1 of 1 (latest)

upbeat talon
#

idk how tf this happened, i figured it was a typo somewhere that caused thos, but after fixing all of them problem still persists

gloomy elmBOT
#

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

upbeat talon
cosmic hazelBOT
#

Paste version of message.txt from @upbeat talon

upbeat talon
#

my removing recipes file

dull urchin
#

this is usually caused by an invalid recipe filter in event.remove

upbeat talon
#

imma try cutting out stuff till i find the cause

dull urchin
#

at the bottom of the file you have incorrect commas

#

remove those

upbeat talon
#

vsc dosent error

#

foundt it

#

mispelt sum

gloomy elmBOT
#

Ticket re-opened!

upbeat talon
#

actually it just works for rechisled blocks

#

u said there is some problem with the commas yes?

dull urchin
#

the commas don't make it not work, but they look wierd

#

so the commas shouldn't be the cause for erroring

upbeat talon
#

well what could it be

bold yew
#

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

cosmic hazelBOT
#

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.
upbeat talon
#

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

upbeat talon
#

found it