Куча разных рецептов под тфк, обновление тфг мода

This commit is contained in:
SpeeeDCraft 2023-11-12 11:03:47 +07:00
parent 004ea5db09
commit 6fceee973c
8 changed files with 353 additions and 4 deletions

View file

@ -1,5 +1,10 @@
// priority: 199
const gtItemsToHide = [
'gtceu:flint_mortar',
'gtceu:flint_knife'
]
const stoneTypesToHide = [
"sand",
"red_sand",

View file

@ -7,6 +7,10 @@ const hideGTStuff = (event) => {
event.hide(`#forge:ores/${stoneTypeName}/${material}`)
})
})
gtItemsToHide.forEach(item => {
event.hide(item)
})
}
const groupGTStuff = (event) => {

View file

@ -324,7 +324,18 @@ const tfcItemsToHide = [
'tfc:ore/opal',
'tfc:ore/ruby',
'tfc:ore/sapphire',
'tfc:ore/topaz'
'tfc:ore/topaz',
'tfc:ore/graphite',
'tfc:ore/sulfur',
'tfc:ore/cinnabar',
'tfc:ore/cryolite',
'tfc:ore/saltpeter',
'tfc:ore/borax',
'tfc:ore/sylvite',
'tfc:ore/bituminous_coal',
'tfc:ore/lignite',
'tfc:ore/halite'
]
const tfcSimpleMaterials = [