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

Wishlist for later #11

Open
quat1024 opened this issue Aug 10, 2023 · 1 comment
Open

Wishlist for later #11

quat1024 opened this issue Aug 10, 2023 · 1 comment
Labels
enhancement New feature or request

Comments

@quat1024
Copy link

quat1024 commented Aug 10, 2023

I don't think these should be implemented now (too big of a change too late into the event), but maybe for next time?

  • Rethink the mailbox. I like the idea of sending private messages to players while they're offline and the diegetic interface is kind of cute, but I think it makes more sense to have a /mail command that sends a message to a specific person or people (instead of a specific coordinate with a mailbox on it), and then show messages on login, or with a /mail check command. Or it can be removed.
  • Maybe - remove the rotation blockstate on the Item Display Block and Text Block, and convert it to NBT. The blockstate is not necessary since these blocks render everything with block entity renderers anyway. It leads to complexity where all the properties except for rotation are stored in the nbt, so sometimes you have to mess with the blockstate instead of just the nbt, and blehhh
  • Some sort of rotation offset for the Item Display Block. Sometimes I don't want the item to face directly at the player because the angle is weird, but I don't want the item to be totally stationary either. It might also be nice to select different display contexts too (not just FIXED).
  • Something that looks like an arrow, where you're able to customize the direction and color to some degree. Currently I've been putting the Gravity Changer API arrows inside Item Display Blocks.

Thinking about some needs that come up time and time again across various build servers:

  • A way to access the vanilla container locking system without needing /data permissions.
  • A source of infinite items and/or a trash can. Infinite droppers and dispensers.
  • A chest where players can open it and look around, but they actually copy each item they take from the chest instead of removing them. (it's like having a bunch of item display blocks in a small area.)
@sisby-folk
Copy link

Updates on this:

  • Mailbox is removed
  • No changes to rotation
  • Item display rotation options are now LOCKED, TRACKING, HORIZONTAL, BILLBOARD - i think that covers it?
  • No plans for the item buffet block yet (I guess it makes sense for like, dyable stuff you wanna show lots of variants of?)
    • If anyone is sold on this or has a design, feel free to file a fresh issue for it!

Other stuff has been given their own issues

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

No branches or pull requests

3 participants