update tfg
This commit is contained in:
parent
e928e57db5
commit
bda9589b3c
3 changed files with 9 additions and 1 deletions
6
config/tfcagedalcohol-client.toml
Normal file
6
config/tfcagedalcohol-client.toml
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
|
||||
[display]
|
||||
#If false, only the effects of aged alcohol will be shown on fluid container items like jugs and buckets.
|
||||
#Otherwise, effects like Thirst for Salt Water Ceramic Jug will also be shown
|
||||
showEffectTooltipForAllDrinkables = false
|
||||
|
||||
|
|
@ -9,7 +9,9 @@ const gtItemsToHide = [
|
|||
'gtceu:primitive_blast_furnace',
|
||||
'gtceu:wheat_dust',
|
||||
'gtceu:wheat_small_dust',
|
||||
'gtceu:wheat_tiny_dust'
|
||||
'gtceu:wheat_tiny_dust',
|
||||
'gtceu:wood_drill_head',
|
||||
'gtceu:wood_chainsaw_head'
|
||||
]
|
||||
|
||||
const stoneTypesToHide = [
|
||||
|
|
|
|||
Binary file not shown.
Loading…
Add table
Add a link
Reference in a new issue