Remove wither bone drops as they are obliterated
This commit is contained in:
parent
7aacfdd765
commit
cd416cffc1
|
|
@ -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.
|
#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
|
cheaperNetheriteAlloy = true
|
||||||
#Makes wither skeletons drop necrotic bones
|
#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
|
#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
|
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
|
#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
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue