Waila Harvestability

Waila Harvestability

55M Downloads

GregTech ores not showing correct harvest level

squeek502 opened this issue ยท 6 comments

commented

From IRC:

<SoundLogic> WAILIA harvestability lists them as harvistable and doesn't list a harvest level

commented
commented

Issue seems to be still live. Any idea what's causing it?

commented

I would assume GregTech uses it's own harvest level code rather than the Forge methods. Will need to look into it more.

commented

Much appreciated @Blood-Asp. Will add support when I get the chance.

commented

Thanks!

commented

Turned out to be simpler than I thought; GregTech implements all the Forge methods properly, there was just some code for handling disguised blocks that was getting in the way (where the ItemStack provided by Waila differs from the block in the world), causing the actual block's metadata to be discarded. Committing a fix now.