практически готово
This commit is contained in:
parent
2ce9c85096
commit
19ac4a8848
4 changed files with 103 additions and 29 deletions
|
|
@ -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/')
|
||||
|
||||
*/
|
||||
Loading…
Add table
Add a link
Reference in a new issue