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

Small changes to client (Minecraft Commons or Minecraft Basics) #310

Closed
RepeatGitHub opened this issue Jun 14, 2022 · 4 comments
Closed

Comments

@RepeatGitHub
Copy link

RepeatGitHub commented Jun 14, 2022

It's crazy to think that I could connect to a Minecraft server through a web browser, and I love how this project does that so well! However, there's a few small things that could be cool to see implemented:

  • Inventory/Hotbar (I bet a ton of ppl ask this already, but it's a big thing)
  • Being able to see dropped items and/or items that other players are holding
  • Entity mapping issues (Cow is good, but mobs like pigs/sheep have their textures mapped to the wrong parts of their model)
  • Camera changes (Making client-side camera move downwards when crouching, maybe also having screen turn a bit red temporarily after taking damage)
  • Texture/hitbox fixes (Dark Oak Logs look like Acacia Logs, able to fly 1/2 block by standing on certain slabs, etc.)
  • Make entities turn red temporarily after being losing health

Again, love the project, keep going with it man!

@RepeatGitHub RepeatGitHub changed the title Small changes to client (Minecraft Commons) Small changes to client (Minecraft Commons or Minecraft Basics) Jun 14, 2022
@AwesomestCode
Copy link
Member

AwesomestCode commented Jun 14, 2022

PRs are always welcome.

Hotbar is already implemented, inventory mostly works in PR #301 but there’s some issues preventing it from being merged.

Dropped items is just a models issue, shouldn’t be absurdly hard to fix but there’s just a lot of features that need to be fixed and little time to work on them.

Same story with mapping; just a lot of manual labour that is low priority.

Camera is tracked by #92 and #258.

Same story with the last two; no time to work on it.

If you do have the time and find the issues important, please do submit a PR! It’s just that contributors often don’t have time to work on it.

Also, in the future, could you open individual issues for each feature? That would help a lot with tracking progress

@RepeatGitHub
Copy link
Author

Ah, okay! I'll be sure to open separate issues for each feature in the future!
Also, for the hotbar, for some reason it doesn't work for me until after I die once, should I make an issue for that?

@AwesomestCode
Copy link
Member

That’s definitely a bug, but dying in general is not recommended right now since it’s really buggy all around.

@RepeatGitHub
Copy link
Author

Alright, I'll go make an issue for that bug then

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants