PowerNukkit / Java2Nukkit-World-Converter

Converts worlds from Minecraft 1.15.2+ Java Edition to the newest Nukkit MCA file format
MIT License
23 stars 6 forks source link

Add support to Java Edition 1.15.1 #84

Closed joserobjr closed 4 years ago

joserobjr commented 4 years ago

Is your feature request related to a problem? Please describe. Minecraft 1.15.1 is out, it added a few blocks and items and changed how the biomes are stored in the chunk format.

Describe the solution you'd like Blocks:

Items:

Entities:

Describe alternatives you've considered Since Nukkit doesn't support blocks with high id and neither the new items, this remaps should be added: Blocks:

Items:

joserobjr commented 4 years ago

Waiting this to continue https://github.com/GameModsBR/Nukkit/issues/99 . I'm going to make it create a NukkitX's compatible world format by default and an option to create a world using the GameModsBr's world format, which support all new blocks.

joserobjr commented 4 years ago

I'm going to make it create a NukkitX's compatible world format by default and an option to create a world using the GameModsBr's world format, which support all new blocks.

This will go in an other issue