sylvxa / sswaystones

Polymer-based server side Waystone mod.
MIT License
2 stars 1 forks source link

Use blocks under the waystone as an optional display in chest gui #3

Closed noiverre closed 4 weeks ago

noiverre commented 1 month ago

One player are having too many waystones, they said it's kinda hard to find the correct waystone to teleport to, although it's alphabetically sorted, the user must hover over a few of heads to find the correct waystone name

image This idea is more of a qol enhancement, by adding a button switch in the boxed slot, it then can detect what block are placed under the waystone, and if the block is solid, it will return the block as the icon instead of player heads, if non-solid blocks are detected then it will fall back into player head

By having this, player at least can modify blocks under waystones to indicate a specific teleport, for example an Enderman farm waystone can have an End Stone as the icon, while a Storage waystone can have a Barrel as the icon

sylvxa commented 1 month ago

This is a great suggestion! Though, I may just implement an icon menu rather than using the block underneath. This is on my task list and i'll work on it when I have the time.

sylvxa commented 1 month ago

Hey! This is implemented for the most part in 0456b26, needs more testing and documentation but should be good! If you are eager, you can compile from source.

noiverre commented 1 month ago

Hey, I just have the chance to test it now, from simple test using three blocks, apparently everything works fine image image image image image

It works across dimension too (overworld and nether), didn't test with end or unloaded chunks but should be fine

Edit: I tested with item and it works fine image

Edit 2: Apparently player head skins are missing, a minor inconvenience, doesn't matter image

sylvxa commented 4 weeks ago

Good catch! The player head issue should be fixed in 3957432 (or 1.1.1).