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
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
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.
The text was updated successfully, but these errors were encountered:
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 notBut 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.The text was updated successfully, but these errors were encountered: