unhide tfc deposits + update tfc

This commit is contained in:
SpeeeDCraft 2023-11-07 16:23:43 +07:00
parent 241d520410
commit 32bd116a5b
3 changed files with 11 additions and 23 deletions

View file

@ -12,9 +12,5 @@ const hideTFCStuff = (event) => {
event.hide(`tfc:ore/${oreTypeName}_${oreMaterialName}/${stoneTypeName}`)
})
})
tfcDepositeMaterials.forEach(depositeMaterialName => {
event.hide(`tfc:deposit/${depositeMaterialName}/${stoneTypeName}`)
})
})
}