All the Mods 9 - ATM9

All the Mods 9 - ATM9

9M Downloads

[Bug]: Create crushing wheel not using the proper recipes for silk touched ore

JTormenta opened this issue ยท 0 comments

commented

Possible Fixes

Yes

Modpack Version

0.2.54

What happened?

image

I noticed that there was netherrack in my output chest and gold nuggets instead of ingots.
It would appear that when using the crushing wheel, it accepts all silk-touched ores with the tag forge:ores/[metal] for each recipe, not checking for which specific type of ore it uses.

image

It seems that with each stack thrown down the crushing wheel, it chooses one recipe. This means it produces either an expected result (for example, stone copper ore giving 5 crushed copper vs getting 10 crushed copper from sculk stone copper ore, which doesn't even exist). This gives you a range from 320 crushed copper to 640 crushed copper depending on the recipe it chooses. These recipes vary from Ad Astra, Deeper and Darker, and Vanilla ores.

For Redstone, the recipes are properly set up to take into account the different variations of the ore. Two examples here.
image
image

To fix this, I would propose...
-Remove the additional recipes that result from ores that simply do not exist
-Change the tag for recipes to forge:ores/[base material]/[metal], as that tag exists.
-Move crushable (via crushing wheel) Gregtech ores to their own recipes.

latest.log

No response

Developer reports

No response