Hi, I'm starting to try to assemble my own custom changes to this modpack I'm making(And I am a blind man stumbling in the dark for the most part trying to understand this stuff, admittedly).
I've been trying to figure out why this setup isn't working to create a couple basic recipes. I'm sure I'm missing something simple, though, I just can't figure it out.
My code is thus
event.server.runCommandSilent('reload')
})
ServerEvents.recipes(event => {
// Generating Basic Resources Renewably
event.recipes.createMilling(output[minecraft:coarse_dirt], input[#minecraft:logs])
event.recipes.createSplashing(output[minecraft:dirt], input[#minecraft:coarse_dirt])
})```
And I keep recieving the error in the following log.
