minetest-mods / skinsdb

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

Add uv wrapped 1.8 hand model #74

Closed ZyuzlyaevPavel closed 1 year ago

ZyuzlyaevPavel commented 1 year ago

This pull request adds support for first person hands for 1.8+ skins

bell07 commented 1 year ago

Skin format is set in skin metadata already. Pls. use if self:get_meta("format") == "1.8" then. The "is new" or "skin_format" parameter is not needed.

bell07 commented 1 year ago

Check say:

     skin_meta_api.lua:72:43: line contains trailing whitespace
    skin_meta_api.lua:228:1: inconsistent indentation (SPACE followed by TAB)