чуточку г*внокода

главное признать свои ошибки
This commit is contained in:
FriendlyCube 2023-12-06 15:31:55 +02:00
parent 35e0f0cc5a
commit 1b0d51fa65
8 changed files with 82 additions and 4 deletions

View file

@ -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);
})