чуточку г*внокода
главное признать свои ошибки
This commit is contained in:
parent
35e0f0cc5a
commit
1b0d51fa65
8 changed files with 82 additions and 4 deletions
|
|
@ -5,6 +5,7 @@
|
|||
*/
|
||||
StartupEvents.registry('item', (event) => {
|
||||
registerCreateItems(event);
|
||||
registerAE2Items(event);
|
||||
})
|
||||
|
||||
/**
|
||||
|
|
@ -12,4 +13,11 @@ StartupEvents.registry('item', (event) => {
|
|||
*/
|
||||
StartupEvents.registry('block', (event) => {
|
||||
|
||||
})
|
||||
|
||||
/**
|
||||
* Событие регистрации жидкостей.
|
||||
*/
|
||||
StartupEvents.registry('fluid', (event) => {
|
||||
registerAE2Liquids(event);
|
||||
})
|
||||
Loading…
Add table
Add a link
Reference in a new issue