matcracker / BlocksConverter

A PocketMine-MP plugin allows you to convert Minecraft PC maps to MCPE/Bedrock maps or vice-versa.
GNU General Public License v3.0
46 stars 11 forks source link

Java 1.13+ worlds are not supported #14

Open eqMFqfFd opened 3 years ago

eqMFqfFd commented 3 years ago

Worlds that are newer than Java 1.13 are not supported because of the error that this PR would fix: https://github.com/pmmp/NBT/pull/36

eqMFqfFd commented 3 years ago

Adding up, in a 1.8 world, the conversion didn't fix any wrong block states.

matcracker commented 3 years ago

Are you sure of the version? If I remember correctly, the tag should have been added in version 1.13+

matcracker commented 3 years ago

This issue confirm my sentence https://github.com/pmmp/NBT/issues/35