• 0

    posted a message on [WIP] Derp Monocle Mod Pack v0.1 - Textures
    Can I be forum thingy? :biggrin.gif:
    Posted in: Mods Discussion
  • 0

    posted a message on Can anyone help me please?
    Quote from artwich

    To recap: You have "/idk/ore.png" instead of "idk/ore.png" and you have the image in <<mcp>>/jars/bin/minecraft.jar/idk/ore.png?


    Eh, no. :biggrin.gif:
    Posted in: Modification Development
  • 0

    posted a message on Can anyone help me please?
    I added it before you said it, but the same happend. Over and over again.
    Posted in: Modification Development
  • 0

    posted a message on Can anyone help me please?
    bump
    Posted in: Modification Development
  • 0

    posted a message on Can anyone help me please?
    Thanks dude, but none of this worked. :sad.gif: This makes me a sad panda, I started modding today btw.
    Posted in: Modification Development
  • 0

    posted a message on Can anyone help me please?
    Quote from Slay3R?

    How long is it going to take before people learn to read

    Image not found: idk/ore.png


    It can't find the image, make sure it's in the right place...


    Wait, wait. Do I have to put the folder with the pic into minecraft.jar? Or only pic?
    Posted in: Modification Development
  • 0

    posted a message on Can anyone help me please?
    Hey, whenever I launch my minecraft with my "mod" it crashes. Idk why. Here is the source, and error.


    Error

    java.lang.RuntimeException: java.lang.Exception: Image not found: idk/ore.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.java: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: idk/ore.png
    	at net.minecraft.src.ModLoader.loadImage(ModLoader.java:851)
    	at net.minecraft.src.ModLoader.RegisterAllTextureOverrides(ModLoader.java:1158)
    	... 4 more


    Source code

    package net.minecraft.src;
    
    public class mod_idk extends BaseMod
    {
    	public mod_idk ()
    	{
    		idkOre.blockIndexInTexture = ModLoader.addOverride("/terrain.png", "idk/ore.png");
    		ModLoader.AddName(idkOre, "idk ore");
    		ModLoader.RegisterBlock(idkOre);
    	}
    	
    	public String Version ()
    	{
    		return "1.8.1";
    	}
    	 
    	public static final Block idkOre;
    	
    	static
    	{
    		idkOre = (new BlockOre(110, 0)).setHardness(1.5F).setBlockName("ThisIsArandomOre");
    	}
    }


    Thanks for you're time, Haavard.
    Posted in: Modification Development
  • 0

    posted a message on Help me, only getting error.
    When I recompile it it only says it can't find the server source, is that the error?

    EDIT: When I recompiled, there was no error. It only crash when I try to run the mod.
    Posted in: Modification Development
  • 0

    posted a message on Help me, only getting error.
    Quote from PhoenixTroll

    When posting problems with code please post the error as well.
    I am such a newb, but where do I find those errors?
    Posted in: Modification Development
  • 0

    posted a message on Help me, only getting error.
    Can anyone help me? When I try to use my mod for adding a new ore. (Just learned how to do it) It only crash

    Here is the source code.

    package net.minecraft.src;

    public class mod_idk extends BaseMod
    {
    public mod_idk ()
    {
    idkOre.blockIndexInTexture = ModLoader.addOverride("/terrain.png", "/idk/ore.png");
    ModLoader.AddName(idkOre, "idk ore");
    ModLoader.RegisterBlock(idkOre);
    }

    public String Version ()
    {
    return "1.8.1";
    }

    public static final Block idkOre;

    static
    {
    idkOre = (new BlockOre(110, 0)).setHardness(1.5F).setBlockName("ThisIsArandomOre");
    }
    }
    Posted in: Modification Development
  • 0

    posted a message on Looking for a tester or two
    Looks fun, but I have no experience lol.
    Posted in: Modification Development
  • 0

    posted a message on DailyMinecraftGiveaway
    www.DailyMinecraftGiveaway.com

    DMG gives you the chance to win a free MC gift code for free, all you gotta to do is a simple survey who takes like 2 mins to do. Join the URL at the top now. You have a chance from like 1-120, and somedays we give out 2-3 codes. This is amazing! You can chat with the staff in the chatbox and just chill while waiting. You won't regret!

    www.DailyMinecraftGiveaway.com
    Posted in: Discussion
  • 0

    posted a message on DailyMinecraftGiveaway
    Quote from Tubbydontdiet

    Congratulations on your first post on the forums being a scam. Very nice.
    It's 100% legit tbh, check it out.
    Posted in: Discussion
  • 0

    posted a message on DailyMinecraftGiveaway
    www.DailyMinecraftGiveaway.com


    Gives you the chance to win a free Minecraft acc for free, just do a survey who takes 5 minutes. Get started now! Be amazed over the service from staff, and how easy it is to win. Check it out!


    www.DailyMinecraftGiveaway.com
    Posted in: Discussion
  • To post a comment, please .