1
0
ミラー元 https://github.com/minetest-mods/3d_armor.git 前回の同期 2025-10-31 21:05:22 +01:00

Use u_skins preview image as base for armor preview

このコミットが含まれているのは:
stujones11
2017-03-11 21:32:31 +00:00
コミット d826b53877

ファイルの表示

@@ -293,7 +293,7 @@ armor.get_player_skin = function(self, name)
end
armor.get_preview = function(self, name)
if skin_mod == "skins" then
if skin_mod == "u_skins" then
return armor:get_player_skin(name).."_preview.png"
end
end