GregTech CE Unofficial

GregTech CE Unofficial

412k Downloads

[BUG] GC Moon Blocks are being seen as ores

ReclipseTheOne opened this issue ยท 4 comments

commented

GT sees Moon Turf/Dirt/Rock (Galacticraft) as copper ore even though the blocks don't have any OreDict tags.

commented

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

commented

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.

commented

More exactly as copper ore :(

commented

You will have to be more specific