How to even load local skins?
Closed this issue · 5 comments
I can't find any proper documentation on how to do it. All i have done is added a local host, and i've put my skin's png into the .minecraft/config/openmcskins/local/
directory. And all it did was load in some other skin that looks like a guy with a big moustache, in an armour (seems like a FALLBACK skin). Am i missing something here?
I use fabric loader, and MC version is 1.20.4
config file:
cacheTextures = true
verboseLogs = false
refreshOnConfigSave = true
loaderTimeout = 2.0
uuidMode = "OFFLINE"
[[hosts]]
type = "LOCAL"
[hosts.properties]
directory = "#{configDir}/openmcskins/local"
[[hosts]]
type = "MOJANG"
[[hosts]]
type = "FALLBACK"
@zatrit I don't have any folder in any of those names (textures, metadata). I don't even have the skins folder
can u be more elaborate on the folder structure?
You can create them manually, but as soon as it becomes possible to work on the mod, I will implement their automatic creation
ok nvm, i have to restart minecraft for it to be gone
now its working good