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
diff --git a/skin_meta_api.lua b/skin_meta_api.lua
index 1ce04ed..a6e7fc5 100644
--- a/skin_meta_api.lua+++ b/skin_meta_api.lua@@ -94,7 +94,12 @@ function skin_class:get_preview()
return self._preview
end
- local player_skin = "("..self:get_texture()..")"+ local player_skin+ if self:get_meta("format") == "1.8" then+ player_skin = "\\("..self:get_texture().."\\^\\[resize\\:64x64\\)"+ else+ player_skin = "\\("..self:get_texture().."\\^\\[resize\\:64x32\\)"+ end
local skin = ""
-- Consistent on both sizes:
64x64 resolution skins generated preview looks fine, but not for 128x128
The text was updated successfully, but these errors were encountered: