Pokechu22 / Burger

A simple tool for picking out information from the minecraft JARs, primarily useful for developers.
https://b.wiki.vg
MIT License
83 stars 15 forks source link

Entity and Block Entity NBT #12

Open gentlegiantJGC opened 5 years ago

gentlegiantJGC commented 5 years ago

Is there any way the entity and block entity support could be extended to extract the default NBT values. It would be very useful to programmatically extract this information.

I have had a bit of a look but it is all rather difficult to understand (I have knowledge of python but not java)

Looking through the disassembled code it might be possible if you trace back the extension declarations and scrape each file but I think it is a bit above my level.