What's the difference between Optifine HD A2 and Optifine HD A besides the sun/moon/stars on short and tiny thing for A2? Or is that the only difference? Will one of them give a higher fps boost?
This is confused
What Version do i need for higher fps? there are so many
You mean what "edition." And, each edition offers general performance improvements with possible FPS gains. But, there are many other factors to consider. Try each one separately based on the options you want and what your system can handle. Experiment with the settings based on your personal preferences (aesthetics versus performance).
You put your Minecraft username in the donation thing when you donate. near the last part of donating there is a text box where you enter in your username, lol. I doubt post it here would help, lol.
I have 1.2.4 A2 installed along with the Millenaire mod, and I can't climb ladders. When I get on a multiplayer server, I can fall all the way down the ladder and not take any damage, it's really weird.
Or rather finish it, and let us all play it until they release 1.2.5, since it's 99.99%
Alas, I will stop at 1.2.4 and not update MC until 1.3. Mojang is really annoying with official releases instead of snapshots every week or so.
I like when the did pre-releases better, but the pre-releases sent mod makers into paranoia and no one wanted to make mods for the current release when they didn't know when the next update was going to come with the pre's rolling out 2-3 times a week.
Has anyone else had a bug with the signs on Optifine 1.2.4 Preview? They keep flashing to black... Not sure if it's a problem on Minecraft's end though.
No, Optifine is just in a horrendous state right now compared to what it can be- Bug free with support for everything that MCPatcher does.
Has anyone else had a bug with the signs on Optifine 1.2.4 Preview? They keep flashing to black... Not sure if it's a problem on Minecraft's end though.
I'm not sure if this has been pointed out before, but the original text hasn't been changed either way... So I'd like to point out that your Mac OSX installation instructions are wrong as you have to delete everything that has "MOJANG_C" as a base name in META-INF. It is easier to do the mac install via terminal in fact. With the command "
cd ~
mkdir minecraft\ jar
cd minecraft\ jar
jar xf ~/Library/Application\ Support/minecraft/bin/minecraft.jar
open ./
{folder minecraft jar will now have all the files of your actual minecraft.jar in it. Copy mod files into folder now. then run next part}
rm META-INF/MOJANG_C.*
jar uf ~/Library/Application\ Support/minecraft/bin/minecraft.jar ./
cd ..
rm -rf minecraft\ jar
You mean what "edition." And, each edition offers general performance improvements with possible FPS gains. But, there are many other factors to consider. Try each one separately based on the options you want and what your system can handle. Experiment with the settings based on your personal preferences (aesthetics versus performance).
Hope you keep up the good work
You put your Minecraft username in the donation thing when you donate. near the last part of donating there is a text box where you enter in your username, lol. I doubt post it here would help, lol.
What's the problem?
And aww. 1.2.5 is coming out. Now work on 1.2.5! It's especially for modders!
removed
removed
What else are you going to do? You will wait.
I just took the Minecraft Noob test! Check out what I scored. Think you can beat me?!
To take the test, check out
https://minecraftnoobtest.com/test.php
Don't click this link, HE is haunting it...
Same issue with Better Than Wolves 3.58 for me.
Does the same thing happen with vines for you guys? I'm just wondering I don't use any mods other than optifine.
Just saying.
Alas, I will stop at 1.2.4 and not update MC until 1.3. Mojang is really annoying with official releases instead of snapshots every week or so.
I like when the did pre-releases better, but the pre-releases sent mod makers into paranoia and no one wanted to make mods for the current release when they didn't know when the next update was going to come with the pre's rolling out 2-3 times a week.
Instead of "return var4 == Block.ladder.blockID || var4 == Block.vine.blockID;"
there is
"return Block.blocksList[var4] != null && Block.blocksList[var4].isLadder(worldObj, var1, var2, var3);"
This basically is making OptiFine depend on Forge for something to work now. Really it would have been easier for them to add
"return ( Block.blocksList[var4] != null && Block.blocksList[var4].isLadder(worldObj, var1, var2, var3) ) || ( var4 == Block.ladder.blockID || var4 == Block.vine.blockID );"
This would avoid an unnecessary patch to BlockLadder and BlockVine. -.- People be stupid.
No, Optifine is just in a horrendous state right now compared to what it can be- Bug free with support for everything that MCPatcher does.
This has been a bug since 1.8 I think.
mkdir minecraft\ jar
cd minecraft\ jar
jar xf ~/Library/Application\ Support/minecraft/bin/minecraft.jar
open ./
{folder minecraft jar will now have all the files of your actual minecraft.jar in it. Copy mod files into folder now. then run next part}
rm META-INF/MOJANG_C.*
jar uf ~/Library/Application\ Support/minecraft/bin/minecraft.jar ./
cd ..
rm -rf minecraft\ jar