Botania Unofficial

Botania Unofficial

794k Downloads

Botania and BoP clash in latest update?

McJty opened this issue ยท 4 comments

commented

I updated Botania unofficial and got this when opening a chest containing saplings:

https://bpaste.net/show/72fe5152f61e

commented

Specifically the issue is that the stack's metadata is set to 32767. I think I can fix this, I was the one who caused it :P

commented

That isn't a strange implementation in the slightest.

commented

ItemMultiTexture#getMetadata goes as such:

    public int getMetadata(int damage)
    {
        return damage;
    }

Hard to say it's strange when vanilla does it :P