Create

Create

86M Downloads

Crushing Recipe Inconsistencies for Ores

Feathercrown opened this issue ยท 0 comments

commented

Describe the Suggestion

The crushing wheel recipes for ores have some minor weirdness:

  • Deepslate Coal Ore gives 1.75 coal items when crushed, which is the same as normal Coal Ore and is inconsistent with all the other 1-item-drop ores, which are boosted to 2.25 items when crushed in their deepslate forms.
  • There's no recipe for crushing Gilded Blackstone. It's a bit of a weird block, dropping itself or 2-5 gold nuggets, which is unaffected by fortune! Given that nether gold ore drops 2-6 gold nuggets and gilded blackstone is rarer, copying the crushing recipe for nether gold ore seems reasonable (18 gold nuggets, 75% chance of an XP nugget, and 12% chance of a blackstone block).
  • That being said, nether gold ore itself is a strange crushing recipe, more than doubling the average amount of nuggets gained from using Fortune III. This is cool and I think it should stay but I wanted to note it in case this wasn't known.

TL;DR, suggestions:

  • Change the recipe for crushing deepslate coal ore to give 2.25 coal items instead of 1.75
  • Add a recipe for crushing gilded blackstone into 18 gold nuggets, 75% chance of an XP nugget, and 12% chance of a blackstone block

Screenshots and Videos

No response

Additional Context

Spreadsheet of item+xp values for Fortune III and Silk Touch enchantments when used with the crushing wheel, it's what made me notice this stuff.
Create Mod Ore Math.xlsx

Relevant area of the code:

DEEP_COAL_ORE = deepslateOre(() -> Items.DEEPSLATE_COAL_ORE, () -> Items.COAL, 1.75f, 250),