Remove wither bone drops as they are obliterated

This commit is contained in:
Sergeant Acoustic 2025-09-06 22:43:38 +01:00
parent 7aacfdd765
commit cd416cffc1

View file

@ -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