Botania

Botania

133M Downloads

pure daisy appears to have issues with metadata

dualinfinities opened this issue ยท 6 comments

commented

specifically, it appears not to distinguish between the different meta values, converting all blocks of that id. this is an issue when using mods that use metadata for very different blocks.

commented

Using Oredict keys can get around this.

commented

Do you have a few examples of mods that have this problem, cuz I can't really think of a mod that adds blocks that can be converted by the pure daisy?

commented

We do add them, and I know for sure that oredict solves this problem (played around with this kind of thing when adding the recipes)

commented

So my understanding is that the op has a block (say id 597 and meta data 123) that should be transformed by the pure daisy. He also has another block (say id 597 and meta data 529) that should not be transformed. But it is being transformed. Is this right?

Ore dictionary would work except that maybe he does not want the first block treated like something else.

commented

that is precisely the problem. fortunately in my case oredicting the block was a suitable solution, but other people may find it is not.

commented

The Pure Daisy uses the Ore Dictionary to map which blocks are which. Please contact the mod authors of the problematic mods to add the relevant keys to all relevant metadata values of their blocks.