Hey Guys, any confirmation about MCPatcher working on 1.4.2? I see the exe has been updated but I wonder if Random Mobs will work :S gotta test it and update meh post if I encounter bugs!
Help! I tried it with and without the zombie texture compatibility fix and checked and the texture pack I am using is fine, but all the zombies look horrible! their head texture is on their legs. This didn't happen until I updated to 1.4.
Get the latest version and a 1.4.2 compatible texture pack
So I am guessing there is a slight problem with the latest mcpatcher, correct ? I also tried to update it for 1.4 but my computer thinks it is a trojan and will not install.
No, there is a problem with your virus scanner. Either exclude MCPatcher or get an update of your virus scanner.
From my own testing just now, I've found out that the custom colors option screws up the game's fonts if you don't have HD fonts selected. I personally don't like the HD fonts (as they look like garbage), so anyone else out there using this buggy version of mcpatcher that comes across this font problem all you gotta do is disable custom colors if you want to leave HD fonts disabled and then the standard fonts work.
Well tested it and I enabled HD Textures, Random mobs, Connected Textures and Custom Colors. Those ones works!
Every option works with 1.4.2.
If Better Glass and HD Font is not working, may be an issue with the used texture pack (I use Misa's Texture Pack http://www.minecraft...et/topic/69354-).
If Better Skies is not working, may be an issue with the graphics card or cpu .
I think there may be some general problem with initial patching, rather than some of the options. I am just speculating that it may be a timing issue copying the current minecraft.jar to minecraft-1-4-2.jar, and before that is ready patching to minecraft.jar.
I too had a problem with black screen after initial patching of vanilla 1.4.2 using default mcpatcher options. When I unpatched it, and repatched it without Better Skies, then it worked with Dokucraft textures. But just to test if that was the issue, I just switched to default textures, unpatched and patched with Better Skies and everything works fine with Dokucraft. So Better Skies does not appear to be the issue, something just stumbled when mcpatcher tried to do the first patch. That may explain why simply unpatching and repatching seems to work for some people.
64-bit Ubuntu 12.04 Linux using openjdk-7 (actually openjdk-6 works fine too for minecraft or tekkit client and minecraft server. It is just one tekkit server mod that requires a Java 7 version).
Having issues with 1.4.2. It didn't copy the class files in package com.pclewis.mcpatcher to the jar, only the com.pclewis.mcpatcher.mod package was put in the jar.
EDIT: Unpatched and then patched again, and the files are there now. Still something that should be looked in to as to why I had to do that.
Having issues with 1.4.2. It didn't copy the class files in package com.pclewis.mcpatcher to the jar, only the com.pclewis.mcpatcher.mod package was put in the jar.
EDIT: Unpatched and then patched again, and the files are there now. Still something that should be looked in to as to why I had to do that.
Can you link me where I can download the patcher itself again? All links I seem to be led to keep pointing toward "download this installer or that installer".
Edited to add: I got (what I think) is the correct McPatcher, but I get a massive line of code and such, apparently some error involving "Exception in thread "main" java.lang.ClassFormatError: Illegal exception table range in class file com/pclewis/mcpatcher/ConstPoolUtils" (with a massive length of code and gibberish afterward).
Can you link me where I can download the patcher itself again? All links I seem to be led to keep pointing toward "download this installer or that installer".
Yes. Try using the Other Platforms (.jar) version instead. The .exe version of MCPatcher is the simply the .jar version wrapped in Launch4j, which is incidentally the same utility that Minecraft.exe uses.
I've started submitting MCPatcher to Norton for whitelisting. Frankly, this is a pain since I have to do it for each release, and it takes 2-3 days for them to respond. Even then users may not get the updated definitions for another day or two. Since I don't have Norton I can't tell if all this is even doing anyone any good. So I'm not going to keep doing it unless I hear that it is.
Having issues with 1.4.2. It didn't copy the class files in package com.pclewis.mcpatcher to the jar, only the com.pclewis.mcpatcher.mod package was put in the jar.
EDIT: Unpatched and then patched again, and the files are there now. Still something that should be looked in to as to why I had to do that.
I don't know what to make of this problem. It's appeared in some form all the way back to xau's original patcher, but in all that time I've never been able to reproduce it on any platform. Does MCPatcher think it added the files? After patching, the first few lines in the Patch Summary tab should look something like
Edited to add: I got (what I think) is the correct McPatcher, but I get a massive line of code and such, apparently some error involving "Exception in thread "main" java.lang.ClassFormatError: Illegal exception table range in class file com/pclewis/mcpatcher/ConstPoolUtils" (with a massive length of code and gibberish afterward).
Sounds like the file is corrupt. Download it again and check the md5sum against the value in the OP.
So, I suggest adding an option to change the default path for MCPatcher.
...
On a side note, I think this is currently incompatible with the latest forge build: 323.
Create a shortcut to the exe and add the command line option:
I think there may be some general problem with initial patching, rather than some of the options. I am just speculating that it may be a timing issue copying the current minecraft.jar to minecraft-1-4-2.jar, and before that is ready patching to minecraft.jar.
I too had a problem with black screen after initial patching of vanilla 1.4.2 using default mcpatcher options. When I unpatched it, and repatched it without Better Skies, then it worked with Dokucraft textures. But just to test if that was the issue, I just switched to default textures, unpatched and patched with Better Skies and everything works fine with Dokucraft. So Better Skies does not appear to be the issue, something just stumbled when mcpatcher tried to do the first patch. That may explain why simply unpatching and repatching seems to work for some people.
64-bit Ubuntu 12.04 Linux using openjdk-7 (actually openjdk-6 works fine too for minecraft or tekkit client and minecraft server. It is just one tekkit server mod that requires a Java 7 version).
Actually, at least for me, better skies kept me on the black screen, and when i disabled it, it worked.
I use Windows 7 btw.
I'm trying to implement biome-based mobs but I can't make it work. My first test is a "snow creeper", a texture only for snow/ice biomes. I have 4 creepers and want a possible fifth only at these biomes. This is my /mob/creeper.properties file:
If I understood the doc right, 'skins.1=1-5' defines which texture will be used on the follow rules, 'biomes.1=Taiga FrozenOcean FrozenRiver IcePlains IceMountains TaigaHills' are the rules for 'skins.1', and 'skins.2=1-4' are the textures for any other biome.
I expected the 4 original textures to be used anywhere and the all 5 at snow/ice, but only the 4 originals are spawning. It's like the mod only uses 'skins.2=1-4'. If the properties file is ignored, why the snow texture don't spawn anywhere?
Can anybody explain what am I doing wrong? Thanks.
Im having trouble with MCpatcher, trying to install forge. Every time I try it gives me an error and shuts down.
Here is the error log, I have no idea what any of it means. If anyone could help me out it would be greatly appreciated
MCPatcher version is 2.4.3_02
OS: Windows 7 6.1 amd64
JVM: Oracle Corporation 1.7.0_01 (64 bit)
Classpath: C:\Users\holly\Desktop\MCpatcher 1.4\mcpatcher-2.4.3_02.exe
Minecraft version is 1.4.2 (md5 771175c01778ea67395bc6919a5a9dc5)
Analyzing C:\Users\holly\AppData\Roaming\.minecraft\bin\minecraft-1.4.2.jar (1887 files)
GameSettings matches ard.class
GLAllocation matches aqk.class
createDirectByteBuffer matches c (I)Ljava/nio/ByteBuffer;
Minecraft matches net/minecraft/client/Minecraft.class
Minecraft matches net/minecraft/client/Minecraft.class
runGameLoop matches J ()V
startGame matches a ()V
Minecraft matches net/minecraft/client/Minecraft.class
runGameLoop matches J ()V
startGame matches a ()V
Minecraft matches net/minecraft/client/Minecraft.class
runGameLoop matches J ()V
startGame matches a ()V
Minecraft matches net/minecraft/client/Minecraft.class
Minecraft matches net/minecraft/client/Minecraft.class
runGameLoop matches J ()V
Minecraft matches net/minecraft/client/Minecraft.class
Minecraft matches net/minecraft/client/Minecraft.class
Minecraft matches net/minecraft/client/Minecraft.class
TexturePackList matches bcp.class
updateAvailableTexturePacks matches c ()V
TexturePackList matches bcp.class
updateAvailableTexturePacks matches c ()V
TexturePackDefault matches bcl.class
TexturePackDefault matches bcl.class
TexturePackBase matches bck.class
getInputStream matches a (Ljava/lang/String;)Ljava/io/InputStream;
TexturePackBase matches bck.class
getInputStream matches a (Ljava/lang/String;)Ljava/io/InputStream;
TexturePackFolder matches bcn.class
getInputStream matches a (Ljava/lang/String;)Ljava/io/InputStream;
TexturePackFolder matches bcn.class
getInputStream matches a (Ljava/lang/String;)Ljava/io/InputStream;
TexturePackCustom matches bcm.class
getInputStream matches a (Ljava/lang/String;)Ljava/io/InputStream;
TexturePackCustom matches bcm.class
getInputStream matches a (Ljava/lang/String;)Ljava/io/InputStream;
FontRenderer matches asb.class
<init> matches <init> (Lard;Ljava/lang/String;Lazc;Z)V
FontRenderer matches asb.class
renderString matches a (Ljava/lang/String;IIIZ)I
WorldServerMP matches awz.class
EntityDropParticleFX matches axm.class
onUpdate matches j_ ()V
EntityFX matches axw.class
EntityRainFX matches ayj.class
EntityBubbleFX matches axj.class
EntitySplashFX matches aye.class
EntityAuraFX matches ayg.class
EntitySuspendFX matches ayf.class
WorldServer matches axx.class
WorldServer matches axx.class
EntityPortalFX matches axz.class
EntityReddustFX matches aya.class
ItemRenderer matches ayx.class
ItemRenderer matches ayx.class
renderItem matches a (Lln;Ltv;I)V
RenderBlocks matches azd.class
renderStandardBlockWithAmbientOcclusion matches a (Lalf;IIIFFF)Z
renderStandardBlockWithColorMultiplier matches c (Lalf;IIIFFF)Z
RenderBlocks matches azd.class
renderBlockRedstoneWire matches i (Lalf;III)Z
renderBlockFallingSand matches a (Lalf;Lxe;IIII)V
renderBlockFluids matches p (Lalf;III)Z
RenderBlocks matches azd.class
renderBlockPane matches a (Lale;III)Z
renderStandardBlock matches q (Lalf;III)Z
RenderBlocks matches azd.class
renderStandardBlockWithAmbientOcclusion matches a (Lalf;IIIFFF)Z
EntityRenderer matches ayt.class
updateFogColor matches i (F)V
updateLightmap matches h (F)V
getNightVisionStrength1 matches a (Lqg;F)F
EntityRenderer matches ayt.class
disableLightmap matches a (D)V
renderWorld matches a (FJ)V
enableLightmap matches b (D)V
renderRainSnow matches d (F)V
Tessellator matches azb.class
draw matches a ()I
addVertexWithUV matches a (DDDDD)V
startDrawingQuads matches b ()V
addVertex matches a (DDD)V
startDrawing matches b (I)V
setTextureUV matches a (DD)V
Tessellator matches azb.class
draw matches a ()I
addVertexWithUV matches a (DDDDD)V
reset matches d ()V
startDrawingQuads matches b ()V
addVertex matches a (DDD)V
startDrawing matches b (I)V
setTextureUV matches a (DD)V
RenderEngine matches azc.class
deleteTexture matches a (I)V
RenderEngine matches azc.class
deleteTexture matches a (I)V
RenderEngine matches azc.class
deleteTexture matches a (I)V
updateDynamicTextures matches a ()V
refreshTextures matches b ()V
RenderEngine matches azc.class
RenderEngine matches azc.class
RenderGlobal matches ayy.class
renderSky matches a (F)V
renderClouds matches b (F)V
RenderGlobal matches ayy.class
renderSky matches a (F)V
RenderGlobal matches ayy.class
sortAndRender matches a (Lln;ID)I
loadRenderers matches a ()V
renderAllRenderLists matches a (ID)V
WorldRenderer matches ayp.class
updateRenderer matches a ()V
WorldRenderer matches ayp.class
updateRenderer matches a ()V
TileEntitySignRenderer matches bbv.class
renderTileSignEntityAt matches a (Lamj;DDDF)V
Render matches azx.class
RenderLiving matches bal.class
doRenderLiving matches a (Lln;DDDFF)V
RenderEnderman matches azv.class
RenderSnowman matches bav.class
doRenderLiving matches a (Lln;DDDFF)V
renderEquippedItems1 matches a (Lop;F)V
RenderMooshroom matches bam.class
doRenderLiving matches a (Lln;DDDFF)V
loadTexture matches a (Ljava/lang/String;)V
renderEquippedItems1 matches a (Lol;F)V
RenderWolf matches bbe.class
RenderXPOrb matches azy.class
render matches a (Llj;DDDFF)V
RenderSpider matches baw.class
Compass matches bbh.class
TextureFX matches bbi.class
onTick matches a ()V
FlowLava matches bbk.class
FlowWater matches bbn.class
Portal matches bbm.class
StillWater matches bbo.class
Watch matches bbg.class
StillLava matches bbl.class
Fire matches bbj.class
NBTTagCompound matches bh.class
Potion matches kw.class
setPotionName matches b (Ljava/lang/String;)Lkw;
Entity matches lb.class
setPositionAndRotation matches a (DDDFF)V
Entity matches lb.class
setPositionAndRotation matches a (DDDFF)V
EntityList matches lf.class
EntityLiving matches ln.class
setPositionAndRotation matches a (DDDFF)V
EntityLiving matches ln.class
setPositionAndRotation matches a (DDDFF)V
EntitySheep matches oo.class
ItemArmor matches sc.class
ItemDye matches tf.class
Item matches tt.class
getColorFromDamage matches a (Ltv;I)I
ItemSpawnerEgg matches ua.class
getItemNameIS matches j (Ltv;)Ljava/lang/String;
getColorFromDamage matches a (Ltv;I)I
ItemBlock matches uu.class
getColorFromDamage matches a (Ltv;I)I
PotionHelper matches vb.class
RecipesDyedArmor matches vi.class
ColorizerFoliage matches xa.class
World matches xe.class
getSkyColor matches a (Llb;F)Lamw;
getSunAngle matches b (F)F
World matches xe.class
getRainStrength matches j (F)F
IBlockAccess matches xo.class
IBlockAccess matches xo.class
IBlockAccess matches xo.class
IBlockAccess matches xo.class
BiomeGenBase matches xz.class
getTemperaturef matches j ()F
getRainfallf matches i ()F
setBiomeName matches a (Ljava/lang/String;)Lxz;
WorldChunkManager matches ye.class
BiomeGenSwamp matches yr.class
getTemperaturef matches j ()F
getRainfallf matches i ()F
setBiomeName matches a (Ljava/lang/String;)Lxz;
WorldProvider matches zr.class
getFogColor matches b (FF)Lamw;
WorldProviderHell matches zs.class
getFogColor matches b (FF)Lamw;
WorldProviderEnd matches zu.class
getFogColor matches b (FF)Lamw;
MapColor matches afi.class
BlockCauldron matches ahy.class
colorMultiplier matches b (Lxo;III)I
BlockGrass matches aiy.class
getBlockTexture matches d (Lxo;IIII)I
BlockLeaves matches aji.class
colorMultiplier matches b (Lxo;III)I
BlockFluid matches ajm.class
colorMultiplier matches b (Lxo;III)I
BlockMycelium matches ajv.class
getBlockTexture matches d (Lxo;IIII)I
BlockRedstoneWire matches akk.class
randomDisplayTick matches a (Lxe;IIILjava/util/Random;)V
colorMultiplier matches b (Lxo;III)I
BlockStem matches akx.class
getRenderColor matches g_ (I)I
Block matches alf.class
Block matches alf.class
colorMultiplier matches b (Lxo;III)I
getRenderColor matches g_ (I)I
Block matches alf.class
getBlockTextureFromSideAndMetadata matches a (II)I
getBlockTexture matches d (Lxo;IIII)I
Block matches alf.class
shouldSideBeRendered matches a (Lxo;IIII)Z
getRenderBlockPass matches n ()I
BlockLilyPad matches alu.class
9 available mods:
[YES] minecraftforge-universal-6.0.1.341 - 633 files to add or replace.
[YES] __Base 1.0 - Internal mod required by the patcher.
[YES] __TexturePackBase 1.1 - Internal mod required by the patcher.
[YES] HD Textures 1.4 - Provides support for high-resolution texture packs and custom animations.
[YES] HD Font 1.4 - Provides support for higher resolution fonts.
[YES] Better Grass 1.1 - Improves the look of the sides of grass blocks. Inspired by MrMessiah's mod.
[YES] Random Mobs 1.4 - Randomize mob skins if texture pack supports it. Based on Balthichou's mod.
[YES] Custom Colors 1.4 - Gives texture packs control over hardcoded colors in the game.
[YES] Connected Textures 1.5 - Connects adjacent blocks of the same type.
[YES] Better Skies 1.1 - Adds support for custom skyboxes.
[YES] Better Glass 1.9 - Enables partial transparency for glass blocks.
Patching...
replacing aqa.class for minecraftforge-universal-6.0.1.341
replacing ard.class for minecraftforge-universal-6.0.1.341
replacing net/minecraft/client/ClientBrandRetriever.class for minecraftforge-universal-6.0.1.341
applying GetResource patch to aqf.class for mod __TexturePackBase
ImageIO.read(getResource(...)) -> getImage(...) <init>()[email protected]
replacing net/minecraft/client/MinecraftApplet.class for minecraftforge-universal-6.0.1.341
replacing net/minecraft/client/Minecraft.class for minecraftforge-universal-6.0.1.341
applying Minecraft patch to net/minecraft/client/Minecraft.class for mod __Base
MCPatcherUtils.setMinecraft(this) <init>(Ljava/awt/Canvas;Lnet/minecraft/client/MinecraftApplet;IIZ)[email protected]
applying Minecraft patch to net/minecraft/client/Minecraft.class for mod __TexturePackBase
init texture pack handlers on startup a()[email protected]
check for texture pack change J()[email protected]
applying Minecraft patch to net/minecraft/client/Minecraft.class for mod Custom Colors
insert method getWorld ()LWorld; stack size 1, local vars 1
set up block access J()[email protected]
applying Minecraft patch to net/minecraft/client/Minecraft.class for mod Better Skies
applying TexturePackList patch to bcp.class for mod __TexturePackBase
insert method getDefaultTexturePack ()LTexturePackBase; stack size 1, local vars 1
insert method getSelectedTexturePack ()LTexturePackBase; stack size 1, local vars 1
handle texture pack change a(Lbco;)[email protected]
handle texture pack list change c()[email protected]
applying TexturePackBase patch to bck.class for mod __TexturePackBase
make field file public
make field texturePackFileName public
applying GetResource patch to bck.class for mod __TexturePackBase
applying TexturePackFolder patch to bcn.class for mod __TexturePackBase
insert method getFolder ()Ljava/io/File; stack size 1, local vars 1
applying TexturePackCustom patch to bcm.class for mod __TexturePackBase
make field zipFile public
insert field origZip Ljava/util/zip/ZipFile;
insert field tmpFile Ljava/io/File;
insert field lastModified J
replacing arr.class for minecraftforge-universal-6.0.1.341
replacing aru.class for minecraftforge-universal-6.0.1.341
replacing asc.class for minecraftforge-universal-6.0.1.341
replacing asa.class for minecraftforge-universal-6.0.1.341
replacing asy.class for minecraftforge-universal-6.0.1.341
applying GetResource patch to asb.class for mod __TexturePackBase
ImageIO.read(getResource(...)) -> getImage(...) <init>(Lard;Ljava/lang/String;Lazc;Z)[email protected]
ImageIO.read(getResource(...)) -> getImage(...) a(I)[email protected]
applying FontRenderer patch to asb.class for mod HD Font
make field isUnicode public
insert field charWidthf [F
FontUtils.computeCharWidths on init <init>(Lard;Ljava/lang/String;Lazc;Z)[email protected]
use charWidthf intead of charWidth a(IZ)[email protected]
insert method initialize (Lard;Ljava/lang/String;Lazc;)V stack size 8, local vars 18
replace getStringWidth a(Ljava/lang/String;)[email protected]
4.0f -> charWidthf[32] a(ICZ)[email protected]
applying FontRenderer patch to asb.class for mod Custom Colors
override text color a(Ljava/lang/String;IIIZ)[email protected]
override text color codes a(Ljava/lang/String;Z)[email protected]
replacing ati.class for minecraftforge-universal-6.0.1.341
replacing aud.class for minecraftforge-universal-6.0.1.341
replacing awr.class for minecraftforge-universal-6.0.1.341
replacing awz.class for minecraftforge-universal-6.0.1.341
replacing awy.class for minecraftforge-universal-6.0.1.341
replacing bcb.class for minecraftforge-universal-6.0.1.341
replacing bce.class for minecraftforge-universal-6.0.1.341
replacing bcy.class for minecraftforge-universal-6.0.1.341
replacing bcx.class for minecraftforge-universal-6.0.1.341
replacing bcz.class for minecraftforge-universal-6.0.1.341
replacing avl.class for minecraftforge-universal-6.0.1.341
replacing avo.class for minecraftforge-universal-6.0.1.341
replacing awa.class for minecraftforge-universal-6.0.1.341
replacing awk.class for minecraftforge-universal-6.0.1.341
replacing awp.class for minecraftforge-universal-6.0.1.341
applying EntityDropParticleFX patch to axm.class for mod Custom Colors
override water drop color <init>(Lxe;DDDLafg;)[email protected]
remove water drop color update j_()[email protected]
override lava drop color j_()[email protected]
applying EntityRainFX patch to ayj.class for mod Custom Colors
override rain drop color <init>(Lxe;DDD)[email protected]
applying EntityBubbleFX patch to axj.class for mod Custom Colors
override bubble color <init>(Lxe;DDDDDD)[email protected]
applying EntitySplashFX patch to aye.class for mod Custom Colors
override splash color <init>(Lxe;DDDDDD)[email protected]
applying EntityAuraFX patch to ayg.class for mod Custom Colors
insert method colorize ()LEntityAuraFX; stack size 3, local vars 1
applying EntitySuspendFX patch to ayf.class for mod Custom Colors
override underwater suspend particle color <init>(Lxe;DDDDDD)[email protected]
replacing axx.class for minecraftforge-universal-6.0.1.341
applying WorldServer patch to axx.class for mod Custom Colors
make field world public
applying WorldServer patch to axx.class for mod Better Skies
applying EntityPortalFX patch to axz.class for mod Custom Colors
override portal particle color (red) <init>(Lxe;DDDDDD)[email protected]
override portal particle color (green) <init>(Lxe;DDDDDD)[email protected]
override portal particle color (blue) <init>(Lxe;DDDDDD)[email protected]
applying EntityReddustFX patch to aya.class for mod Custom Colors
override redstone particle color <init>(Lxe;DDDFFFF)[email protected]
replacing ayi.class for minecraftforge-universal-6.0.1.341
replacing ayx.class for minecraftforge-universal-6.0.1.341
applying ItemRenderer patch to ayx.class for mod HD Textures
tool tex calculation a(Lln;Ltv;I)[email protected]
tool tex calculation a(Lln;Ltv;I)[email protected]
tool tex calculation a(Lln;Ltv;I)[email protected]
tool tex calculation a(Lln;Ltv;I)[email protected]
applying ItemRenderer patch to ayx.class for mod Custom Colors
override water block color in third person a(Lln;Ltv;I)[email protected]
replacing azd.class for minecraftforge-universal-6.0.1.341
applying RenderBlocks patch to azd.class for mod Better Grass
non-AO multipliers (R G = (14 15 16)
if (getBlockTexture == 0) useBiomeColor = true (non-AO post-1.8) c(Lalf;IIIFFF)[email protected]
if (getBlockTexture == 0) useBiomeColor = true (non-AO post-1.8) c(Lalf;IIIFFF)[email protected]
if (getBlockTexture == 0) useBiomeColor = true (non-AO post-1.8) c(Lalf;IIIFFF)[email protected]
if (getBlockTexture == 0) useBiomeColor = true (non-AO post-1.8) c(Lalf;IIIFFF)[email protected]
if (getBlockTexture == 0) useBiomeColor = true (AO) a(Lalf;IIIFFF)[email protected]
if (getBlockTexture == 0) useBiomeColor = true (AO) a(Lalf;IIIFFF)[email protected]
applying RenderBlocks patch to azd.class for mod Custom Colors
override redstone wire color i(Lalf;III)[email protected]
colorize cauldron water color a(Lahy;III)[email protected]
colorize falling sand and gravel a(Lalf;Lxe;IIII)[email protected]
colorize falling sand and gravel a(Lalf;Lxe;IIII)[email protected]
colorize falling sand and gravel a(Lalf;Lxe;IIII)[email protected]
colorize falling sand and gravel a(Lalf;Lxe;IIII)[email protected]
colorize falling sand and gravel a(Lalf;Lxe;IIII)[email protected]
colorize falling sand and gravel a(Lalf;Lxe;IIII)[email protected]
save water color registers p(Lalf;III)[email protected]
water color registers: 7 8 9
colorize bottom of water block p(Lalf;III)[email protected]
applying RenderBlocks patch to azd.class for mod Connected Textures
override texture (bottom face) a(Lalf;DDDI)[email protected]
override texture (top face) b(Lalf;DDDI)[email protected]
override texture (north face) c(Lalf;DDDI)[email protected]
override texture (south face) d(Lalf;DDDI)[email protected]
override texture (west face) e(Lalf;DDDI)[email protected]
override texture (east face) f(Lalf;DDDI)[email protected]
override texture (other blocks) v(Lalf;III)[email protected]
override texture (other blocks) v(Lalf;III)[email protected]
override texture (other blocks) a(Lahs;III)[email protected]
override texture (other blocks) w(Lalf;III)[email protected]
override texture (other blocks) e(Lalf;III)[email protected]
override texture (other blocks) f(Lalf;III)[email protected]
override texture (other blocks) g(Lalf;III)[email protected]
override texture (other blocks) h(Lalf;III)[email protected]
override texture (other blocks) i(Lalf;III)[email protected]
override texture (other blocks) a(Lakg;III)[email protected]
override texture (other blocks) j(Lalf;III)[email protected]
override texture (other blocks) k(Lalf;III)[email protected]
override texture (other blocks) o(Lalf;III)[email protected]
override texture (other blocks) p(Lalf;III)[email protected]
override texture (other blocks) p(Lalf;III)[email protected]
override texture (other blocks) a(Laic;III)[email protected]
override texture (crossed squares) a(Lalf;IDDDF)[email protected]
override texture (glass pane) a(Lale;III)[email protected]
glass side texture uv registers (30 32 34 36 38)
disable default rendering (glass pane faces) a(Lale;III)[email protected]
disable default rendering (glass pane faces) a(Lale;III)[email protected]
disable default rendering (glass pane faces) a(Lale;III)[email protected]
disable default rendering (glass pane faces) a(Lale;III)[email protected]
disable default rendering (glass pane faces) a(Lale;III)[email protected]
disable default rendering (glass pane faces) a(Lale;III)[email protected]
applying RenderBlocks patch to azd.class for mod Better Glass
override AO block brightness for extra render passes a(Lalf;IIIFFF)[email protected]
override AO block brightness for extra render passes a(Lalf;IIIFFF)[email protected]
override AO block brightness for extra render passes a(Lalf;IIIFFF)[email protected]
override AO block brightness for extra render passes a(Lalf;IIIFFF)[email protected]
override AO block brightness for extra render passes a(Lalf;IIIFFF)[email protected]
override AO block brightness for extra render passes a(Lalf;IIIFFF)[email protected]
override AO block brightness for extra render passes a(Lalf;IIIFFF)[email protected]
override AO block brightness for extra render passes a(Lalf;IIIFFF)[email protected]
override AO block brightness for extra render passes a(Lalf;IIIFFF)[email protected]
override AO block brightness for extra render passes a(Lalf;IIIFFF)[email protected]
override AO block brightness for extra render passes a(Lalf;IIIFFF)[email protected]
override AO block brightness for extra render passes a(Lalf;IIIFFF)[email protected]
override AO block brightness for extra render passes a(Lalf;IIIFFF)[email protected]
override AO block brightness for extra render passes a(Lalf;IIIFFF)[email protected]
override AO block brightness for extra render passes a(Lalf;IIIFFF)[email protected]
render all sides of adjacent blocks v(Lalf;III)[email protected]
render all sides of adjacent blocks v(Lalf;III)[email protected]
render all sides of adjacent blocks v(Lalf;III)[email protected]
render all sides of adjacent blocks v(Lalf;III)[email protected]
render all sides of adjacent blocks p(Lalf;III)[email protected]
render all sides of adjacent blocks p(Lalf;III)[email protected]
render all sides of adjacent blocks p(Lalf;III)[email protected]
render all sides of adjacent blocks p(Lalf;III)[email protected]
render all sides of adjacent blocks p(Lalf;III)[email protected]
render all sides of adjacent blocks p(Lalf;III)[email protected]
render all sides of adjacent blocks a(Lalf;IIIFFF)[email protected]
render all sides of adjacent blocks a(Lalf;IIIFFF)[email protected]
render all sides of adjacent blocks a(Lalf;IIIFFF)[email protected]
render all sides of adjacent blocks a(Lalf;IIIFFF)[email protected]
render all sides of adjacent blocks a(Lalf;IIIFFF)[email protected]
render all sides of adjacent blocks a(Lalf;IIIFFF)[email protected]
render all sides of adjacent blocks c(Lalf;IIIFFF)[email protected]
render all sides of adjacent blocks c(Lalf;IIIFFF)[email protected]
render all sides of adjacent blocks c(Lalf;IIIFFF)[email protected]
render all sides of adjacent blocks c(Lalf;IIIFFF)[email protected]
render all sides of adjacent blocks c(Lalf;IIIFFF)[email protected]
render all sides of adjacent blocks c(Lalf;IIIFFF)[email protected]
render all sides of adjacent blocks d(Lalf;IIIFFF)[email protected]
render all sides of adjacent blocks d(Lalf;IIIFFF)[email protected]
render all sides of adjacent blocks d(Lalf;IIIFFF)[email protected]
render all sides of adjacent blocks d(Lalf;IIIFFF)[email protected]
render all sides of adjacent blocks d(Lalf;IIIFFF)[email protected]
render all sides of adjacent blocks d(Lalf;IIIFFF)[email protected]
replacing ayt.class for minecraftforge-universal-6.0.1.341
applying EntityRenderer patch to ayt.class for mod Custom Colors
java.lang.ClassCastException: javassist.bytecode.MethodrefInfo cannot be cast to javassist.bytecode.FieldrefInfo
at javassist.bytecode.ConstPool.getFieldrefType(ConstPool.java:324)
at javassist.bytecode.CodeAnalyzer.getFieldSize(CodeAnalyzer.java:260)
at javassist.bytecode.CodeAnalyzer.visitInst(CodeAnalyzer.java:224)
at javassist.bytecode.CodeAnalyzer.visitBytecode(CodeAnalyzer.java:84)
at javassist.bytecode.CodeAnalyzer.computeMaxStack(CodeAnalyzer.java:50)
at javassist.bytecode.CodeAttribute.computeMaxStack(CodeAttribute.java:239)
at com.pclewis.mcpatcher.AddMethodPatch.apply(AddMethodPatch.java:158)
at com.pclewis.mcpatcher.MCPatcher.applyPatches(MCPatcher.java:786)
at com.pclewis.mcpatcher.MCPatcher.applyMods(MCPatcher.java:694)
at com.pclewis.mcpatcher.MCPatcher.patch(MCPatcher.java:617)
at com.pclewis.mcpatcher.MainForm$11$PatchThread.run(MainForm.java:355)
at java.lang.Thread.run(Unknown Source)
Restoring original minecraft.jar due to previous error
Yes. (It's written in the title and on the first page...)
Get the latest version and a 1.4.2 compatible texture pack
Switch off Better Skys or get a better computer
No, there is a problem with your virus scanner. Either exclude MCPatcher or get an update of your virus scanner.
Well tested it and I enabled HD Textures, Random mobs, Connected Textures and Custom Colors. Those ones works!
Every option works with 1.4.2.
If Better Glass and HD Font is not working, may be an issue with the used texture pack (I use Misa's Texture Pack http://www.minecraft...et/topic/69354-).
If Better Skies is not working, may be an issue with the graphics card or cpu .
Sure. Get a better virus scanner or if unsure go to github (link on first page of that topic), get the source and compile it by yourself.
I too had a problem with black screen after initial patching of vanilla 1.4.2 using default mcpatcher options. When I unpatched it, and repatched it without Better Skies, then it worked with Dokucraft textures. But just to test if that was the issue, I just switched to default textures, unpatched and patched with Better Skies and everything works fine with Dokucraft. So Better Skies does not appear to be the issue, something just stumbled when mcpatcher tried to do the first patch. That may explain why simply unpatching and repatching seems to work for some people.
64-bit Ubuntu 12.04 Linux using openjdk-7 (actually openjdk-6 works fine too for minecraft or tekkit client and minecraft server. It is just one tekkit server mod that requires a Java 7 version).
Program instantly exits without install.
Help?
EDIT: Unpatched and then patched again, and the files are there now. Still something that should be looked in to as to why I had to do that.
Can you link me where I can download the patcher itself again? All links I seem to be led to keep pointing toward "download this installer or that installer".
Help?
https://github.com/downloads/pclewis/mcpatcher/mcpatcher-2.4.3_02.jar
You don't have to copy mcpather.jar into minecraft.jar, just start the mcpatcher-2.4.3_02.jar.
Yes. Try using the Other Platforms (.jar) version instead. The .exe version of MCPatcher is the simply the .jar version wrapped in Launch4j, which is incidentally the same utility that Minecraft.exe uses.
I've started submitting MCPatcher to Norton for whitelisting. Frankly, this is a pain since I have to do it for each release, and it takes 2-3 days for them to respond. Even then users may not get the updated definitions for another day or two. Since I don't have Norton I can't tell if all this is even doing anyone any good. So I'm not going to keep doing it unless I hear that it is.
I don't know what to make of this problem. It's appeared in some form all the way back to xau's original patcher, but in all that time I've never been able to reproduce it on any platform. Does MCPatcher think it added the files? After patching, the first few lines in the Patch Summary tab should look something like
__Base added com/pclewis/mcpatcher/Config.class added com/pclewis/mcpatcher/MCPatcherUtils.class Minecraft (net/minecraft/client/Minecraft.class) [1] MCPatcherUtils.setMinecraft(this) __TexturePackBase added com/pclewis/mcpatcher/TexturePackAPI$ChangeHandler$1.class added com/pclewis/mcpatcher/TexturePackAPI$ChangeHandler.class added com/pclewis/mcpatcher/TexturePackAPI.classSounds like the file is corrupt. Download it again and check the md5sum against the value in the OP.
Create a shortcut to the exe and add the command line option:
Use quotes around the path if it contains spaces.
The problem with Forge is already fixed for the next release.
Actually, at least for me, better skies kept me on the black screen, and when i disabled it, it worked.
I use Windows 7 btw.
---
skins.1=1-5
biomes.1=Taiga FrozenOcean FrozenRiver IcePlains IceMountains TaigaHills
skins.2=1-4
---
If I understood the doc right, 'skins.1=1-5' defines which texture will be used on the follow rules, 'biomes.1=Taiga FrozenOcean FrozenRiver IcePlains IceMountains TaigaHills' are the rules for 'skins.1', and 'skins.2=1-4' are the textures for any other biome.
I expected the 4 original textures to be used anywhere and the all 5 at snow/ice, but only the 4 originals are spawning. It's like the mod only uses 'skins.2=1-4'. If the properties file is ignored, why the snow texture don't spawn anywhere?
Can anybody explain what am I doing wrong? Thanks.
Here is the error log, I have no idea what any of it means. If anyone could help me out it would be greatly appreciated
MCPatcher version is 2.4.3_02
OS: Windows 7 6.1 amd64
JVM: Oracle Corporation 1.7.0_01 (64 bit)
Classpath: C:\Users\holly\Desktop\MCpatcher 1.4\mcpatcher-2.4.3_02.exe
Minecraft version is 1.4.2 (md5 771175c01778ea67395bc6919a5a9dc5)
Analyzing C:\Users\holly\AppData\Roaming\.minecraft\bin\minecraft-1.4.2.jar (1887 files)
GameSettings matches ard.class
GLAllocation matches aqk.class
createDirectByteBuffer matches c (I)Ljava/nio/ByteBuffer;
Minecraft matches net/minecraft/client/Minecraft.class
Minecraft matches net/minecraft/client/Minecraft.class
runGameLoop matches J ()V
startGame matches a ()V
Minecraft matches net/minecraft/client/Minecraft.class
runGameLoop matches J ()V
startGame matches a ()V
Minecraft matches net/minecraft/client/Minecraft.class
runGameLoop matches J ()V
startGame matches a ()V
Minecraft matches net/minecraft/client/Minecraft.class
Minecraft matches net/minecraft/client/Minecraft.class
runGameLoop matches J ()V
Minecraft matches net/minecraft/client/Minecraft.class
Minecraft matches net/minecraft/client/Minecraft.class
Minecraft matches net/minecraft/client/Minecraft.class
TexturePackList matches bcp.class
updateAvailableTexturePacks matches c ()V
TexturePackList matches bcp.class
updateAvailableTexturePacks matches c ()V
TexturePackDefault matches bcl.class
TexturePackDefault matches bcl.class
TexturePackBase matches bck.class
getInputStream matches a (Ljava/lang/String;)Ljava/io/InputStream;
TexturePackBase matches bck.class
getInputStream matches a (Ljava/lang/String;)Ljava/io/InputStream;
TexturePackFolder matches bcn.class
getInputStream matches a (Ljava/lang/String;)Ljava/io/InputStream;
TexturePackFolder matches bcn.class
getInputStream matches a (Ljava/lang/String;)Ljava/io/InputStream;
TexturePackCustom matches bcm.class
getInputStream matches a (Ljava/lang/String;)Ljava/io/InputStream;
TexturePackCustom matches bcm.class
getInputStream matches a (Ljava/lang/String;)Ljava/io/InputStream;
FontRenderer matches asb.class
<init> matches <init> (Lard;Ljava/lang/String;Lazc;Z)V
FontRenderer matches asb.class
renderString matches a (Ljava/lang/String;IIIZ)I
WorldServerMP matches awz.class
EntityDropParticleFX matches axm.class
onUpdate matches j_ ()V
EntityFX matches axw.class
EntityRainFX matches ayj.class
EntityBubbleFX matches axj.class
EntitySplashFX matches aye.class
EntityAuraFX matches ayg.class
EntitySuspendFX matches ayf.class
WorldServer matches axx.class
WorldServer matches axx.class
EntityPortalFX matches axz.class
EntityReddustFX matches aya.class
ItemRenderer matches ayx.class
ItemRenderer matches ayx.class
renderItem matches a (Lln;Ltv;I)V
RenderBlocks matches azd.class
renderStandardBlockWithAmbientOcclusion matches a (Lalf;IIIFFF)Z
renderStandardBlockWithColorMultiplier matches c (Lalf;IIIFFF)Z
RenderBlocks matches azd.class
renderBlockRedstoneWire matches i (Lalf;III)Z
renderBlockFallingSand matches a (Lalf;Lxe;IIII)V
renderBlockFluids matches p (Lalf;III)Z
RenderBlocks matches azd.class
renderBlockPane matches a (Lale;III)Z
renderStandardBlock matches q (Lalf;III)Z
RenderBlocks matches azd.class
renderStandardBlockWithAmbientOcclusion matches a (Lalf;IIIFFF)Z
EntityRenderer matches ayt.class
updateFogColor matches i (F)V
updateLightmap matches h (F)V
getNightVisionStrength1 matches a (Lqg;F)F
EntityRenderer matches ayt.class
disableLightmap matches a (D)V
renderWorld matches a (FJ)V
enableLightmap matches b (D)V
renderRainSnow matches d (F)V
Tessellator matches azb.class
draw matches a ()I
addVertexWithUV matches a (DDDDD)V
startDrawingQuads matches b ()V
addVertex matches a (DDD)V
startDrawing matches b (I)V
setTextureUV matches a (DD)V
Tessellator matches azb.class
draw matches a ()I
addVertexWithUV matches a (DDDDD)V
reset matches d ()V
startDrawingQuads matches b ()V
addVertex matches a (DDD)V
startDrawing matches b (I)V
setTextureUV matches a (DD)V
RenderEngine matches azc.class
deleteTexture matches a (I)V
RenderEngine matches azc.class
deleteTexture matches a (I)V
RenderEngine matches azc.class
deleteTexture matches a (I)V
updateDynamicTextures matches a ()V
refreshTextures matches b ()V
RenderEngine matches azc.class
RenderEngine matches azc.class
RenderGlobal matches ayy.class
renderSky matches a (F)V
renderClouds matches b (F)V
RenderGlobal matches ayy.class
renderSky matches a (F)V
RenderGlobal matches ayy.class
sortAndRender matches a (Lln;ID)I
loadRenderers matches a ()V
renderAllRenderLists matches a (ID)V
WorldRenderer matches ayp.class
updateRenderer matches a ()V
WorldRenderer matches ayp.class
updateRenderer matches a ()V
TileEntitySignRenderer matches bbv.class
renderTileSignEntityAt matches a (Lamj;DDDF)V
Render matches azx.class
RenderLiving matches bal.class
doRenderLiving matches a (Lln;DDDFF)V
RenderEnderman matches azv.class
RenderSnowman matches bav.class
doRenderLiving matches a (Lln;DDDFF)V
renderEquippedItems1 matches a (Lop;F)V
RenderMooshroom matches bam.class
doRenderLiving matches a (Lln;DDDFF)V
loadTexture matches a (Ljava/lang/String;)V
renderEquippedItems1 matches a (Lol;F)V
RenderWolf matches bbe.class
RenderXPOrb matches azy.class
render matches a (Llj;DDDFF)V
RenderSpider matches baw.class
Compass matches bbh.class
TextureFX matches bbi.class
onTick matches a ()V
FlowLava matches bbk.class
FlowWater matches bbn.class
Portal matches bbm.class
StillWater matches bbo.class
Watch matches bbg.class
StillLava matches bbl.class
Fire matches bbj.class
NBTTagCompound matches bh.class
Potion matches kw.class
setPotionName matches b (Ljava/lang/String;)Lkw;
Entity matches lb.class
setPositionAndRotation matches a (DDDFF)V
Entity matches lb.class
setPositionAndRotation matches a (DDDFF)V
EntityList matches lf.class
EntityLiving matches ln.class
setPositionAndRotation matches a (DDDFF)V
EntityLiving matches ln.class
setPositionAndRotation matches a (DDDFF)V
EntitySheep matches oo.class
ItemArmor matches sc.class
ItemDye matches tf.class
Item matches tt.class
getColorFromDamage matches a (Ltv;I)I
ItemSpawnerEgg matches ua.class
getItemNameIS matches j (Ltv;)Ljava/lang/String;
getColorFromDamage matches a (Ltv;I)I
ItemBlock matches uu.class
getColorFromDamage matches a (Ltv;I)I
PotionHelper matches vb.class
RecipesDyedArmor matches vi.class
ColorizerFoliage matches xa.class
World matches xe.class
getSkyColor matches a (Llb;F)Lamw;
getSunAngle matches b (F)F
World matches xe.class
getRainStrength matches j (F)F
IBlockAccess matches xo.class
IBlockAccess matches xo.class
IBlockAccess matches xo.class
IBlockAccess matches xo.class
BiomeGenBase matches xz.class
getTemperaturef matches j ()F
getRainfallf matches i ()F
setBiomeName matches a (Ljava/lang/String;)Lxz;
WorldChunkManager matches ye.class
BiomeGenSwamp matches yr.class
getTemperaturef matches j ()F
getRainfallf matches i ()F
setBiomeName matches a (Ljava/lang/String;)Lxz;
WorldProvider matches zr.class
getFogColor matches b (FF)Lamw;
WorldProviderHell matches zs.class
getFogColor matches b (FF)Lamw;
WorldProviderEnd matches zu.class
getFogColor matches b (FF)Lamw;
MapColor matches afi.class
BlockCauldron matches ahy.class
colorMultiplier matches b (Lxo;III)I
BlockGrass matches aiy.class
getBlockTexture matches d (Lxo;IIII)I
BlockLeaves matches aji.class
colorMultiplier matches b (Lxo;III)I
BlockFluid matches ajm.class
colorMultiplier matches b (Lxo;III)I
BlockMycelium matches ajv.class
getBlockTexture matches d (Lxo;IIII)I
BlockRedstoneWire matches akk.class
randomDisplayTick matches a (Lxe;IIILjava/util/Random;)V
colorMultiplier matches b (Lxo;III)I
BlockStem matches akx.class
getRenderColor matches g_ (I)I
Block matches alf.class
Block matches alf.class
colorMultiplier matches b (Lxo;III)I
getRenderColor matches g_ (I)I
Block matches alf.class
getBlockTextureFromSideAndMetadata matches a (II)I
getBlockTexture matches d (Lxo;IIII)I
Block matches alf.class
shouldSideBeRendered matches a (Lxo;IIII)Z
getRenderBlockPass matches n ()I
BlockLilyPad matches alu.class
Analyzing C:\Users\holly\AppData\Roaming\.minecraft\bin\minecraft-1.4.2.jar (5 dependent classes)
ITexturePack matches bco.class (pass 2)
ITexturePack matches bco.class (pass 2)
ColorizerWater matches xx.class (pass 2)
loadColorBuffer matches a ([I)V
ColorizerGrass matches xd.class (pass 2)
loadColorBuffer matches a ([I)V
ColorizerFoliage matches xa.class (pass 2)
loadColorBuffer matches a ([I)V
Analyzing C:\Users\holly\AppData\Roaming\.minecraft\bin\minecraft-1.4.2.jar (methods and fields)
Minecraft (net/minecraft/client/Minecraft.class)
Minecraft (net/minecraft/client/Minecraft.class)
field texturePackList matches C Lbcp;
field renderEngine matches o Lazc;
RenderEngine (azc.class)
TexturePackList (bcp.class)
method setTexturePack matches a (Lbco;)Z
field selectedTexturePack matches g Lbco;
field defaultTexturePack matches a Lbco;
ITexturePack (bco.class)
method getInputStream matches a (Ljava/lang/String;)Ljava/io/InputStream;
TexturePackBase (bck.class)
field file matches a Ljava/io/File;
field texturePackFileName matches e Ljava/lang/String;
TexturePackDefault (bcl.class)
TexturePackCustom (bcm.class)
field zipFile matches e Ljava/util/zip/ZipFile;
TexturePackFolder (bcn.class)
Minecraft (net/minecraft/client/Minecraft.class)
field texturePackList matches C Lbcp;
field renderEngine matches o Lazc;
RenderEngine (azc.class)
TexturePackList (bcp.class)
method setTexturePack matches a (Lbco;)Z
field selectedTexturePack matches g Lbco;
field defaultTexturePack matches a Lbco;
ITexturePack (bco.class)
method getInputStream matches a (Ljava/lang/String;)Ljava/io/InputStream;
TexturePackBase (bck.class)
field file matches a Ljava/io/File;
field texturePackFileName matches e Ljava/lang/String;
TexturePackDefault (bcl.class)
TexturePackCustom (bcm.class)
field zipFile matches e Ljava/util/zip/ZipFile;
TexturePackFolder (bcn.class)
RenderEngine (azc.class)
field imageData matches g Ljava/nio/ByteBuffer;
field textureList matches h Ljava/util/List;
method registerTextureFX matches a (Lbbi;)V
method readTextureImage matches a (Ljava/io/InputStream;)Ljava/awt/image/BufferedImage;
method setupTexture matches a (Ljava/awt/image/BufferedImage;I)V
method getTexture matches b (Ljava/lang/String;)I
method getImageRGB matches a (Ljava/awt/image/BufferedImage;[I)[I
method readTextureImageData matches a (Ljava/lang/String;)[I
TextureFX (bbi.class)
field imageData matches d [B
field tileNumber matches e I
field tileSize matches h I
field tileImage matches i I
method bindImage matches a (Lazc;)V
Compass (bbh.class)
Fire (bbj.class)
StillLava (bbl.class)
FlowLava (bbk.class)
StillWater (bbo.class)
FlowWater (bbn.class)
ItemRenderer (ayx.class)
Watch (bbg.class)
Portal (bbm.class)
Minecraft (net/minecraft/client/Minecraft.class)
field renderEngine matches o Lazc;
GLAllocation (aqk.class)
ColorizerWater (xx.class)
field colorBuffer matches a [I
ColorizerGrass (xd.class)
field colorBuffer matches a [I
ColorizerFoliage (xa.class)
field colorBuffer matches a [I
Minecraft (net/minecraft/client/Minecraft.class)
field fontRenderer matches p Lasb;
field alternateFontRenderer matches q Lasb;
field renderEngine matches o Lazc;
field gameSettings matches y Lard;
FontRenderer (asb.class)
method getStringWidth matches a (Ljava/lang/String;)I
method getCharWidth matches a ©I
RenderEngine (azc.class)
GameSettings (ard.class)
Block (alf.class)
field blockID matches cm I
field blocksList matches p [Lalf;
method getBlockTexture matches d (Lxo;IIII)I
BlockGrass (aiy.class)
BlockMycelium (ajv.class)
IBlockAccess (xo.class)
method getBlockId matches a (III)I
method getBlockMetadata matches g (III)I
method getBlockMaterial matches f (III)Lafg;
RenderBlocks (azd.class)
field blockAccess matches a Lxo;
RenderLiving (bal.class)
RenderSpider (baw.class)
RenderEnderman (azv.class)
Entity (lb.class)
field entityId matches k I
field nextEntityID matches b I
EntityLiving (ln.class)
method getEntityTexture matches O ()Ljava/lang/String;
method writeToNBT matches b (Lbh;)V
method readFromNBT matches a (Lbh;)V
NBTTagCompound (bh.class)
method getLong matches f (Ljava/lang/String;)J
method setLong matches a (Ljava/lang/String;J)V
method getInteger matches e (Ljava/lang/String;)I
method setInteger matches a (Ljava/lang/String;I)V
Tessellator (azb.class)
field instance matches a Lazb;
Render (azx.class)
method loadTexture matches a (Ljava/lang/String;)V
RenderSnowman (bav.class)
RenderMooshroom (bam.class)
Minecraft (net/minecraft/client/Minecraft.class)
field worldServer matches i Laxx;
IBlockAccess (xo.class)
method getBlockId matches a (III)I
method getBlockMetadata matches g (III)I
method getBiomeGenAt matches a (II)Lxz;
Block (alf.class)
field blockID matches cm I
field blocksList matches p [Lalf;
BiomeGenBase (xz.class)
method getGrassColor matches k ()I
method getFoliageColor matches l ()I
field color matches z I
BiomeGenSwamp (yr.class)
BlockFluid (ajm.class)
BlockCauldron (ahy.class)
Item (tt.class)
ItemBlock (uu.class)
field blockID matches a I
ItemRenderer (ayx.class)
Potion (kw.class)
PotionHelper (vb.class)
ColorizerFoliage (xa.class)
BlockLeaves (aji.class)
World (xe.class)
method getWorldChunkManager matches s ()Lye;
WorldServer (axx.class)
field world matches a Lxe;
WorldProvider (zr.class)
WorldProviderHell (zs.class)
WorldProviderEnd (zu.class)
WorldChunkManager (ye.class)
method getBiomeGenAt matches a (II)Lxz;
Entity (lb.class)
field worldObj matches p Lxe;
EntityFX (axw.class)
EntityRainFX (ayj.class)
EntityDropParticleFX (axm.class)
EntitySplashFX (aye.class)
EntityBubbleFX (axj.class)
EntitySuspendFX (ayf.class)
EntityPortalFX (axz.class)
EntityAuraFX (ayg.class)
EntityLiving (ln.class)
EntityRenderer (ayt.class)
BlockLilyPad (alu.class)
BlockRedstoneWire (akk.class)
RenderBlocks (azd.class)
method renderBlockCauldron matches a (Lahy;III)Z
EntityReddustFX (aya.class)
RenderGlobal (ayy.class)
BlockStem (akx.class)
MapColor (afi.class)
field mapColorArray matches a [Lafi;
field colorValue matches p I
field colorIndex matches q I
ItemDye (tf.class)
field dyeColorNames matches a [Ljava/lang/String;
field dyeColors matches b [I
EntitySheep (oo.class)
field fleeceColorTable matches d [[F
ItemArmor (sc.class)
RenderWolf (bbe.class)
RecipesDyedArmor (vi.class)
EntityList (lf.class)
method addMapping matches a (Ljava/lang/Class;Ljava/lang/String;III)V
ItemSpawnerEgg (ua.class)
FontRenderer (asb.class)
TileEntitySignRenderer (bbv.class)
RenderXPOrb (azy.class)
Minecraft (net/minecraft/client/Minecraft.class)
field renderEngine matches o Lazc;
RenderEngine (azc.class)
method getTexture matches b (Ljava/lang/String;)I
method allocateAndSetupTexture matches a (Ljava/awt/image/BufferedImage;)I
IBlockAccess (xo.class)
method getBlockId matches a (III)I
method getBlockMetadata matches g (III)I
Block (alf.class)
field blockID matches cm I
field blocksList matches p [Lalf;
Tessellator (azb.class)
field instance matches a Lazb;
field instance matches a Lazb;
RenderBlocks (azd.class)
field blockAccess matches a Lxo;
method renderBottomFace matches a (Lalf;DDDI)V
method renderTopFace matches b (Lalf;DDDI)V
method renderNorthFace matches c (Lalf;DDDI)V
method renderSouthFace matches d (Lalf;DDDI)V
method renderWestFace matches e (Lalf;DDDI)V
method renderEastFace matches f (Lalf;DDDI)V
method drawCrossedSquares matches a (Lalf;IDDDF)V
WorldRenderer (ayp.class)
Minecraft (net/minecraft/client/Minecraft.class)
field worldServer matches i Laxx;
World (xe.class)
method getWorldTime matches F ()J
WorldServerMP (awz.class)
WorldServer (axx.class)
field world matches a Lxe;
RenderGlobal (ayy.class)
Minecraft (net/minecraft/client/Minecraft.class)
Block (alf.class)
field blockID matches cm I
field blocksList matches p [Lalf;
IBlockAccess (xo.class)
method getBlockId matches a (III)I
method getBlockMetadata matches g (III)I
WorldRenderer (ayp.class)
field skipRenderPass matches m [Z
EntityRenderer (ayt.class)
RenderGlobal (ayy.class)
RenderBlocks (azd.class)
9 available mods:
[YES] minecraftforge-universal-6.0.1.341 - 633 files to add or replace.
[YES] __Base 1.0 - Internal mod required by the patcher.
[YES] __TexturePackBase 1.1 - Internal mod required by the patcher.
[YES] HD Textures 1.4 - Provides support for high-resolution texture packs and custom animations.
[YES] HD Font 1.4 - Provides support for higher resolution fonts.
[YES] Better Grass 1.1 - Improves the look of the sides of grass blocks. Inspired by MrMessiah's mod.
[YES] Random Mobs 1.4 - Randomize mob skins if texture pack supports it. Based on Balthichou's mod.
[YES] Custom Colors 1.4 - Gives texture packs control over hardcoded colors in the game.
[YES] Connected Textures 1.5 - Connects adjacent blocks of the same type.
[YES] Better Skies 1.1 - Adds support for custom skyboxes.
[YES] Better Glass 1.9 - Enables partial transparency for glass blocks.
Patching...
replacing aqa.class for minecraftforge-universal-6.0.1.341
replacing ard.class for minecraftforge-universal-6.0.1.341
replacing net/minecraft/client/ClientBrandRetriever.class for minecraftforge-universal-6.0.1.341
applying GetResource patch to aqf.class for mod __TexturePackBase
ImageIO.read(getResource(...)) -> getImage(...) <init>()[email protected]
replacing net/minecraft/client/MinecraftApplet.class for minecraftforge-universal-6.0.1.341
replacing net/minecraft/client/Minecraft.class for minecraftforge-universal-6.0.1.341
applying Minecraft patch to net/minecraft/client/Minecraft.class for mod __Base
MCPatcherUtils.setMinecraft(this) <init>(Ljava/awt/Canvas;Lnet/minecraft/client/MinecraftApplet;IIZ)[email protected]
applying Minecraft patch to net/minecraft/client/Minecraft.class for mod __TexturePackBase
init texture pack handlers on startup a()[email protected]
check for texture pack change J()[email protected]
applying Minecraft patch to net/minecraft/client/Minecraft.class for mod Custom Colors
insert method getWorld ()LWorld; stack size 1, local vars 1
set up block access J()[email protected]
applying Minecraft patch to net/minecraft/client/Minecraft.class for mod Better Skies
applying TexturePackList patch to bcp.class for mod __TexturePackBase
insert method getDefaultTexturePack ()LTexturePackBase; stack size 1, local vars 1
insert method getSelectedTexturePack ()LTexturePackBase; stack size 1, local vars 1
handle texture pack change a(Lbco;)[email protected]
handle texture pack list change c()[email protected]
applying TexturePackBase patch to bck.class for mod __TexturePackBase
make field file public
make field texturePackFileName public
applying GetResource patch to bck.class for mod __TexturePackBase
applying TexturePackFolder patch to bcn.class for mod __TexturePackBase
insert method getFolder ()Ljava/io/File; stack size 1, local vars 1
applying TexturePackCustom patch to bcm.class for mod __TexturePackBase
make field zipFile public
insert field origZip Ljava/util/zip/ZipFile;
insert field tmpFile Ljava/io/File;
insert field lastModified J
replacing arr.class for minecraftforge-universal-6.0.1.341
replacing aru.class for minecraftforge-universal-6.0.1.341
replacing asc.class for minecraftforge-universal-6.0.1.341
replacing asa.class for minecraftforge-universal-6.0.1.341
replacing asy.class for minecraftforge-universal-6.0.1.341
applying GetResource patch to asb.class for mod __TexturePackBase
ImageIO.read(getResource(...)) -> getImage(...) <init>(Lard;Ljava/lang/String;Lazc;Z)[email protected]
ImageIO.read(getResource(...)) -> getImage(...) a(I)[email protected]
applying FontRenderer patch to asb.class for mod HD Font
make field isUnicode public
insert field charWidthf [F
FontUtils.computeCharWidths on init <init>(Lard;Ljava/lang/String;Lazc;Z)[email protected]
use charWidthf intead of charWidth a(IZ)[email protected]
insert method initialize (Lard;Ljava/lang/String;Lazc;)V stack size 8, local vars 18
replace getStringWidth a(Ljava/lang/String;)[email protected]
4.0f -> charWidthf[32] a(ICZ)[email protected]
applying FontRenderer patch to asb.class for mod Custom Colors
override text color a(Ljava/lang/String;IIIZ)[email protected]
override text color codes a(Ljava/lang/String;Z)[email protected]
replacing ati.class for minecraftforge-universal-6.0.1.341
replacing aud.class for minecraftforge-universal-6.0.1.341
replacing awr.class for minecraftforge-universal-6.0.1.341
replacing awz.class for minecraftforge-universal-6.0.1.341
replacing awy.class for minecraftforge-universal-6.0.1.341
replacing bcb.class for minecraftforge-universal-6.0.1.341
replacing bce.class for minecraftforge-universal-6.0.1.341
replacing bcy.class for minecraftforge-universal-6.0.1.341
replacing bcx.class for minecraftforge-universal-6.0.1.341
replacing bcz.class for minecraftforge-universal-6.0.1.341
replacing avl.class for minecraftforge-universal-6.0.1.341
replacing avo.class for minecraftforge-universal-6.0.1.341
replacing awa.class for minecraftforge-universal-6.0.1.341
replacing awk.class for minecraftforge-universal-6.0.1.341
replacing awp.class for minecraftforge-universal-6.0.1.341
applying EntityDropParticleFX patch to axm.class for mod Custom Colors
override water drop color <init>(Lxe;DDDLafg;)[email protected]
remove water drop color update j_()[email protected]
override lava drop color j_()[email protected]
applying EntityRainFX patch to ayj.class for mod Custom Colors
override rain drop color <init>(Lxe;DDD)[email protected]
applying EntityBubbleFX patch to axj.class for mod Custom Colors
override bubble color <init>(Lxe;DDDDDD)[email protected]
applying EntitySplashFX patch to aye.class for mod Custom Colors
override splash color <init>(Lxe;DDDDDD)[email protected]
applying EntityAuraFX patch to ayg.class for mod Custom Colors
insert method colorize ()LEntityAuraFX; stack size 3, local vars 1
applying EntitySuspendFX patch to ayf.class for mod Custom Colors
override underwater suspend particle color <init>(Lxe;DDDDDD)[email protected]
replacing axx.class for minecraftforge-universal-6.0.1.341
applying WorldServer patch to axx.class for mod Custom Colors
make field world public
applying WorldServer patch to axx.class for mod Better Skies
applying EntityPortalFX patch to axz.class for mod Custom Colors
override portal particle color (red) <init>(Lxe;DDDDDD)[email protected]
override portal particle color (green) <init>(Lxe;DDDDDD)[email protected]
override portal particle color (blue) <init>(Lxe;DDDDDD)[email protected]
applying EntityReddustFX patch to aya.class for mod Custom Colors
override redstone particle color <init>(Lxe;DDDFFFF)[email protected]
replacing ayi.class for minecraftforge-universal-6.0.1.341
replacing ayx.class for minecraftforge-universal-6.0.1.341
applying ItemRenderer patch to ayx.class for mod HD Textures
tool tex calculation a(Lln;Ltv;I)[email protected]
tool tex calculation a(Lln;Ltv;I)[email protected]
tool tex calculation a(Lln;Ltv;I)[email protected]
tool tex calculation a(Lln;Ltv;I)[email protected]
applying ItemRenderer patch to ayx.class for mod Custom Colors
override water block color in third person a(Lln;Ltv;I)[email protected]
replacing azd.class for minecraftforge-universal-6.0.1.341
applying RenderBlocks patch to azd.class for mod Better Grass
non-AO multipliers (R G
if (getBlockTexture == 0) useBiomeColor = true (non-AO post-1.8) c(Lalf;IIIFFF)[email protected]
if (getBlockTexture == 0) useBiomeColor = true (non-AO post-1.8) c(Lalf;IIIFFF)[email protected]
if (getBlockTexture == 0) useBiomeColor = true (non-AO post-1.8) c(Lalf;IIIFFF)[email protected]
if (getBlockTexture == 0) useBiomeColor = true (non-AO post-1.8) c(Lalf;IIIFFF)[email protected]
if (getBlockTexture == 0) useBiomeColor = true (AO) a(Lalf;IIIFFF)[email protected]
if (getBlockTexture == 0) useBiomeColor = true (AO) a(Lalf;IIIFFF)[email protected]
applying RenderBlocks patch to azd.class for mod Custom Colors
override redstone wire color i(Lalf;III)[email protected]
colorize cauldron water color a(Lahy;III)[email protected]
colorize falling sand and gravel a(Lalf;Lxe;IIII)[email protected]
colorize falling sand and gravel a(Lalf;Lxe;IIII)[email protected]
colorize falling sand and gravel a(Lalf;Lxe;IIII)[email protected]
colorize falling sand and gravel a(Lalf;Lxe;IIII)[email protected]
colorize falling sand and gravel a(Lalf;Lxe;IIII)[email protected]
colorize falling sand and gravel a(Lalf;Lxe;IIII)[email protected]
save water color registers p(Lalf;III)[email protected]
water color registers: 7 8 9
colorize bottom of water block p(Lalf;III)[email protected]
applying RenderBlocks patch to azd.class for mod Connected Textures
override texture (bottom face) a(Lalf;DDDI)[email protected]
override texture (top face) b(Lalf;DDDI)[email protected]
override texture (north face) c(Lalf;DDDI)[email protected]
override texture (south face) d(Lalf;DDDI)[email protected]
override texture (west face) e(Lalf;DDDI)[email protected]
override texture (east face) f(Lalf;DDDI)[email protected]
override texture (other blocks) v(Lalf;III)[email protected]
override texture (other blocks) v(Lalf;III)[email protected]
override texture (other blocks) a(Lahs;III)[email protected]
override texture (other blocks) w(Lalf;III)[email protected]
override texture (other blocks) e(Lalf;III)[email protected]
override texture (other blocks) f(Lalf;III)[email protected]
override texture (other blocks) g(Lalf;III)[email protected]
override texture (other blocks) h(Lalf;III)[email protected]
override texture (other blocks) i(Lalf;III)[email protected]
override texture (other blocks) a(Lakg;III)[email protected]
override texture (other blocks) j(Lalf;III)[email protected]
override texture (other blocks) k(Lalf;III)[email protected]
override texture (other blocks) o(Lalf;III)[email protected]
override texture (other blocks) p(Lalf;III)[email protected]
override texture (other blocks) p(Lalf;III)[email protected]
override texture (other blocks) a(Laic;III)[email protected]
override texture (crossed squares) a(Lalf;IDDDF)[email protected]
override texture (glass pane) a(Lale;III)[email protected]
glass side texture uv registers (30 32 34 36 38)
disable default rendering (glass pane faces) a(Lale;III)[email protected]
disable default rendering (glass pane faces) a(Lale;III)[email protected]
disable default rendering (glass pane faces) a(Lale;III)[email protected]
disable default rendering (glass pane faces) a(Lale;III)[email protected]
disable default rendering (glass pane faces) a(Lale;III)[email protected]
disable default rendering (glass pane faces) a(Lale;III)[email protected]
applying RenderBlocks patch to azd.class for mod Better Glass
override AO block brightness for extra render passes a(Lalf;IIIFFF)[email protected]
override AO block brightness for extra render passes a(Lalf;IIIFFF)[email protected]
override AO block brightness for extra render passes a(Lalf;IIIFFF)[email protected]
override AO block brightness for extra render passes a(Lalf;IIIFFF)[email protected]
override AO block brightness for extra render passes a(Lalf;IIIFFF)[email protected]
override AO block brightness for extra render passes a(Lalf;IIIFFF)[email protected]
override AO block brightness for extra render passes a(Lalf;IIIFFF)[email protected]
override AO block brightness for extra render passes a(Lalf;IIIFFF)[email protected]
override AO block brightness for extra render passes a(Lalf;IIIFFF)[email protected]
override AO block brightness for extra render passes a(Lalf;IIIFFF)[email protected]
override AO block brightness for extra render passes a(Lalf;IIIFFF)[email protected]
override AO block brightness for extra render passes a(Lalf;IIIFFF)[email protected]
override AO block brightness for extra render passes a(Lalf;IIIFFF)[email protected]
override AO block brightness for extra render passes a(Lalf;IIIFFF)[email protected]
override AO block brightness for extra render passes a(Lalf;IIIFFF)[email protected]
render all sides of adjacent blocks v(Lalf;III)[email protected]
render all sides of adjacent blocks v(Lalf;III)[email protected]
render all sides of adjacent blocks v(Lalf;III)[email protected]
render all sides of adjacent blocks v(Lalf;III)[email protected]
render all sides of adjacent blocks p(Lalf;III)[email protected]
render all sides of adjacent blocks p(Lalf;III)[email protected]
render all sides of adjacent blocks p(Lalf;III)[email protected]
render all sides of adjacent blocks p(Lalf;III)[email protected]
render all sides of adjacent blocks p(Lalf;III)[email protected]
render all sides of adjacent blocks p(Lalf;III)[email protected]
render all sides of adjacent blocks a(Lalf;IIIFFF)[email protected]
render all sides of adjacent blocks a(Lalf;IIIFFF)[email protected]
render all sides of adjacent blocks a(Lalf;IIIFFF)[email protected]
render all sides of adjacent blocks a(Lalf;IIIFFF)[email protected]
render all sides of adjacent blocks a(Lalf;IIIFFF)[email protected]
render all sides of adjacent blocks a(Lalf;IIIFFF)[email protected]
render all sides of adjacent blocks c(Lalf;IIIFFF)[email protected]
render all sides of adjacent blocks c(Lalf;IIIFFF)[email protected]
render all sides of adjacent blocks c(Lalf;IIIFFF)[email protected]
render all sides of adjacent blocks c(Lalf;IIIFFF)[email protected]
render all sides of adjacent blocks c(Lalf;IIIFFF)[email protected]
render all sides of adjacent blocks c(Lalf;IIIFFF)[email protected]
render all sides of adjacent blocks d(Lalf;IIIFFF)[email protected]
render all sides of adjacent blocks d(Lalf;IIIFFF)[email protected]
render all sides of adjacent blocks d(Lalf;IIIFFF)[email protected]
render all sides of adjacent blocks d(Lalf;IIIFFF)[email protected]
render all sides of adjacent blocks d(Lalf;IIIFFF)[email protected]
render all sides of adjacent blocks d(Lalf;IIIFFF)[email protected]
replacing ayt.class for minecraftforge-universal-6.0.1.341
applying EntityRenderer patch to ayt.class for mod Custom Colors
java.lang.ClassCastException: javassist.bytecode.MethodrefInfo cannot be cast to javassist.bytecode.FieldrefInfo
at javassist.bytecode.ConstPool.getFieldrefType(ConstPool.java:324)
at javassist.bytecode.CodeAnalyzer.getFieldSize(CodeAnalyzer.java:260)
at javassist.bytecode.CodeAnalyzer.visitInst(CodeAnalyzer.java:224)
at javassist.bytecode.CodeAnalyzer.visitBytecode(CodeAnalyzer.java:84)
at javassist.bytecode.CodeAnalyzer.computeMaxStack(CodeAnalyzer.java:50)
at javassist.bytecode.CodeAttribute.computeMaxStack(CodeAttribute.java:239)
at com.pclewis.mcpatcher.AddMethodPatch.apply(AddMethodPatch.java:158)
at com.pclewis.mcpatcher.MCPatcher.applyPatches(MCPatcher.java:786)
at com.pclewis.mcpatcher.MCPatcher.applyMods(MCPatcher.java:694)
at com.pclewis.mcpatcher.MCPatcher.patch(MCPatcher.java:617)
at com.pclewis.mcpatcher.MainForm$11$PatchThread.run(MainForm.java:355)
at java.lang.Thread.run(Unknown Source)
Restoring original minecraft.jar due to previous error