Hey, I made a quick explanation of Minecraft UUID auth system implemented in 1.7.
If you're interested in how it works, read further.
Permanent link:
bit.ly/minecraftuuid
And for custom entity properties I think you need this:
http://www.minecraftforum.net/forums/mapping-and-modding/mapping-and-modding-tutorials/1571567-1-7-2-1-6-4-eventhandler-and
I didn't deal with custom data in custom entities but it works with EntityPlayer
It's not exactly true.
Any power of 2 works. I think 8x8 even, because people make resource packs with this resolution.
So...
2x2, 4x4, 8x8, 16x16, 32x32, 64x64, 128x128, 256x256, 512x512, (this resolutions may hurt client's perfomance), (this isn't possible), (you can't imagine this), , (no "profit" here)
Any square texture works although you're encouraged to use 16x16 or some multiple thereof.
Hello, everyone!
I had a problem:
I use java 7 feature (String in switch) in my Minecraft mod. It's OK when i'm running it in Eclipse but when I compile it throws an error.
If you have the same problem, don't worry I found a solution:
1. Open mcp/conf/mcp.cfg file
2. Change "-source 1.6 -target 1.6" in line 160 to "-source 1.7 -target 1.7".
3. Run "recompile"
I posted this because I didn't find solution on forums and probably it'll help someone.
~CatDany~
P.S. Sorry for my bad English.
2 replies
Important Information
By using this site, you agree to our Terms of Use.