#why is the event not defined and why is this always the only issue i have

10 messages · Page 1 of 1 (latest)

severe crest
#

im working on a compat between deeper darker and advanced netherite but i keep running into the same issue of event not defined and i dont understand why

  'deeperdarker:warden_helmet',                     // arg 1: output
  'deeperdarker:warden_upgrade_smithing_template', // arg 2: the smithing template
  'advancednetherite:netherite_emerald_helmet',   // arg 3: the item to be upgraded
  'deeperdarker:reinforced_echo_shard'          // arg 4: the upgrade item
)```
dusky badgeBOT
#

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

random flumeBOT
#

You can add, remove, and modify recipes with KubeJS. The wiki has a page on that!
If you want to learn how to add recipes to any mod, click the Custom button.

severe crest
#

i literally copy pasted that

#

its a smithing table event and i have alll the ids right and everything but yet serverevent not defined

umbral terrace
#

You're not literally copy pasting it.

severe crest
#
  event.smithing(
    'deeperdarker:warden_helmet',
    'deeperdarker:warden_upgrade_smithing_template',
    'advancednetherite:netherite_emerald_helmet',
    'deeperdarker:reinforced_echo_shard'
  )
  
})```
#

your right

#

i typed that out