#Error When trying to load any ServerEvents.recipies

4 messages · Page 1 of 1 (latest)

shut wolf
#

I am total newbie when it comes to using KubeJS but i keep getting this error when i am just trying to do a simple script

ServerEvents.recipes ((event) => {
event.remove({ id: ''mekanism:steel_casing' })
})

This was just a test to remove one thing but it's causing all these errors

mighty rainBOT
#

Paste version of message.txt from @shut wolf

visual sequoiaBOT
#

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

shut wolf
#

I am just trying to do something simple like this

ServerEvents.recipes ((event) => {
event.remove({ id: ''mekanism:steel_casing' })
})