OpenMods / OpenPeripheral

https://openmods.info
MIT License
67 stars 25 forks source link

enhancement NBT Reading #107

Closed Deathlymad closed 10 years ago

Deathlymad commented 10 years ago

I would be really happy if you would have the possibility to read the NBT data out of Item stacks. this would be useful for example for enchanted book. I tried it myself several times but i failed.

deathlymad

boq commented 10 years ago

OP already returns enchantment data for enchanted items and books (in element ench). We probably will never implement access to raw NBT data, since it's just too low level.

Deathlymad commented 10 years ago

Thank you for your anwser.