ldtteam/Aequivaleo

No NBT support when using datagen

JaisDK opened this issue · 0 comments

Hi,

I don't know if NBT is meant to be supported but it's certainly not possible to use the supplied datagen for it.

This line of code will use the same filename for an item no matter what NBT it has. I don't know what the best solution is, maybe a way to supply the builder with a desired filename would be best?

https://github.com/ldtteam/Aequivaleo/blob/version/latest/src/main/java/com/ldtteam/aequivaleo/compound/container/itemstack/ItemStackContainer.java#L120