minecraft-dev / MinecraftDev

Plugin for IntelliJ IDEA that gives special support for Minecraft modding projects.
https://minecraftdev.org/
GNU Lesser General Public License v3.0
1.52k stars 186 forks source link

feat: add bedrock nbt and leveldat support #2357

Open CoolLoong opened 3 months ago

CoolLoong commented 3 months ago

This PR adds support for Little Endian and Network Varint formatted NBT in Bedrock Edition. It also includes support for Bedrock Edition world .dat files. I'm not very familiar with Kotlin, so any suggestions for improvements are welcome.