This commit is contained in:
Damodigy 2023-11-12 00:04:46 +07:00
commit 41253f23cb
8 changed files with 176 additions and 20 deletions

View file

@ -1,5 +1,5 @@
// priority: 999
StartupEvents.registry('item', event =>
{
newCreateItems(event);
registerCreateItems(event);
})