disable more create additions components + rework
This commit is contained in:
parent
85ffd8e465
commit
5dc2ed0e23
14 changed files with 112 additions and 100 deletions
|
|
@ -10,7 +10,9 @@ StartupEvents.registry('item', (event) => {
|
|||
/**
|
||||
* Событие регистрации блоков.
|
||||
*/
|
||||
StartupEvents.registry('block', (event) => {})
|
||||
StartupEvents.registry('block', (event) => {
|
||||
registerGTCEuBlocks(event)
|
||||
})
|
||||
|
||||
/**
|
||||
* Событие регистрации жидкостей.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue