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

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

@ -0,0 +1,23 @@
// priority: 1
REIEvents.hide('item', event => {
hideMinecraftStuff(event)
hideTFCStuff(event)
hideGTCEUStuff(event)
hideCreateStuff(event)
hideExtendedCraftingStuff(event)
hideSophisticatedBackpacksStuff(event)
hideMoreRedStuff(event)
hideSmallShipsStuff(event)
})
REIEvents.groupEntries(event => {
groupGTCEUStuff(event)
groupTFCStuff(event)
})
REIEvents.removeCategories(event => {
registerGTCEUCategories(event)
registerMoreRedCategories(event)
})