zardoy/prismarine-web-client
Do you want to work on this issue?
You can request for a bounty in order to promote it!
[Game UI] Implement command block UI #62
zardoy posted onGitHub
Like this one:
All the same buttons.
- toggle last output functionality
- block state buttons (impulse etc) change command block type only after done, and use column direction on mobile on small screen width
- display other loaded command blocks in chunks block entities via a dedicated button in the UI (possible on the top left corner of the screen). The list should have the following format:
X: 0, Y: 0, Z: 0 (0, 0, 0) "/say test" X/O
the list item row should take only one line. (0, 0, 0) - relative position from the current command block position. X/O - X if has previous output and O if not
- display other loaded command blocks in chunks block entities via a dedicated button in the UI (possible on the top left corner of the screen). The list should have the following format:
- But with the ability to turn command input into textarea like this (lets just use simple textarea to wrap all the text without limitation and display button on the left or right to go back into normal input mode):
After Done, the provider should use bot.setCommandBlock
API. Api for opening / getting data is not specified yet.