Помогите скажите что не так0
Mods loaded: 2
ModLoader Beta 1.8.1
net.minecraft.src.mod_gcc 1.8.1 Tutorial
Minecraft has crashed!
----------------------
Minecraft has stopped running because it encountered a problem.
If you wish to report this, please copy this entire text and email it to support@mojang.com.
Please include a description of what you did when the error occured.
--- BEGIN ERROR REPORT b3ace597 --------
Generated 07.10.11 16:43
Minecraft: Minecraft Beta 1.8.1
OS: Windows 7 (x86) version 6.1
Java: 1.6.0_27, Sun Microsystems Inc.
VM: Java HotSpot(TM) Client VM (mixed mode), Sun Microsystems Inc.
LWJGL: 2.4.2
OpenGL: GeForce GT 240/PCI/SSE2 version 3.3.0, NVIDIA Corporation
java.lang.RuntimeException: java.lang.Exception: Image not found: /textures/024466.png
at net.minecraft.src.ModLoader.RegisterAllTextureOverrides(ModLoader.java:1166)
at net.minecraft.src.ModLoader.OnTick(ModLoader.java:887)
at net.minecraft.src.EntityRendererProxy.updateCameraAndRender(EntityRendererProxy.j ava:24)
at net.minecraft.client.Minecraft.run(Minecraft.java:517)
at java.lang.Thread.run(Unknown Source)
Caused by: java.lang.Exception: Image not found: /textures/024466.png
at net.minecraft.src.ModLoader.loadImage(ModLoader.java:851)
at net.minecraft.src.ModLoader.RegisterAllTextureOverrides(ModLoader.java:1158)
... 4 more
--- END ERROR REPORT 1e88213 ----------
____________________________________________________________________________
package net.minecraft.src;
public class mod_gcc extends BaseMod
{
public static Block newblock = new BlockNew(110, 0).setHardness(0.1F).setResistance(1.0F).setBlockName("newblock");
public String Version()
{
return "1.8.1 Tutorial";
}
public mod_gcc()
{
ModLoader.RegisterBlock(newblock);
ModLoader.AddName(newblock, "GCC");
ModLoader.AddRecipe(new ItemStack(newblock, 1), new Object[]{ "##", "##", Character.valueOf('#'), Block.dirt});
newblock.blockIndexInTexture = ModLoader.addOverride("/terrain.png", "/textures/024466.png");
}
}
В чем дело подскажите А?