I want to change my minecraft name to be able to connect offline with friends on a mac and I am doing so at the moment with this command:
#!/bin/bash
cd ~/Library/Application\ Support/minecraft
- Djava.library.path="bin/natives"
net.minecraft.client.Minecraft "YOURNAMEHERE"
It has been working fine but I have a texture pack that uses MCpatcher. It works fine when I go through the normal launcher but when I go through this command file, Some of the fundamental textures don't work. It's like it skips the patcher files! Now I tried my best with the little java coding knowledge I have but to no avail so I was wondering if someone could come up with another code that works with MCPatcher. I think all it's doing is missing a couple of class files but I could be wrong.
All help would be Greatly Appreciated
Thanks
