практически готово

This commit is contained in:
Dmitry 2023-12-30 21:20:31 +07:00
parent 2ce9c85096
commit 19ac4a8848
4 changed files with 103 additions and 29 deletions

View file

@ -101,4 +101,30 @@ ServerEvents.recipes(event => {
registerExposureRecipes(event)
registerFTBQuestsRecipes(event)
})
})
//#endregion
/*
//
event.shaped('', [
'AAA',
'AAA',
'AAA'
], {
A: '',
B: '',
C: '',
D: '',
E: '',
F: '',
G: '',
}).id('tfg:create/shaped/')
//
event.shapeless('', [
]).id('tfg:create/shapeless/')
*/