Твики рецептов, фиксы багов

This commit is contained in:
SpeeeDCraft 2023-11-19 08:42:12 +07:00
parent 79872d5cb2
commit 3e038abeae
9 changed files with 133 additions and 9 deletions

View file

@ -6,10 +6,14 @@ REIEvents.hide('item', event => {
hideCreateStuff(event)
hideMinecraftStuff(event)
hideExtendedCraftingStuff(event)
hideSophisticatedBackpacksStuff(event)
hideSBStuff(event)
})
REIEvents.groupEntries(event => {
groupGTStuff(event)
})
REIEvents.removeCategories(event => {
registerGTCategories(event)
})