• 0

    posted a message on Minecraft Modding Made Easy (40+ Videos!)
    Quote from dylanmachine13

    Help I used
    Minecraft Modding Made Easy: Blocks, Ores, and World Generation.

    with
    How To Make a Minecraft Mod: How to Create an Item by mrsal511

    I tried to make a block called glosterimisomium and an ore called oreglosterimisomium and a Item called glosterstick
    I got this error message



    Minecraft has crashed!
    ----------------------

    Minecraft has stopped running because it encountered a problem; Exception occured in ModLoader

    A full error report has been saved to C:\Users\Dylan\Desktop\mcp\jars\.\crash-reports\crash-2013-01-15_21.30.49-client.txt - Please include a copy of that file (Not this screen!) if you report this crash to anyone; without it, they will not be able to help fix the crash :(



    --- BEGIN ERROR REPORT bde4a92d --------
    Full report at:
    C:\Users\Dylan\Desktop\mcp\jars\.\crash-reports\crash-2013-01-15_21.30.49-client.txt
    Please show that file to Mojang, NOT just this screen!

    Generated 15/01/13 21:30

    -- System Details --
    Details:
    Minecraft Version: 1.4.7
    Operating System: Windows 7 (amd64) version 6.1
    Java Version: 1.7.0_04, Oracle Corporation
    Java VM Version: Java HotSpotâ„¢ 64-Bit Server VM (mixed mode), Oracle Corporation
    Memory: 995151608 bytes (949 MB) / 1056309248 bytes (1007 MB) up to 1056309248 bytes (1007 MB)
    JVM Flags: 3 total; -Xincgc -Xms1024M -Xmx1024M
    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: 1
    ModLoader 1.4.7


    java.lang.ExceptionInInitializerError
    at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
    at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:57)
    at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
    at java.lang.reflect.Constructor.newInstance(Constructor.java:525)
    at java.lang.Class.newInstance0(Class.java:372)
    at java.lang.Class.newInstance(Class.java:325)
    at net.minecraft.src.ModLoader.addMod(ModLoader.java:395)
    at net.minecraft.src.ModLoader.readFromClassPath(ModLoader.java:1406)
    at net.minecraft.src.ModLoader.init(ModLoader.java:952)
    at net.minecraft.src.ModLoader.addAllRenderers(ModLoader.java:190)
    at net.minecraft.src.RenderManager.<init>(RenderManager.java:93)
    at net.minecraft.src.RenderManager.<clinit>(RenderManager.java:14)
    at net.minecraft.client.Minecraft.startGame(Minecraft.java:421)
    at net.minecraft.src.MinecraftAppletImpl.startGame(MinecraftAppletImpl.java:41)
    at net.minecraft.client.Minecraft.run(Minecraft.java:741)
    at java.lang.Thread.run(Thread.java:722)
    Caused by: java.lang.IllegalArgumentException: Slot 123 is already occupied by net.minecraft.src.BlockRedstoneLight@38ee1abe when adding net.minecraft.src.Glosterimisomium@181dcd25
    at net.minecraft.src.Block.<init>(Block.java:282)
    at net.minecraft.src.Block.<init>(Block.java:314)
    at net.minecraft.src.Glosterimisomium.<init>(Glosterimisomium.java:7)
    at net.minecraft.src.mod_Glosterimisomium.<clinit>(mod_Glosterimisomium.java:7)
    ... 16 more
    --- END ERROR REPORT 59e5505 ----------

    What happened I will put my files here
    https://www.dropbox....ustom_message=#

    Hop u can help me





    I think the ID you assigned to your ore is already being used by another block in Minecraft. Try another ID number.
    Posted in: Tutorials
  • 0

    posted a message on Minecraft Modding Made Easy (40+ Videos!)
    Hey there Robbie, love the tutorials! Seriously, without you i never would have been able to mod the simplest thing. Anyway, I'm trying to add a block to the world, but not an ordinary block - i want it to appear as a floating orb. However the standard block textures prevent me from making it like that since it defaults to making it, well, block-shaped. Should i declare the orb as a something other than a block? I was thinking maybe declaring it as a flower or something, but in all honesty I'm not sure where to begin. Thanks to anyone who reads this and can help.
    Posted in: Tutorials
  • 0

    posted a message on Minecraft Modding Made Easy (40+ Videos!)
    Hey Robbie,
    I'm a new modder and I have to say that your tutorials are spectacular! You explain the code really well to make it clear what all the variables and methods do. Anyway, I was having trouble with tree generation. I have followed your tutorial as closely as possible, but I think that with the latest update (1.2.4) the generation code for trees has been altered. If you could help me out, that would be great. If you need me to, I can post the classes I have created. Thanks again!

    ~~ jgk

    Edit: Problem solved! I just updated my MCP and mod, and it worked! Thanks Rob!
    Posted in: Tutorials
  • To post a comment, please .