Куча разных рецептов под тфк, обновление тфг мода
This commit is contained in:
parent
004ea5db09
commit
6fceee973c
8 changed files with 353 additions and 4 deletions
|
|
@ -1,5 +1,10 @@
|
|||
// priority: 199
|
||||
|
||||
const gtItemsToHide = [
|
||||
'gtceu:flint_mortar',
|
||||
'gtceu:flint_knife'
|
||||
]
|
||||
|
||||
const stoneTypesToHide = [
|
||||
"sand",
|
||||
"red_sand",
|
||||
|
|
|
|||
|
|
@ -7,6 +7,10 @@ const hideGTStuff = (event) => {
|
|||
event.hide(`#forge:ores/${stoneTypeName}/${material}`)
|
||||
})
|
||||
})
|
||||
|
||||
gtItemsToHide.forEach(item => {
|
||||
event.hide(item)
|
||||
})
|
||||
}
|
||||
|
||||
const groupGTStuff = (event) => {
|
||||
|
|
|
|||
|
|
@ -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 = [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue