mt-mods / travelnet

Network of teleporter-boxes that allows easy travelling to other boxes on the same network. (Mod for Minetest)
https://content.minetest.net/packages/mt-mods/travelnet/
GNU General Public License v3.0
7 stars 12 forks source link

The formspec looks extremely cramped - why? #53

Open oversword opened 2 years ago

oversword commented 2 years ago

The formspec currently looks like this to me: image

It looks very cramped up there in the top right, especially since I added the repair button https://github.com/mt-mods/travelnet/pull/52

However it still looked bad before I made the change, and looked bad on the live server (BlS) before making any of the recent updates - basically on the Sokomine version + a few bugfixes.

Happy to do a fix soon if we can all agree I'm not crazy and / or stupid x)

wsor4035 commented 2 years ago

can verify your not crazy, additionally it appears that this uses formspec v1, should really upgrade to at least v2 for real cords. anyone needing v1 support can use fs51

S-S-X commented 2 years ago

So far basic v4 formspecs I've seen been somewhat usable with all 5.x clients. There's no very big changes from v2 and I think bumping up version directly to v4 is better for overall development and moving forward.