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

Game data #153

Closed
TheMode opened this issue Feb 25, 2021 · 2 comments
Closed

Game data #153

TheMode opened this issue Feb 25, 2021 · 2 comments
Assignees
Labels
enhancement New feature or request

Comments

@TheMode
Copy link
Member

TheMode commented Feb 25, 2021

The goal is to remove our dependency on prismarine minecraft-data and Mojang data generators.

It might also allow us to become registry-based instead of generating enums. Allowing users to create their own blocks, entities, etc... with a modded client.

Here is our wish list of fields to retrieve from the vanilla client.

Blocks

  • id
  • display name
  • hardness
  • bounding box information (even for complex shapes such as stairs)
  • id for every state
  • Block Entity namespace id
  • luminance (emitted light)
  • opacity (consumed light)

Entity types

  • id
  • display name
  • bounding box

Items

  • id
  • Max default stack size
  • Corresponding block

Map Colors

  • name
  • id
  • colorValue
@TheMode TheMode created this issue from a note in Features & Reworks (Maybe one day) Feb 25, 2021
@TheMode TheMode added the enhancement New feature or request label Feb 25, 2021
@jglrxavpok

This comment has been minimized.

@KrystilizeNevaDies KrystilizeNevaDies added this to Low priority in Issue Priority Mar 3, 2021
@Articdive Articdive mentioned this issue Apr 18, 2021
22 tasks
@TheMode TheMode linked a pull request Apr 18, 2021 that will close this issue
22 tasks
@Articdive
Copy link
Member

Now closed by #309

Issue Priority automation moved this from Low priority to Closed Jun 6, 2021
@TheMode TheMode moved this from Maybe one day to Done in Features & Reworks Jun 12, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Development

Successfully merging a pull request may close this issue.

3 participants