Skin Swapper

Skin Swapper

373k Downloads

This mod uses backslashes

YTG1234 opened this issue ยท 2 comments

commented

This mod uses backslashes for directories (Windows-style), which makes it... well... not work on Linux or Unix based systems. Please use Java's built-in path utilities instead of \\.

Files where it's present:

  • net/skinchange/changeskin/skinChange.java, line 32
  • net/skinchange/mixin/MinecraftClientMixin.java, line 21
  • net/skinchange/main.java, line 12
  • net/skinchange/main.java, line 15
  • net/skinchange/gui/DownloadScreen.java, line 106
  • net/skinchange/gui/SkinScreen.java, line 40
commented

Additional note: NAME YOUR CLASSES WITH PascalCase PLEASE

commented

fixed by #6 (I hope GitHub will understand this)