Твики рецептов, фиксы багов
This commit is contained in:
parent
79872d5cb2
commit
3e038abeae
9 changed files with 133 additions and 9 deletions
|
|
@ -2,7 +2,9 @@
|
|||
|
||||
const gtItemsToHide = [
|
||||
'gtceu:flint_mortar',
|
||||
'gtceu:flint_knife'
|
||||
'gtceu:flint_knife',
|
||||
'gtceu:firebrick',
|
||||
'gtceu:firebricks'
|
||||
]
|
||||
|
||||
const stoneTypesToHide = [
|
||||
|
|
|
|||
|
|
@ -117,4 +117,8 @@ const groupGTStuff = (event) => {
|
|||
event.groupItemsByTag('tfg:rei_groups/restrictive_pipes/huge', 'Huge Resctrictive Pipes', 'forge:restrictive_pipes/huge')
|
||||
|
||||
event.groupItems('tfg:rei_groups/buckets', 'Buckets', [/gtceu:.*_bucket/])
|
||||
}
|
||||
|
||||
const registerGTCategories = (event) => {
|
||||
event.remove('gtceu:primitive_blast_furnace')
|
||||
}
|
||||
|
|
@ -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)
|
||||
})
|
||||
|
|
@ -150,6 +150,10 @@ const minecraftItemsToHide = [
|
|||
'minecraft:dark_prismarine_slab',
|
||||
'minecraft:smooth_stone',*/
|
||||
|
||||
'minecraft:blast_furnace',
|
||||
'minecraft:furnace',
|
||||
'minecraft:furnace_minecart',
|
||||
|
||||
'minecraft:netherite_scrap',
|
||||
'minecraft:netherite_ingot',
|
||||
'minecraft:netherite_block',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue