You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.)
The text was updated successfully, but these errors were encountered:
I don't think these should be implemented now (too big of a change too late into the event), but maybe for next time?
/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.FIXED
).Thinking about some needs that come up time and time again across various build servers:
/data
permissions.The text was updated successfully, but these errors were encountered: