Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support to Java Edition 1.15.1 #84

Closed
17 tasks done
joserobjr opened this issue Dec 20, 2019 · 2 comments
Closed
17 tasks done

Add support to Java Edition 1.15.1 #84

joserobjr opened this issue Dec 20, 2019 · 2 comments
Assignees
Labels
Resolution: resolved The issue has been addressed or the request has been accepted Type: enhancement New feature or request
Milestone

Comments

@joserobjr
Copy link
Member

joserobjr commented Dec 20, 2019

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:

  • Map the power state from bells
  • Map bee_nest
  • Map bee_nest rotation and honey level
  • Map beehive
  • Map beehive rotation and honey level
  • Map honey_block (with correct ID)
  • Map honeycomb_block (with correct ID)

Items:

  • Map bee_spawn_egg
  • Map honeycomb (with correct ID)
  • Map honey_bottle (with correct ID)

Entities:

  • Map bees

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:

  • Erase bee_nest from the world (it's a natural block hanging on natural trees, an air replacement should be fine)
  • Remap beehive to oak_planks (player made block, so a wall of it should still be a wall)
  • Remap honey_block to slime_block (they are similar, not in color)
  • Remap honeycomb_block to yellow_glazed_terracotta (they are similar in color)

Items:

  • Preserve honeycomb as honeycomb (Nukkit doesn't support it officially, but can still display it if we use the right item id)
  • Remap honey_bottle to mushroom_stew (the closest food in functionality)
@joserobjr joserobjr added the Type: enhancement New feature or request label Dec 20, 2019
@joserobjr joserobjr added this to the v3.0.0 milestone Dec 20, 2019
@joserobjr joserobjr self-assigned this Dec 20, 2019
joserobjr added a commit that referenced this issue Dec 20, 2019
@joserobjr
Copy link
Member Author

joserobjr commented Jan 20, 2020

Waiting this to continue PowerNukkit/PowerNukkit#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 joserobjr added the Resolution: resolved The issue has been addressed or the request has been accepted label Jan 25, 2020
@joserobjr
Copy link
Member Author

joserobjr commented Jan 25, 2020

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Resolution: resolved The issue has been addressed or the request has been accepted Type: enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant