Реврайт готов

This commit is contained in:
Dmitry 2023-11-28 17:45:58 +07:00
parent 91c7141d18
commit 94a2d7af2e
54 changed files with 2452 additions and 1571 deletions

View file

@ -1,23 +0,0 @@
// priority: 199
REIEvents.hide('item', event => {
hideGTStuff(event)
hideTFCStuff(event)
hideCreateStuff(event)
hideMinecraftStuff(event)
hideExtendedCraftingStuff(event)
hideSBStuff(event)
hideMoreRedStuff(event)
hideSmallShipsStuff(event)
})
REIEvents.groupEntries(event => {
groupGTStuff(event)
groupTFCStuff(event)
})
REIEvents.removeCategories(event => {
registerGTCategories(event)
registerMoreRedCategories(event)
})