SCMowns,
I tryed getting Techne and its not working it says : Unable to install or run this application. This application requires your system to be up dated to Microsoft Common Language Runtime Version 4.0.30319.0. Please contact you system administrator.
Help plz!
The 2nd time everyone is ignoring me plz help! >:-(
java.lang.RuntimeException: java.lang.Exception: Image not found: /items/crystal.png
at net.minecraft.src.ModLoader.registerAllTextureOverrides(ModLoader.java:1694)
at net.minecraft.src.ModLoader.onTick(ModLoader.java:1200)
at net.minecraft.src.EntityRendererProxy.updateCameraAndRender(EntityRendererProxy.java:21)
at net.minecraft.client.Minecraft.runGameLoop(Minecraft.java:878)
at net.minecraft.client.Minecraft.run(Minecraft.java:768)
at java.lang.Thread.run(Unknown Source)
Caused by: java.lang.Exception: Image not found: /items/crystal.png
at net.minecraft.src.ModLoader.loadImage(ModLoader.java:1117)
at net.minecraft.src.ModLoader.registerAllTextureOverrides(ModLoader.java:1686)
... 5 more
A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------
-- System Details --
Details:
Minecraft Version: 1.4.7
Operating System: Windows 7 (amd64) version 6.1
Java Version: 1.7.0_11, Oracle Corporation
Java VM Version: Java HotSpotâ„¢ 64-Bit Server VM (mixed mode), Oracle Corporation
Memory: 929875496 bytes (886 MB) / 1038876672 bytes (990 MB) up to 1038876672 bytes (990 MB)
JVM Flags: 3 total; -Xincgc -Xmx1024M -Xms1024M
AABB Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
Suspicious classes: Start[net.minecraft.src.IPlayerUsage, MinecraftFakeLauncher, ThreadShutdown, ...]
IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
ModLoader: Mods loaded: 2
ModLoader 1.4.6
mod_dominic 3.14159265
LWJGL: 2.4.2
OpenGL: Mobile Intel® HD Graphics GL version 3.0.0 - Build 8.15.10.2342, Intel
Is Modded: Very likely; Jar signature invalidated
Type: Client (map_client.txt)
Texture Pack: Default
Profiler Position: N/A (disabled)
Vec3 Pool Size: ~~ERROR~~ NullPointerException: null
i dont know what happened with my mod
pls help me
:-(
You must have forgot to make the textures. You'd think it would just be a blank block or item, but it crashes. Make the textures in the folder(s) you directed them to, then put that folder(s) into the minecraft.jar in the jars folder.
java.lang.RuntimeException: java.lang.Exception: Image not found: /items/crystal.png
at net.minecraft.src.ModLoader.registerAllTextureOverrides(ModLoader.java:1694)
at net.minecraft.src.ModLoader.onTick(ModLoader.java:1200)
at net.minecraft.src.EntityRendererProxy.updateCameraAndRender(EntityRendererProxy.java:21)
at net.minecraft.client.Minecraft.runGameLoop(Minecraft.java:878)
at net.minecraft.client.Minecraft.run(Minecraft.java:768)
at java.lang.Thread.run(Unknown Source)
Caused by: java.lang.Exception: Image not found: /items/crystal.png
at net.minecraft.src.ModLoader.loadImage(ModLoader.java:1117)
at net.minecraft.src.ModLoader.registerAllTextureOverrides(ModLoader.java:1686)
... 5 more
A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------
-- System Details --
Details:
Minecraft Version: 1.4.7
Operating System: Windows 7 (amd64) version 6.1
Java Version: 1.7.0_11, Oracle Corporation
Java VM Version: Java HotSpotâ„¢ 64-Bit Server VM (mixed mode), Oracle Corporation
Memory: 929875496 bytes (886 MB) / 1038876672 bytes (990 MB) up to 1038876672 bytes (990 MB)
JVM Flags: 3 total; -Xincgc -Xmx1024M -Xms1024M
AABB Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
Suspicious classes: Start[net.minecraft.src.IPlayerUsage, MinecraftFakeLauncher, ThreadShutdown, ...]
IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
ModLoader: Mods loaded: 2
ModLoader 1.4.6
mod_dominic 3.14159265
LWJGL: 2.4.2
OpenGL: Mobile Intel® HD Graphics GL version 3.0.0 - Build 8.15.10.2342, Intel
Is Modded: Very likely; Jar signature invalidated
Type: Client (map_client.txt)
Texture Pack: Default
Profiler Position: N/A (disabled)
Vec3 Pool Size: ~~ERROR~~ NullPointerException: null
i dont know what happened with my mod
pls help me
:-(
Your textures were misplaced / removed from it's location.
Image not found: /items/crystal.png
look and see if you placed the pictures in the correct location
Hey SCMowns.
So I was wondering... When are you gunna show us how to set a EnumToolMaterial with out editing the base class?
You said you would, so do it next!
Can you help please every time I try to run eclipse I get a long message (I cant copy it) and then it wont start up, I've followed EXACTLY how you did it but it wont work
It says: Cannot find framework
Please reply if you can help
I want to be able to add blocks and items to my mod but all I can use is notepad++
Mc forge is bad for me but if other people want it then I'm fine with that but you need to do a tutorial on transferring and setting it up. And also do it in the next update and tell me if you export a mod will work for other versions. Thx and love the mod tutorials.
}
I think that your error is the Id # I think that that's already taken try what I tryed but I'm not sure if this will work or not or leave the # next to it 0
Hey wats up SCMowns2 first i got to say i love ur videos they are hilarious and really helpful and also i was wondering if you know how to make a custom potion effect or even how to make a mob that can be made like an iron golem or snow golem u know with blocks
I have fixed my generation code, but when I test it and create a new world it doesn't generate. I used an X-ray texturepack, I made it generate tons of ores only 5 blocks apart, yet it doesn't generate. Here is the code:
public void GenerateSurface(World world, Random rand, int chunkX, int chunkZ)
{
for(int i = 0; i < 10; i++)
{
int randPosX = chunkX + rand.nextInt(16);
int randPosY = rand.nextInt(32);
int randPosZ = chunkZ + rand.nextInt(16);
(new WorldGenMinable(mod_NewOres.thalliumOre.blockID, 4)).generate(world, rand, randPosX, randPosY, randPosZ);
}
}
SCMowns,
I tryed getting Techne and its not working it says : Unable to install or run this application. This application requires your system to be up dated to Microsoft Common Language Runtime Version 4.0.30319.0. Please contact you system administrator.
Help plz!
I wish people would listen! I do not want to say it 3 TIMES! Argh I am the administrator.
The 2nd time everyone is ignoring me plz help! >:-(
You must have forgot to make the textures. You'd think it would just be a blank block or item, but it crashes. Make the textures in the folder(s) you directed them to, then put that folder(s) into the minecraft.jar in the jars folder.
Your textures were misplaced / removed from it's location.
Image not found: /items/crystal.png
look and see if you placed the pictures in the correct location
Added to the list
So I was wondering... When are you gunna show us how to set a EnumToolMaterial with out editing the base class?
You said you would, so do it next!
-
View User Profile
-
View Posts
-
Send Message
Curse PremiumPlease reply if you can help
I want to be able to add blocks and items to my mod but all I can use is notepad++
-
View User Profile
-
View Posts
-
Send Message
Curse PremiumI should note that it says java error code 13 I looked everything up to figure out how to fix it but I don't get it
}
I think that your error is the Id # I think that that's already taken try what I tryed but I'm not sure if this will work or not or leave the # next to it 0
public void GenerateSurface(World world, Random rand, int chunkX, int chunkZ)
{
for(int i = 0; i < 10; i++)
{
int randPosX = chunkX + rand.nextInt(16);
int randPosY = rand.nextInt(32);
int randPosZ = chunkZ + rand.nextInt(16);
(new WorldGenMinable(mod_NewOres.thalliumOre.blockID, 4)).generate(world, rand, randPosX, randPosY, randPosZ);
}
}
You should add making your food give a potion effect to your list of future vids
I wish people would listen! I do not want to say it 3 TIMES! Argh I am the administrator.