diff --git a/config/tfcagedalcohol-client.toml b/config/tfcagedalcohol-client.toml new file mode 100644 index 000000000..ea15454c4 --- /dev/null +++ b/config/tfcagedalcohol-client.toml @@ -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 + diff --git a/kubejs/client_scripts/gregtech/constants.js b/kubejs/client_scripts/gregtech/constants.js index 2787caf31..4a5bcadfe 100644 --- a/kubejs/client_scripts/gregtech/constants.js +++ b/kubejs/client_scripts/gregtech/constants.js @@ -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 = [ diff --git a/mods/terrafirmagreg-1.20.1-0.0.11.jar b/mods/terrafirmagreg-1.20.1-0.0.12.jar similarity index 86% rename from mods/terrafirmagreg-1.20.1-0.0.11.jar rename to mods/terrafirmagreg-1.20.1-0.0.12.jar index 28c4510a7..9d5a24c50 100644 Binary files a/mods/terrafirmagreg-1.20.1-0.0.11.jar and b/mods/terrafirmagreg-1.20.1-0.0.12.jar differ