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

Feature Request: Signs #49

Open
W1THRD opened this issue Jul 8, 2020 · 1 comment
Open

Feature Request: Signs #49

W1THRD opened this issue Jul 8, 2020 · 1 comment

Comments

@W1THRD
Copy link

W1THRD commented Jul 8, 2020

Wouldn't it be cool if players would be able to place signs?
How to use:

  • Right-click to place sign
  • Control+click to edit sign text
  • Left-click to destroy sign

Thanks,
Witherman17

@cymno
Copy link

cymno commented Nov 13, 2020

Feel free to add it. For the text rendering you could reuse the player nametags. You could have a list of signs and loop over them while rendering like over the players.
If you want to save the signs over multiple sessions you have to modify the save structure. Currently only the block type is saved, a single letter per block (a for air, c for dirt, d for wood etc.). There is no support for TileEntities like signs (compare with Minecraft's complex save structure). For now the easiest way might be to keep the current world file, and just serialize the sign entity list to some entities.json

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