stujones11 / minetest-3d_armor

Visible player armor & wielded items for minetest
Other
56 stars 98 forks source link

return the png suffix in get_player_skin #110

Closed bell07 closed 7 years ago

bell07 commented 7 years ago

The armor.get_player_skin() can be redefined in other mods to provide the more complex textures logic. To be proper it should return the full texture string. At usage the "*.png" should not be enforced on apply

stujones11 commented 7 years ago

Yes, this is already done in the multiskin branch so may as well be added. Will likely merge tomorrow when I have access to my real computer, I just need to be sure it does not break compat with other mods.