[BUG] GC Moon Blocks are being seen as ores
ReclipseTheOne opened this issue ยท 4 comments
GT sees Moon Turf/Dirt/Rock (Galacticraft) as copper ore even though the blocks don't have any OreDict tags.
This is a known issue. Blame Minecraft and forge for not providing proper blockstate -> item conversion methods. Blame GC for putting ores and non ores into the same block. Blame GT for not even trying to handle it properly
How it works is, we get the block at certain position, convert to an item try get a ore prefix from it. If the name of the prefix starts with ore
it is considered an ore. The issue happens in the blockstate to item conversion.