-
-
Notifications
You must be signed in to change notification settings - Fork 41
FAQ
This section is dedicated to frequently asked questions and also a list of known bugs.
If you run into other problems, which aren't described here, make sure to let me know.
I cannot make my skin appear on my actor. They're black and purple. I'm using Minecraft 1.11.2
. Help?
If you're using Blockbuster for Minecraft 1.11.2
, then you need to rename your skins to lowercase. Minecraft code that is responsible for mapping the texture location lowercases the path to the texture, thus converting path from skins/MySkin.png
to skins/myskin.png
which isn't exist.
Simply rename all of your skins to lowercase names. AlfredTheBUTTLER.png
should be renamed to alfredthebuttler.png
.
I guess, You put your skin into wrong skins folder. 64 by 64 pixels skins go to alex/skins
. 64 by 32 pixels skins to got steve/skins
.
It might be either a bug, or incorrect version of Metamorph. Before submitting a bug report, make sure you're using the correct version of Metamorph with Blockbuster mod.
To check out which version of Metamorph you need, check the change log on GitHub or extract blockbuster.jar
(using any unzip app/program) and open file CHANGELOG.md
with a text editor.