• 0

    posted a message on How the heck do you copy and paste in minecraft?
    ARGH it used to work now it dont i use LINUX. nobody usues llinux :-( Ctrl+<anything> doesnt work no more on MC pls help it used to
    Posted in: Discussion
  • 0

    posted a message on Minecraft lastlogin password decoder/recovery
    Awweeee...... It works, but not as i hoped :/ i guess i dint check the "remember me" button

    D:
    Posted in: Minecraft Tools
  • 0

    posted a message on [MODELER] FMCModeler v0.26 - Minecraft models in a Flash!
    I Made A Minecraft player Template :3 :



     
    //variables init:
    public ModelRenderer ArmLeft;
    public ModelRenderer ArmRight;
    public ModelRenderer Body;
    public ModelRenderer Head;
    public ModelRenderer HeadOverlay;
    public ModelRenderer LegLeft;
    public ModelRenderer LegRight;
    
    //constructor:
    ArmLeft = new ModelRenderer(28, 16);
    ArmLeft.addBox(0F, 0F, 0F, 3, 13, 3);
    ArmLeft.setPosition(-7F, 13F, 1F);
    
    ArmRight = new ModelRenderer(1, 15);
    ArmRight.addBox(0F, 0F, 0F, 3, 13, 3);
    ArmRight.setPosition(4F, 13F, 1F);
    
    Body = new ModelRenderer(16, 15);
    Body.addBox(0F, 0F, 0F, 8, 13, 4);
    Body.setPosition(-4F, 13F, 0F);
    
    Head = new ModelRenderer(25, -9);
    Head.addBox(0F, 0F, 0F, 8, 8, 8);
    Head.setPosition(-4F, 26F, -2F);
    
    HeadOverlay = new ModelRenderer(35, 9);
    HeadOverlay.addBox(0F, 0F, 0F, 9, 9, 9);
    HeadOverlay.setPosition(-6F, 43F, -2F);
    
    LegLeft = new ModelRenderer(44, 0);
    LegLeft.addBox(0F, 0F, 0F, 4, 13, 4);
    
    LegRight = new ModelRenderer(20, -2);
    LegRight.addBox(0F, 0F, 0F, 4, 13, 4);
    LegRight.setPosition(-4F, 0F, 0F);
    
    //render:
    ArmLeft.render(f5);
    ArmRight.render(f5);
    Body.render(f5);
    Head.render(f5);
    HeadOverlay.render(f5);
    LegLeft.render(f5);
    LegRight.render(f5);



    Tell me if there's something wrong with it

    and hope everyone Enjoys it

    (you will have to work out the texturing ;) )
    Posted in: Minecraft Tools
  • 0

    posted a message on Joypad Mod - USB Controller, Split Screen [over 350K downloads]
    Hi this is really cool sounding though im a total nooob when it comes to modding:unsure:.
    It crashes every time i try to start it heres the crash report:



    ---- Minecraft Crash Report ----
    // Oh - I know what I did wrong!

    Time: 1/18/15 12:51 PM
    Description: There was a severe problem during mod loading that has caused the game to fail

    net.minecraftforge.fml.common.LoaderException: java.lang.NoClassDefFoundError: net/minecraftforge/common/config/Configuration
    at net.minecraftforge.fml.common.LoadController.transition(LoadController.java:162)
    at net.minecraftforge.fml.common.Loader.preinitializeMods(Loader.java:516)
    at net.minecraftforge.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:243)
    at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:413)
    at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:326)
    at net.minecraft.client.main.Main.main(SourceFile:120)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke(Method.java:606)
    at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
    at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
    Caused by: java.lang.NoClassDefFoundError: net/minecraftforge/common/config/Configuration
    at com.shiny.joypadmod.helpers.ConfigFile.reload(ConfigFile.java:47)
    at com.shiny.joypadmod.helpers.ConfigFile.<init>(ConfigFile.java:42)
    at com.shiny.joypadmod.ControllerSettings.<init>(ControllerSettings.java:88)
    at com.shiny.joypadmod.JoypadMod.preInit(JoypadMod.java:41)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke(Method.java:606)
    at net.minecraftforge.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:515)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke(Method.java:606)
    at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
    at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
    at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
    at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
    at com.google.common.eventbus.EventBus.post(EventBus.java:275)
    at net.minecraftforge.fml.common.LoadController.sendEventToModContainer(LoadController.java:208)
    at net.minecraftforge.fml.common.LoadController.propogateStateMessage(LoadController.java:187)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke(Method.java:606)
    at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
    at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
    at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
    at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
    at com.google.common.eventbus.EventBus.post(EventBus.java:275)
    at net.minecraftforge.fml.common.LoadController.distributeStateMessage(LoadController.java:118)
    at net.minecraftforge.fml.common.Loader.preinitializeMods(Loader.java:514)
    ... 10 more
    Caused by: java.lang.ClassNotFoundException: net.minecraftforge.common.config.Configuration
    at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:191)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:425)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:358)
    ... 41 more
    Caused by: java.lang.NullPointerException
    at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:182)
    ... 43 more


    A detailed walkthrough of the error, its code path and all known details is as follows:
    ---------------------------------------------------------------------------------------

    -- System Details --
    Details:
    Minecraft Version: 1.8
    Operating System: Linux (amd64) version 3.13.0-44-generic
    Java Version: 1.7.0_65, Oracle Corporation
    Java VM Version: OpenJDK 64-Bit Server VM (mixed mode), Oracle Corporation
    Memory: 128323104 bytes (122 MB) / 278446080 bytes (265 MB) up to 1060372480 bytes (1011 MB)
    JVM Flags: 5 total; -Xmx1G -XX:+UseConcMarkSweepGC -XX:+CMSIncrementalMode -XX:-UseAdaptiveSizePolicy -Xmn128M
    IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
    FML: MCP v9.10 FML v8.0.16.1021 3 mods loaded, 3 mods active
    mcp{9.05} [Minecraft Coder Pack] (minecraft.jar) Unloaded->Constructed->Pre-initialized
    FML{8.0.16.1021} [Forge Mod Loader] (fml-1.8-8.0.16.1021-1.8.jar) Unloaded->Constructed->Pre-initialized
    JoypadSplitscreenMod{1.7.2-0.1} [Joypad / SplitScreen Mod] (JoypadMod-1.8-0.1.jar) Unloaded->Constructed->Errored

    By the way, im running Ubuntu 14.04 if thats helpful and isnt in the crash report.
    Posted in: Minecraft Mods
  • To post a comment, please .