Merge branch 'main' into mod-ae2-recipes

This commit is contained in:
Dmitry 2023-12-11 20:18:05 +07:00
commit dc5ff62a26
842 changed files with 8892 additions and 19309 deletions

View file

@ -6,7 +6,6 @@ REIEvents.hide('item', event => {
hideGTCEUStuff(event)
hideCreateStuff(event)
hideAE2Stuff(event)
hideExtendedCraftingStuff(event)
hideAdAstraStuff(event)
hideSophisticatedBackpacksStuff(event)
hideMoreRedStuff(event)
@ -19,6 +18,7 @@ REIEvents.groupEntries(event => {
})
REIEvents.removeCategories(event => {
registerMinecraftCategories(event)
registerGTCEUCategories(event)
registerMoreRedCategories(event)
})