A cleaner, simpler solution to having an advanced inventory in Minetest.
This mod was written for Capture the Flag, then improved and is now included as part of Minetest Game. If your game already has it, you don't need to install it as a mod.
For some reason, I can't get this to show up in 0.4.17.1 it doesn't show any of the tabs at all. I made sure to check the mod was installed and enabled, but no joy. I did a fresh install from the AUR and copied and pasted the mod right in (although shortening the name of the folder to get rid of the numbers).
Doesn't look like anyone else is having issues, but I certainly was.
Forgot my old username/email, it's been a number of years please bear with. Stats: OS: Manjaro Linux; Using minetest-git via AUR
I haven't changed the code for fromspecs in sfinv and I don't find any code that suppresses the formspec prepend or changes it. What do I miss?
I found the reason. The listcolors I set in the prepended formspec is changed by creative to "listcolors[#00000069;#5A5A5A;#141318;#30434C;#FFF]".
I removed it, now the inventory looks as expected.