Update main_startup_script.js
Signed-off-by: Pyritie <pyritie@gmail.com>
This commit is contained in:
parent
c0efaf5340
commit
3d7c02ccf3
1 changed files with 5 additions and 4 deletions
|
|
@ -12,8 +12,7 @@ StartupEvents.registry('item', event => {
|
|||
*/
|
||||
StartupEvents.registry('block', event => {
|
||||
registerGTCEuBlocks(event)
|
||||
|
||||
|
||||
registerTFGBlocks(event)
|
||||
})
|
||||
|
||||
/**
|
||||
|
|
@ -31,7 +30,9 @@ ItemEvents.modification(event => {})
|
|||
/**
|
||||
* Событие регистрации жидкостей.
|
||||
*/
|
||||
StartupEvents.registry('fluid', event => {})
|
||||
StartupEvents.registry('fluid', event => {
|
||||
registerTFGFluids(event)
|
||||
})
|
||||
|
||||
/**
|
||||
* Событие регистрации типов рецептов.
|
||||
|
|
@ -52,4 +53,4 @@ GTCEuStartupEvents.registry('gtceu:machine', event => {
|
|||
*/
|
||||
// TFGStartupEvents.materialInfo(event => {
|
||||
// registerGTCEuMaterialInfo(event)
|
||||
// })
|
||||
// })
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue