Time Nick Message 03:18 technomancy are there helper functions to generate formspec strings from tables? 03:19 [MatrxMT] not in the engine really no, that's in the direction of using a library or at least something basic like string.format 03:20 technomancy huh 03:20 technomancy seems like basically everyone writing formspecs would be better off expressing them as tables tho 03:21 [MatrxMT] well it's strings that you have to send to the C++ side, so it's just different ways to get there in the end 03:22 technomancy surely no one enjoys writing formspecs as strings =) 03:24 [MatrxMT] you'll probably like this https://content.luanti.org/packages/luk3yx/flow/ 03:26 technomancy I mean I can write one; it's just odd not to have it provided when it's something every formspec user would want 03:26 [MatrxMT] Luanti is a bit different from Roblox or Garry's Mod, probably necessarily because of its open source nature. The standard library is pretty small 03:27 user333_ this comment on that mod sums up formspecs: https://content.luanti.org/threads/11994/#reply-49574 03:30 [MatrxMT] github.com/luanti-org/luanti/issues/6527 21:36 [MatrxMT] ROllerozxa : new MC2MT fork dropped, can probably upstream some of it https://forum.luanti.org/viewtopic.php?p=452247#p452247