minetest-mods / skinsdb

Player skin mod, supporting unified_inventory, sfinv and smart_inventory
28 stars 41 forks source link

unified_inventory does not support private skins #3

Closed bell07 closed 6 years ago

bell07 commented 6 years ago

The UE integration differs to the sfinv or smart_inventory integration because the inventory is stateless and does usually pre-generate page formspecs by design. Therefore the UE does not support the private skins because different per-player pages required.

Some points already discussed in https://github.com/minetest-mods/skinsdb/issues/1