From cd416cffc113e1aec185956394f5d002f580ff05 Mon Sep 17 00:00:00 2001 From: Sergeant Acoustic Date: Sat, 6 Sep 2025 22:43:38 +0100 Subject: [PATCH] Remove wither bone drops as they are obliterated --- overrides/config/tconstruct-common.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/overrides/config/tconstruct-common.toml b/overrides/config/tconstruct-common.toml index b9d54e7..b1749b8 100644 --- a/overrides/config/tconstruct-common.toml +++ b/overrides/config/tconstruct-common.toml @@ -20,7 +20,7 @@ #Makes the recipe to alloy netherite in the smeltery only cost 2 gold per netherite ingot. If false uses the vanilla rate of 4 gold per ingot. Disable if there are crafting duplications. cheaperNetheriteAlloy = true #Makes wither skeletons drop necrotic bones - witherBoneDrop = true + witherBoneDrop = false #Slimeballs not being usable in vanilla recipes that require slimeballs. Config option exists to disable easily in case this fix is redundant to another mod slimeRecipeFix = true #Fixes clear glass not being usable in vanilla recipes that require glass. Config option exists to disable easily in case this fix is redundant to another mod