#im new to the mod and im getting a error

5 messages · Page 1 of 1 (latest)

pliant trail
#

heres my code

ServerEvents.recipes(event => {
event.recipes.create.mechanical_crafting('projecte:philosophers_stone', [
" FFF ",
"FAAAF",
"GASAG",
"GPAPG"
" GGG "
], {
A: 'minecraft:redstone',
P: 'minecraft:quartz',
S: 'minecraft:diamond'
G: 'minecraft:glowstone_dust'
F: 'minecraft:flint_and_steel'
})
})

torpid forgeBOT
#

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

gritty frigate
#

Ensure you use a text editor with syntax highlighting to easily spot missing symbols while writing.

pliant trail
#

ok

gritty frigate
#

I recommend sending the complete file rather than code snippets to pinpoint the error accurately.