update tfg + scripts

This commit is contained in:
SpeeeDCraft 2023-11-11 20:07:58 +07:00
parent 9487f6034b
commit 5f29978e5c
8 changed files with 410 additions and 92 deletions

View file

@ -13,4 +13,8 @@ const hideTFCStuff = (event) => {
})
})
})
tfcItemsToHide.forEach(item => {
event.hide(item)
})
}