improve codestyle

This commit is contained in:
SpeeeDCraft 2023-10-27 08:26:25 +07:00
parent 1526ffcf07
commit 96a4ae16d3
6 changed files with 119 additions and 97 deletions

View file

@ -0,0 +1,12 @@
// priority: 0
REIEvents.hide('item', event => {
hideGTStuff(event)
hideTFCStuff(event)
hideMinecraftStuff(event)
})
REIEvents.groupEntries(event => {
groupGTStuff(event)
})