ldtteam / Aequivaleo

Analysis engine and mediator mod for analyzing recipes and equivalencies of items, blockstates and other game objects in minecraft.
GNU General Public License v3.0
5 stars 4 forks source link

No NBT support when using datagen #25

Open JaisDK opened 5 months ago

JaisDK commented 5 months ago

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