I've also been having a problem with mcpatcher. The HD Textures and HD Font are both greyed out, even after a clean install of the entire game, in the normal directory and a different one. Here are the errors:
HD Textures cannot be applied:
Minecraft: no match found for field fontRenderer
FontRenderer: no classes matched
HD Font cannot be applied:
FontRenderer: no classes matched
Log File:
MCPatcher version is 2.1.0_01
OS: Windows Vista 6.0 amd64
JVM: Sun Microsystems Inc. 1.6.0_25 (64 bit)
Classpath: C:\Users\Zak\AppData\Roaming\.minecraft\bin\mcpatcher-2.1.0_01.exe
Minecraft version is 1.6.6 (md5 d3c2f5b8aa303a78ac6e07184a6c3ae0)
WARNING: could not determine original md5 sum
Analyzing C:\Users\Zak\AppData\Roaming\.minecraft\bin\minecraft-1.6.6.jar (835 files)
au.class matches Compass.class
av.class matches TextureFX.class
a matches onTick
ce.class matches StillLava.class
ct.class matches RenderBlocks.class
a matches renderStandardBlockWithAmbientOcclusion
b matches renderStandardBlockWithColorMultiplier
AO faces (N S E W) = (17 18 15 16)
non-AO multipliers (R G :cool.gif: = (14 15 16)
gc.class matches GLAllocation.class
c matches createDirectByteBuffer
h.class matches TexturePackBase.class
a matches getInputStream
hq.class matches Portal.class
hu.class matches ColorizerWater.class
hx.class matches ColorizerGrass.class
ic.class matches FlowLava.class
ih.class matches TexturePackList.class
je.class matches ColorizerFoliage.class
jf.class matches RenderEngine.class
kq.class matches Watch.class
kr.class matches GameSettings.class
lj.class matches Material.class
od.class matches FlowWater.class
ow.class matches TexturePackDefault.class
qv.class matches ItemRenderer.class
ry.class matches Fire.class
un.class matches Block.class
vk.class matches StillWater.class
wg.class matches BlockGrass.class
a matches getBlockTexture
xg.class matches IBlockAccess.class
f matches getBlockMaterial
net/minecraft/client/Minecraft.class matches Minecraft.class
no classes matched FontRenderer
no classes matched FontRenderer
Analyzing C:\Users\Zak\AppData\Roaming\.minecraft\bin\minecraft-1.6.6.jar (second pass)
RenderEngine (jf.class)
field f matches imageData
field g matches textureList
method a matches registerTextureFX
method b matches refreshTextures
method a matches readTextureImage
method a matches setupTexture
method a matches readTextureImageData
TextureFX (av.class)
field a matches imageData
field b matches tileNumber
field e matches tileSize
field f matches tileImage
Compass (au.class)
Fire (ry.class)
StillLava (ce.class)
FlowLava (ic.class)
StillWater (vk.class)
FlowWater (od.class)
ItemRenderer (qv.class)
Watch (kq.class)
Portal (hq.class)
Minecraft (net/minecraft/client/Minecraft.class)
field D matches texturePackList
field p matches renderEngine
field z matches gameSettings
no match found for field fontRenderer
GLAllocation (gc.class)
TexturePackList (ih.class)
field a matches selectedTexturePack
field c matches defaultTexturePack
field e matches minecraft
TexturePackBase (h.class)
field a matches texturePackFileName
TexturePackDefault (ow.class)
GameSettings (kr.class)
ColorizerWater (hu.class)
field a matches colorBuffer
ColorizerGrass (hx.class)
field a matches colorBuffer
ColorizerFoliage (je.class)
field a matches colorBuffer
Material (lj.class)
field b matches ground
Block (un.class)
method a matches getBlockTexture
BlockGrass (wg.class)
IBlockAccess (xg.class)
method f matches getBlockMaterial
method a matches getBlockId
method e matches getBlockMetadata
RenderBlocks (ct.class)
field b matches blockAccess
3 available mods:
[ NO] HD Font 1.0 - Provides support for higher resolution fonts.
no classes matched FontRenderer
[ NO] HD Textures 1.0 - Provides support for texture packs of 32x32, 64x64, 128x128, and 256x256.
no classes matched FontRenderer
[YES] Better Grass 1.0 - Improves the look of the sides of grass blocks. Inspired by MrMessiah's mod.
Class Map:
HD Textures
class ColorizerFoliage (je.class)
field colorBuffer -> a
class ColorizerGrass (hx.class)
field colorBuffer -> a
class ColorizerWater (hu.class)
field colorBuffer -> a
class Compass (au.class)
class Fire (ry.class)
class FlowLava (ic.class)
class FlowWater (od.class)
class GLAllocation (gc.class)
method createDirectByteBuffer -> c
class GameSettings (kr.class)
class ItemRenderer (qv.class)
class Minecraft (net/minecraft/client/Minecraft.class)
field gameSettings -> z
field renderEngine -> p
field texturePackList -> D
class Portal (hq.class)
class RenderEngine (jf.class)
method readTextureImage -> a
method readTextureImageData -> a
method refreshTextures -> b
method registerTextureFX -> a
method setupTexture -> a
field imageData -> f
field textureList -> g
class StillLava (ce.class)
class StillWater (vk.class)
class TextureFX (av.class)
method onTick -> a
field imageData -> a
field tileImage -> f
field tileNumber -> b
field tileSize -> e
class TexturePackBase (h.class)
method getInputStream -> a
field texturePackFileName -> a
class TexturePackDefault (ow.class)
class TexturePackList (ih.class)
field defaultTexturePack -> c
field minecraft -> e
field selectedTexturePack -> a
class Watch (kq.class)
class com.pclewis.mcpatcher.mod.CustomAnimation extends TextureFX
method onTick -> a
field imageData -> a
field tileImage -> f
field tileNumber -> b
field tileSize -> e
class net.minecraft.client.Minecraft alias for Minecraft
class net.minecraft.src.ColorizerFoliage alias for ColorizerFoliage
class net.minecraft.src.ColorizerGrass alias for ColorizerGrass
class net.minecraft.src.ColorizerWater alias for ColorizerWater
class net.minecraft.src.Compass alias for Compass
class net.minecraft.src.Fire alias for Fire
class net.minecraft.src.FlowLava alias for FlowLava
class net.minecraft.src.FlowWater alias for FlowWater
class net.minecraft.src.GLAllocation alias for GLAllocation
class net.minecraft.src.GameSettings alias for GameSettings
class net.minecraft.src.ItemRenderer alias for ItemRenderer
class net.minecraft.src.Portal alias for Portal
class net.minecraft.src.RenderEngine alias for RenderEngine
class net.minecraft.src.StillLava alias for StillLava
class net.minecraft.src.StillWater alias for StillWater
class net.minecraft.src.TextureFX alias for TextureFX
class net.minecraft.src.TexturePackBase alias for TexturePackBase
class net.minecraft.src.TexturePackDefault alias for TexturePackDefault
class net.minecraft.src.TexturePackList alias for TexturePackList
class net.minecraft.src.Watch alias for Watch
Better Grass
class Block (un.class)
method getBlockTexture -> a
class BlockGrass (wg.class)
method getBlockTexture -> a
class IBlockAccess (xg.class)
method getBlockId -> a
method getBlockMaterial -> f
method getBlockMetadata -> e
class Material (lj.class)
field builtSnow -> u
field ground -> b
field snow -> t
class RenderBlocks (ct.class)
method renderStandardBlockWithAmbientOcclusion -> a
method renderStandardBlockWithColorMultiplier -> b
field blockAccess -> b
class net.minecraft.src.Block alias for Block
class net.minecraft.src.BlockGrass alias for BlockGrass
class net.minecraft.src.IBlockAccess alias for IBlockAccess
class net.minecraft.src.Material alias for Material
class net.minecraft.src.RenderBlocks alias for RenderBlocks
I'm using:
Intel core 2 duo CPU 6300 @ 1.86Ghz
3 Gb RAM
INVIDIA 9600GT
Windows XP pro. sp3
Show white squares in minecraft 1.6.6
Texture pack LB photo realism 128x ( :dry.gif:
Rollback Post to RevisionRollBack
Im Russian. I bad know English
Я РУССКИЙ. Я плохо знаю английский, если тут есть русско-язычные помогите с проблемой.
Sorry for the question, but does this work the same way as mod launchers? I don't mean will this make mods work but I mean has it got the possibility to damage minecraft (like mods can do?
Sorry if I was unclear :/
This patcher allows you to use textures of any size in Minecraft. (32x32, 64x64, etc.)
It doesn't 'damage' your game if used properly (Update Minecraft first, then run latest compatible version of MCPatcher once until next Minecraft update).
It does also allow you to install mods.
"With version 2.1.0 you can now install other mods straight from the patcher. This is a convenience feature only. The patcher only copies the mod files into minecraft.jar for you. It does not and cannot do anything to make other mods compatible with any version of the game other than the one they were written for."
The www.minecraft.com temp folder doesn't seem to exist on my machine.
My java version was 6.24 but I uninstalled and reinstalled 6.25
Still crashes after about 10 mins.
Well... I'm pretty much all out of ideas for now. :unsure.gif: If I think of something else I'll quote you again and tell you what I've come up with. Until then I have to assume there is something else on your computer causing the problem; not Minecraft, the MCPatcher or mods.
Oh, and the temp folder not existing is okay - some people don't have it.
The www.minecraft.com temp folder doesn't seem to exist on my machine.
My java version was 6.24 but I uninstalled and reinstalled 6.25
Still crashes after about 10 mins.
Make sure your video card has the latest drivers.
Start > right-click Computer and select Properties
On the left side of the window, find 'Device Manager'
Expand the 'Display Adapters' section to find your gfx card
Right-click it and go to 'Properties'
Select the 'Driver' tab at the top of the properties window to find your driver version
Compare your driver version against the latest driver version available on the manufacturer's website (ATI, NVIDIA, etc). If there is a newer driver, get it.
I've also been having a problem with mcpatcher. The HD Textures and HD Font are both greyed out, even after a clean install of the entire game, in the normal directory and a different one. Here are the errors:
HD Textures cannot be applied:
Minecraft: no match found for field fontRenderer
FontRenderer: no classes matched
HD Font cannot be applied:
FontRenderer: no classes matched
Log File:
MCPatcher version is 2.1.0_01
OS: Windows Vista 6.0 amd64
JVM: Sun Microsystems Inc. 1.6.0_25 (64 bit)
Classpath: C:\Users\Zak\AppData\Roaming\.minecraft\bin\mcpatcher-2.1.0_01.exe
Minecraft version is 1.6.6 (md5 d3c2f5b8aa303a78ac6e07184a6c3ae0)
WARNING: could not determine original md5 sum
Analyzing C:\Users\Zak\AppData\Roaming\.minecraft\bin\minecraft-1.6.6.jar (835 files)
au.class matches Compass.class
av.class matches TextureFX.class
a matches onTick
ce.class matches StillLava.class
ct.class matches RenderBlocks.class
a matches renderStandardBlockWithAmbientOcclusion
b matches renderStandardBlockWithColorMultiplier
AO faces (N S E W) = (17 18 15 16)
non-AO multipliers (R G :cool.gif: = (14 15 16)
gc.class matches GLAllocation.class
c matches createDirectByteBuffer
h.class matches TexturePackBase.class
a matches getInputStream
hq.class matches Portal.class
hu.class matches ColorizerWater.class
hx.class matches ColorizerGrass.class
ic.class matches FlowLava.class
ih.class matches TexturePackList.class
je.class matches ColorizerFoliage.class
jf.class matches RenderEngine.class
kq.class matches Watch.class
kr.class matches GameSettings.class
lj.class matches Material.class
od.class matches FlowWater.class
ow.class matches TexturePackDefault.class
qv.class matches ItemRenderer.class
ry.class matches Fire.class
un.class matches Block.class
vk.class matches StillWater.class
wg.class matches BlockGrass.class
a matches getBlockTexture
xg.class matches IBlockAccess.class
f matches getBlockMaterial
net/minecraft/client/Minecraft.class matches Minecraft.class
no classes matched FontRenderer
no classes matched FontRenderer
Analyzing C:\Users\Zak\AppData\Roaming\.minecraft\bin\minecraft-1.6.6.jar (second pass)
RenderEngine (jf.class)
field f matches imageData
field g matches textureList
method a matches registerTextureFX
method b matches refreshTextures
method a matches readTextureImage
method a matches setupTexture
method a matches readTextureImageData
TextureFX (av.class)
field a matches imageData
field b matches tileNumber
field e matches tileSize
field f matches tileImage
Compass (au.class)
Fire (ry.class)
StillLava (ce.class)
FlowLava (ic.class)
StillWater (vk.class)
FlowWater (od.class)
ItemRenderer (qv.class)
Watch (kq.class)
Portal (hq.class)
Minecraft (net/minecraft/client/Minecraft.class)
field D matches texturePackList
field p matches renderEngine
field z matches gameSettings
no match found for field fontRenderer
GLAllocation (gc.class)
TexturePackList (ih.class)
field a matches selectedTexturePack
field c matches defaultTexturePack
field e matches minecraft
TexturePackBase (h.class)
field a matches texturePackFileName
TexturePackDefault (ow.class)
GameSettings (kr.class)
ColorizerWater (hu.class)
field a matches colorBuffer
ColorizerGrass (hx.class)
field a matches colorBuffer
ColorizerFoliage (je.class)
field a matches colorBuffer
Material (lj.class)
field b matches ground
Block (un.class)
method a matches getBlockTexture
BlockGrass (wg.class)
IBlockAccess (xg.class)
method f matches getBlockMaterial
method a matches getBlockId
method e matches getBlockMetadata
RenderBlocks (ct.class)
field b matches blockAccess
3 available mods:
[ NO] HD Font 1.0 - Provides support for higher resolution fonts.
no classes matched FontRenderer
[ NO] HD Textures 1.0 - Provides support for texture packs of 32x32, 64x64, 128x128, and 256x256.
no classes matched FontRenderer
[YES] Better Grass 1.0 - Improves the look of the sides of grass blocks. Inspired by MrMessiah's mod.
Class Map:
HD Textures
class ColorizerFoliage (je.class)
field colorBuffer -> a
class ColorizerGrass (hx.class)
field colorBuffer -> a
class ColorizerWater (hu.class)
field colorBuffer -> a
class Compass (au.class)
class Fire (ry.class)
class FlowLava (ic.class)
class FlowWater (od.class)
class GLAllocation (gc.class)
method createDirectByteBuffer -> c
class GameSettings (kr.class)
class ItemRenderer (qv.class)
class Minecraft (net/minecraft/client/Minecraft.class)
field gameSettings -> z
field renderEngine -> p
field texturePackList -> D
class Portal (hq.class)
class RenderEngine (jf.class)
method readTextureImage -> a
method readTextureImageData -> a
method refreshTextures -> b
method registerTextureFX -> a
method setupTexture -> a
field imageData -> f
field textureList -> g
class StillLava (ce.class)
class StillWater (vk.class)
class TextureFX (av.class)
method onTick -> a
field imageData -> a
field tileImage -> f
field tileNumber -> b
field tileSize -> e
class TexturePackBase (h.class)
method getInputStream -> a
field texturePackFileName -> a
class TexturePackDefault (ow.class)
class TexturePackList (ih.class)
field defaultTexturePack -> c
field minecraft -> e
field selectedTexturePack -> a
class Watch (kq.class)
class com.pclewis.mcpatcher.mod.CustomAnimation extends TextureFX
method onTick -> a
field imageData -> a
field tileImage -> f
field tileNumber -> b
field tileSize -> e
class net.minecraft.client.Minecraft alias for Minecraft
class net.minecraft.src.ColorizerFoliage alias for ColorizerFoliage
class net.minecraft.src.ColorizerGrass alias for ColorizerGrass
class net.minecraft.src.ColorizerWater alias for ColorizerWater
class net.minecraft.src.Compass alias for Compass
class net.minecraft.src.Fire alias for Fire
class net.minecraft.src.FlowLava alias for FlowLava
class net.minecraft.src.FlowWater alias for FlowWater
class net.minecraft.src.GLAllocation alias for GLAllocation
class net.minecraft.src.GameSettings alias for GameSettings
class net.minecraft.src.ItemRenderer alias for ItemRenderer
class net.minecraft.src.Portal alias for Portal
class net.minecraft.src.RenderEngine alias for RenderEngine
class net.minecraft.src.StillLava alias for StillLava
class net.minecraft.src.StillWater alias for StillWater
class net.minecraft.src.TextureFX alias for TextureFX
class net.minecraft.src.TexturePackBase alias for TexturePackBase
class net.minecraft.src.TexturePackDefault alias for TexturePackDefault
class net.minecraft.src.TexturePackList alias for TexturePackList
class net.minecraft.src.Watch alias for Watch
Better Grass
class Block (un.class)
method getBlockTexture -> a
class BlockGrass (wg.class)
method getBlockTexture -> a
class IBlockAccess (xg.class)
method getBlockId -> a
method getBlockMaterial -> f
method getBlockMetadata -> e
class Material (lj.class)
field builtSnow -> u
field ground -> b
field snow -> t
class RenderBlocks (ct.class)
method renderStandardBlockWithAmbientOcclusion -> a
method renderStandardBlockWithColorMultiplier -> b
field blockAccess -> b
class net.minecraft.src.Block alias for Block
class net.minecraft.src.BlockGrass alias for BlockGrass
class net.minecraft.src.IBlockAccess alias for IBlockAccess
class net.minecraft.src.Material alias for Material
class net.minecraft.src.RenderBlocks alias for RenderBlocks
I can tell right out of the gate that the minecraft.jar is modified. Your CRC is d3c2f5b8aa303a78ac6e07184a6c3ae0 but the correct one should be ce80072464433cd5b05d505aa8ff29d1. As it stands that issue has come up for me when attempting to install OptiMine. The mod includes se.class which causes issues with MCPatcher. OptiMine and MCPatcher are not compatible with each other. OptiFog is fine though it seems...
I've been working on this all day, I'm trying to install mods to mcpatcher (I have a macbook pro, 2O1O) and it just is not working at all. Even just modloader won't patch at all. I've watched the video over 2O times already but MC is just kicking my butt. I would completely appreciate the help, I've googled galore and just nothing helps. :sad.gif:
Having some issues here, the HD Textures and such are greyed out, only better grass is available. I have no mods installed, so that isn't he issue. Could someone help me out here?
Having some issues here, the HD Textures and such are greyed out, only better grass is available. I have no mods installed, so that isn't he issue. Could someone help me out here?
HD Textures cannot be applied:
Minecraft: no match found for field fontRenderer
FontRenderer: no classes matched
HD Font cannot be applied:
FontRenderer: no classes matched
Log File:
Class Map:
HD Textures class ColorizerFoliage (je.class) field colorBuffer -> a class ColorizerGrass (hx.class) field colorBuffer -> a class ColorizerWater (hu.class) field colorBuffer -> a class Compass (au.class) class Fire (ry.class) class FlowLava (ic.class) class FlowWater (od.class) class GLAllocation (gc.class) method createDirectByteBuffer -> c class GameSettings (kr.class) class ItemRenderer (qv.class) class Minecraft (net/minecraft/client/Minecraft.class) field gameSettings -> z field renderEngine -> p field texturePackList -> D class Portal (hq.class) class RenderEngine (jf.class) method readTextureImage -> a method readTextureImageData -> a method refreshTextures -> b method registerTextureFX -> a method setupTexture -> a field imageData -> f field textureList -> g class StillLava (ce.class) class StillWater (vk.class) class TextureFX (av.class) method onTick -> a field imageData -> a field tileImage -> f field tileNumber -> b field tileSize -> e class TexturePackBase (h.class) method getInputStream -> a field texturePackFileName -> a class TexturePackDefault (ow.class) class TexturePackList (ih.class) field defaultTexturePack -> c field minecraft -> e field selectedTexturePack -> a class Watch (kq.class) class com.pclewis.mcpatcher.mod.CustomAnimation extends TextureFX method onTick -> a field imageData -> a field tileImage -> f field tileNumber -> b field tileSize -> e class net.minecraft.client.Minecraft alias for Minecraft class net.minecraft.src.ColorizerFoliage alias for ColorizerFoliage class net.minecraft.src.ColorizerGrass alias for ColorizerGrass class net.minecraft.src.ColorizerWater alias for ColorizerWater class net.minecraft.src.Compass alias for Compass class net.minecraft.src.Fire alias for Fire class net.minecraft.src.FlowLava alias for FlowLava class net.minecraft.src.FlowWater alias for FlowWater class net.minecraft.src.GLAllocation alias for GLAllocation class net.minecraft.src.GameSettings alias for GameSettings class net.minecraft.src.ItemRenderer alias for ItemRenderer class net.minecraft.src.Portal alias for Portal class net.minecraft.src.RenderEngine alias for RenderEngine class net.minecraft.src.StillLava alias for StillLava class net.minecraft.src.StillWater alias for StillWater class net.minecraft.src.TextureFX alias for TextureFX class net.minecraft.src.TexturePackBase alias for TexturePackBase class net.minecraft.src.TexturePackDefault alias for TexturePackDefault class net.minecraft.src.TexturePackList alias for TexturePackList class net.minecraft.src.Watch alias for Watch Better Grass class Block (un.class) method getBlockTexture -> a class BlockGrass (wg.class) method getBlockTexture -> a class IBlockAccess (xg.class) method getBlockId -> a method getBlockMaterial -> f method getBlockMetadata -> e class Material (lj.class) field builtSnow -> u field ground -> b field snow -> t class RenderBlocks (ct.class) method renderStandardBlockWithAmbientOcclusion -> a method renderStandardBlockWithColorMultiplier -> b field blockAccess -> b class net.minecraft.src.Block alias for Block class net.minecraft.src.BlockGrass alias for BlockGrass class net.minecraft.src.IBlockAccess alias for IBlockAccess class net.minecraft.src.Material alias for Material class net.minecraft.src.RenderBlocks alias for RenderBlocksIntel core 2 duo CPU 6300 @ 1.86Ghz
3 Gb RAM
INVIDIA 9600GT
Windows XP pro. sp3
Show white squares in minecraft 1.6.6
Texture pack LB photo realism 128x ( :dry.gif:
Я РУССКИЙ. Я плохо знаю английский, если тут есть русско-язычные помогите с проблемой.
This patcher allows you to use textures of any size in Minecraft. (32x32, 64x64, etc.)
It doesn't 'damage' your game if used properly (Update Minecraft first, then run latest compatible version of MCPatcher once until next Minecraft update).
It does also allow you to install mods.
"With version 2.1.0 you can now install other mods straight from the patcher. This is a convenience feature only. The patcher only copies the mod files into minecraft.jar for you. It does not and cannot do anything to make other mods compatible with any version of the game other than the one they were written for."
I am certain that the white squares are related to the texture pack itself.
Have you tried the 64x version? Does it do the same?
Well... I'm pretty much all out of ideas for now. :unsure.gif: If I think of something else I'll quote you again and tell you what I've come up with. Until then I have to assume there is something else on your computer causing the problem; not Minecraft, the MCPatcher or mods.
Oh, and the temp folder not existing is okay - some people don't have it.
Make sure your video card has the latest drivers.
Start > right-click Computer and select Properties
On the left side of the window, find 'Device Manager'
Expand the 'Display Adapters' section to find your gfx card
Right-click it and go to 'Properties'
Select the 'Driver' tab at the top of the properties window to find your driver version
Compare your driver version against the latest driver version available on the manufacturer's website (ATI, NVIDIA, etc). If there is a newer driver, get it.
Now i'm all out of ideas, lol.
Make sure your video card driver is up to date. If it is, then you may just not have a very powerful video card.
If that's LB Photo Realism you're using - check the thread for that texture pack!
It is a known issue that the author is hoping will fix itself with the next Minecraft patch.
This is not an issue with the MCPatcher if you use LB Photo Realism
[Diamond]
Just download it like normal and run it....
Just like you run minecraftlauncher.jar...
How does that make any sense?
This isn't a texture-pack issue, this is a Minecraft issue...
Don't blame LB Photo Realism...
Random Minecraft Seed Generator
http://sundergaming.com/3kbcraft/map/map.html
3KillaBytes Minecraft Server Map (Tectonicus)
IP: minecraft.sundergaming.com:25565
Phantom's Survival Server [3KBCraft]
I can tell right out of the gate that the minecraft.jar is modified. Your CRC is d3c2f5b8aa303a78ac6e07184a6c3ae0 but the correct one should be ce80072464433cd5b05d505aa8ff29d1. As it stands that issue has come up for me when attempting to install OptiMine. The mod includes se.class which causes issues with MCPatcher. OptiMine and MCPatcher are not compatible with each other. OptiFog is fine though it seems...
It downloads a .ja.. oh I see the problem it's my browser nevermind.
[Diamond]
There's an edit button, why double post?
And the Github link still works fine...
Random Minecraft Seed Generator
http://sundergaming.com/3kbcraft/map/map.html
3KillaBytes Minecraft Server Map (Tectonicus)
IP: minecraft.sundergaming.com:25565
Phantom's Survival Server [3KBCraft]
Start with a fresh minecraft.jar.
Random Minecraft Seed Generator
http://sundergaming.com/3kbcraft/map/map.html
3KillaBytes Minecraft Server Map (Tectonicus)
IP: minecraft.sundergaming.com:25565
Phantom's Survival Server [3KBCraft]
I did. Five times.
Can you give me the CRC32 of your Minecraft.jar, and the error MCPatcher's log shows?
Random Minecraft Seed Generator
http://sundergaming.com/3kbcraft/map/map.html
3KillaBytes Minecraft Server Map (Tectonicus)
IP: minecraft.sundergaming.com:25565
Phantom's Survival Server [3KBCraft]