TheLMiffy1111 / JAOPCA

A mod that aims to add ore processing compatibilty to many mods. Inspired by AOBD.
MIT License
40 stars 35 forks source link

[1.18.1] [Suggestion] Add Create Crushing compatibility with Raw Ores and Raw Ore Blocks #220

Closed ffuentesm closed 2 years ago

ffuentesm commented 2 years ago

For now, both Crushing and Milling recipes use the Ore black that can only be acquired via Silk Touch now in 1.18. So I suggest to add the Raw ore version of the recipes to gain access to the crushed ore variants.

TheLMiffy1111 commented 2 years ago

Which crushing and which milling?

ffuentesm commented 2 years ago

Most are Crushing Wheel, only things that is millstone are bricks, clay, and non Ore/obsidian equivalent image

TheLMiffy1111 commented 2 years ago

This is already a feature. JAOPCA assumes that raw material tags follow the new forge convention.

ffuentesm commented 2 years ago

Is not implemented, it only works with Ore blocks, not Raw ores image

Raw Ore and Raw Ore Blocks have different Forge Tags image image

TheLMiffy1111 commented 2 years ago

JAOPCA expects forge:raw_materials/<material name> which is the current forge convention and not forge:raw_ores/<material name> which AllTheOres uses, and assumes that the raw block does not exist if there is no tag with the former name. There will be no changes to this. You might want to report to AllTheOres instead.

image