From 02aeddcbc2c5f0e4f52d72da75d164d46468d02a Mon Sep 17 00:00:00 2001 From: Sergeant Acoustic Date: Mon, 25 Aug 2025 02:11:00 +0100 Subject: [PATCH] Tweaked tconstruct/dark mode everywhere configs * Added comments to dark mode everywhere blacklist * Blacklisted end sky and potion effect icons * Disabled tconstruct dragon scales from dropping from explosions during the ender dragon fight --- overrides/config/darkmodeeverywhere-client.toml | 10 ++++++---- overrides/config/tconstruct-common.toml | 2 +- 2 files changed, 7 insertions(+), 5 deletions(-) diff --git a/overrides/config/darkmodeeverywhere-client.toml b/overrides/config/darkmodeeverywhere-client.toml index b18ade1..ab465bf 100644 --- a/overrides/config/darkmodeeverywhere-client.toml +++ b/overrides/config/darkmodeeverywhere-client.toml @@ -35,10 +35,12 @@ METHOD_SHADER_BLACKLIST = [ "shadows.packmenu.ExtendedMenuScreen", "drawExhaustionOverlay", "drawSaturationOverlay", - "renderHeartRow", - "net.minecraft.client.gui.Font:handler", - "net.raphimc.immediatelyfast.feature.", - ".book." + "renderHeartRow", # Hearts + "net.minecraft.client.gui.Font:handler", # Font, blacklisted to fix tetra dropshadows + "net.raphimc.immediatelyfast.feature.", # Hotbar / hunger + ".book.", # Tinkers' construct guide book + "m_109780_", # End sky + "m_280301_" # Potion effect icons ] #Enabling this config will (every 5 seconds) dump which methods were used to render GUIs that the dark shader was applied to #The dump will consist of a list of class:method strings, e.g. 'net.minecraftforge.client.gui.overlay.ForgeGui:renderFood' diff --git a/overrides/config/tconstruct-common.toml b/overrides/config/tconstruct-common.toml index 5e97e3d..ddda75e 100644 --- a/overrides/config/tconstruct-common.toml +++ b/overrides/config/tconstruct-common.toml @@ -82,7 +82,7 @@ #Adds slimy saplings and seeds into various loot chests. Helps for worlds without slime islands slimy_loot = true #If true, ender dragons will drop scales when damaged by explosions - drop_dragon_Scales = true + drop_dragon_Scales = false #Weight of the ancient tool trade for the wandering trader. All traders randomly choose 1 rare trade, so this is roughly the chance the trade occurs compared to the vanilla options (of which there are 6). #Range: 0 ~ 100 wanderer_ancient_tool_weight = 6