
[BUG] Raw ores should be tagged `forge:raw_materials` not `forge:ores` in 1.18.2
fengshuo2004 opened this issue · 0 comments
Is there an existing issue for this?
- I have searched the existing issues
Current Behavior
Yes I understand support for 1.18.2 has probably been dropped, but please backport this existing fix from 1.19.x to 1.18.2 as it fixes major ore unification issues for those using Almost Unified. Thank you.
The 1.18.2 Ex Nihilo tags raw ores as forge:ores/XXX
, for example raw lead:
But all other mods tags their raw ores as forge:raw_materials/XXX
, for example Thernal Series does this:
The 1.19.x Ex Nihilo tags them correctly though. But for 1.18.2, this proves to be a problem when Almost Unified is used:
It replaced the output of the recipe to Thermal's lead ore block based on the incorrect tag.
Expected Behavior
Raw ores should be tagged forge:raw_materials
not forge:ores
.
For example raw lead should be tagged forge:raw_materials/lead
.
Steps to Reproduce
Install Almost Unified along with this mod and other mods that provides raw ores.
Minecraft Version
1.19.X
Forge Version
40.2.10
Ex Nihilo: Sequentia Version
20230528-221633
Additional Context
No response
Log File
N/A