Closed Sorinstratu closed 1 year ago
[EXAMPLE]:
StartupEvents.registry("mekanism.infuse_type", event =>{ event.create("nickel").color(10195319).displayName("Nickel"); })
[ERROR]:
! [18:48:38] [ERR] startup_scripts:mekanism_registory.js:1: Event handler 'StartupEvents.registry' doesn't accept id 'minecraft:mekanism.infuse_type'!
Use a colon, not a period (mekanism:infuse_type)
! [16:07:26] [ERR] startup_scripts:mekanism_registory.js:1: Event handler 'StartupEvents.registry' doesn't accept id 'mekanism:infuse_type'!
[EXAMPLE]:
StartupEvents.registry("mekanism.infuse_type", event =>{ event.create("nickel").color(10195319).displayName("Nickel"); })
[ERROR]:
! [18:48:38] [ERR] startup_scripts:mekanism_registory.js:1: Event handler 'StartupEvents.registry' doesn't accept id 'minecraft:mekanism.infuse_type'!