You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Handle _boots (etc) suffix for spacesuit (and moderator armor?) more gracefully than has been done for lavastuff gear, been getting enough lavastuff_boots.png spam...
(Specifically referring to register_alias in minetest-mods/lavastuff@d9b5171 being insufficient for handling existing items in bags etc)
Might need to read register_armor implementation, both "old" and "new" versions given that the commit was "Update to work with newer 3d_armor"
Although unified_inventory/bags.lua containing "dirty_meta" may be related too.
Huhhila
Have both old (was in bag) and new (was equiped) shield with me atm. Mithril chest agrees: "items":{{"metadata":"","count":1,"name":"lavastuff:shield","meta":{},"wear":0}}}
The text was updated successfully, but these errors were encountered:
Huhhila ; AceRichman
Handle _boots (etc) suffix for spacesuit (and moderator armor?) more gracefully than has been done for lavastuff gear, been getting enough lavastuff_boots.png spam...
(Specifically referring to register_alias in minetest-mods/lavastuff@d9b5171 being insufficient for handling existing items in bags etc)
Might need to read register_armor implementation, both "old" and "new" versions given that the commit was "Update to work with newer 3d_armor"
Although unified_inventory/bags.lua containing "dirty_meta" may be related too.
Textures are "assembled" at: https://github.com/minetest-mods/3d_armor/blob/8dcbc42525360d0037fe6ec3f56f0d12656d45e6/3d_armor/api.lua#L419-L427
Best guess is that somehow the item names are still the old ones, and that's why it's trying to use the old textures
Huhhila
Have both old (was in bag) and new (was equiped) shield with me atm. Mithril chest agrees: "items":{{"metadata":"","count":1,"name":"lavastuff:shield","meta":{},"wear":0}}}
The text was updated successfully, but these errors were encountered: