• 0

    posted a message on [WP] U.F.O Mod
    hey im starting a ufo mod and need a guy who can code. I already go the model and it textured ill post a pic below i just need someone who can code.



    heres a front view:



    well pm me if u want to help and i'll tell u what i need
    Posted in: WIP Mods
  • 0

    posted a message on [WIP] U.F.O mod
    hey making a U.F.O mod but need a coder and a texturer pm me if u want to help
    Posted in: WIP Mods
  • 0

    posted a message on [SSP/SMP][1.3.2]Fossil / Archeology [v6.9 P-4]
    Quote from Tiramo

    you know you could just use the dragon egg block as the egg shape for dinosaur eggs :wink.gif:


    yea ik but i figured ppl would know what it was but i rather make a new version so u can tell which is which but i like the model i already made
    Posted in: Minecraft Mods
  • 0

    posted a message on [SSP/SMP][1.3.2]Fossil / Archeology [v6.9 P-4]
    ok u asked for it and here it is a pic of the egg and i even exported it to techne so ill post the pic below this and ill pm the code to u

    Posted in: Minecraft Mods
  • 0

    posted a message on [SSP/SMP][1.3.2]Fossil / Archeology [v6.9 P-4]
    ok last improvement of the eggs model. i want u to use this because it looks like an dino egg and i mean a right dino egg makes a right dino so here it is and pm me what u think

    //variables init:
    public CustomModelRenderer box;
    public CustomModelRenderer box0;
    public CustomModelRenderer box1;
    public CustomModelRenderer box2;
    public CustomModelRenderer box3;
    public CustomModelRenderer box4;
    public CustomModelRenderer box5;
    public CustomModelRenderer box6;
    public CustomModelRenderer box7;
    public CustomModelRenderer box8;
    
    //constructor:
    box = new CustomModelRenderer(0, 0, 224, 144);
    box.addBox(0F, 0F, 0F, 4, 1, 4);
    box.setPosition(-2F, 0F, -2F);
    
    box0 = new CustomModelRenderer(70, 51, 224, 144);
    box0.addBox(0F, 0F, 0F, 8, 1, 8);
    box0.setPosition(-4F, 1F, -4F);
    
    box1 = new CustomModelRenderer(150, 121, 224, 144);
    box1.addBox(0F, 0F, 0F, 10, 1, 10);
    box1.setPosition(-5F, 2F, -5F);
    
    box2 = new CustomModelRenderer(11, 44, 224, 144);
    box2.addBox(0F, 0F, 0F, 12, 2, 12);
    box2.setPosition(-6F, 3F, -6F);
    
    box3 = new CustomModelRenderer(59, 5, 224, 144);
    box3.addBox(0F, 0F, 0F, 14, 4, 14);
    box3.setPosition(-7F, 5F, -7F);
    
    box4 = new CustomModelRenderer(41, 107, 224, 144);
    box4.addBox(0F, 0F, 0F, 12, 2, 12);
    box4.setPosition(-6F, 9F, -6F);
    
    box5 = new CustomModelRenderer(132, 65, 224, 144);
    box5.addBox(0F, 0F, 0F, 10, 2, 10);
    box5.setPosition(-5F, 11F, -5F);
    
    box6 = new CustomModelRenderer(145, 19, 224, 144);
    box6.addBox(0F, 0F, 0F, 8, 2, 8);
    box6.setPosition(-4F, 13F, -4F);
    
    box7 = new CustomModelRenderer(104, 99, 224, 144);
    box7.addBox(0F, 0F, 0F, 6, 1, 6);
    box7.setPosition(-3F, 15F, -3F);
    
    box8 = new CustomModelRenderer(140, 45, 224, 144);
    box8.addBox(0F, 0F, 0F, 4, 1, 4);
    box8.setPosition(-2F, 16F, -2F);
    
    //render:
    box.render(f5);
    box0.render(f5);
    box1.render(f5);
    box2.render(f5);
    box3.render(f5);
    box4.render(f5);
    box5.render(f5);
    box6.render(f5);
    box7.render(f5);
    box8.render(f5);



    i'll try to add a pic just need a place to upload
    Posted in: Minecraft Mods
  • 0

    posted a message on [SSP/SMP][1.3.2]Fossil / Archeology [v6.9 P-4]
    last improvement of the eggs model

    //variables init:
    public CustomModelRenderer box;
    public CustomModelRenderer box0;
    public CustomModelRenderer box1;
    public CustomModelRenderer box2;
    public CustomModelRenderer box3;
    public CustomModelRenderer box4;
    public CustomModelRenderer box5;
    public CustomModelRenderer box6;
    public CustomModelRenderer box7;
    public CustomModelRenderer box8;
    
    //constructor:
    box = new CustomModelRenderer(0, 0, 224, 144);
    box.addBox(0F, 0F, 0F, 4, 1, 4);
    box.setPosition(-2F, 0F, -2F);
    
    box0 = new CustomModelRenderer(0, 0, 224, 144);
    box0.addBox(0F, 0F, 0F, 8, 1, 8);
    box0.setPosition(-4F, 1F, -4F);
    
    box1 = new CustomModelRenderer(0, 0, 224, 144);
    box1.addBox(0F, 0F, 0F, 10, 1, 10);
    box1.setPosition(-5F, 2F, -5F);
    
    box2 = new CustomModelRenderer(0, 0, 224, 144);
    box2.addBox(0F, 0F, 0F, 12, 2, 12);
    box2.setPosition(-6F, 3F, -6F);
    
    box3 = new CustomModelRenderer(0, 0, 224, 144);
    box3.addBox(0F, 0F, 0F, 14, 4, 14);
    box3.setPosition(-7F, 5F, -7F);
    
    box4 = new CustomModelRenderer(0, 0, 224, 144);
    box4.addBox(0F, 0F, 0F, 12, 2, 12);
    box4.setPosition(-6F, 9F, -6F);
    
    box5 = new CustomModelRenderer(0, 0, 224, 144);
    box5.addBox(0F, 0F, 0F, 10, 2, 10);
    box5.setPosition(-5F, 11F, -5F);
    
    box6 = new CustomModelRenderer(0, 0, 224, 144);
    box6.addBox(0F, 0F, 0F, 8, 2, 8);
    box6.setPosition(-4F, 13F, -4F);
    
    box7 = new CustomModelRenderer(0, 4, 224, 144);
    box7.addBox(0F, 0F, 0F, 6, 1, 6);
    box7.setPosition(-3F, 15F, -3F);
    
    box8 = new CustomModelRenderer(0, 0, 224, 144);
    box8.addBox(0F, 0F, 0F, 4, 1, 4);
    box8.setPosition(-2F, 16F, -2F);
    
    //render:
    box.render(f5);
    box0.render(f5);
    box1.render(f5);
    box2.render(f5);
    box3.render(f5);
    box4.render(f5);
    box5.render(f5);
    box6.render(f5);
    box7.render(f5);
    box8.render(f5);
    Posted in: Minecraft Mods
  • 0

    posted a message on [SSP/SMP][1.3.2]Fossil / Archeology [v6.9 P-4]
    ok heres the newest model of the eggs hope u use them

    //variables init:
    public CustomModelRenderer box;
    public CustomModelRenderer box0;
    public CustomModelRenderer box1;
    public CustomModelRenderer box2;
    public CustomModelRenderer box3;
    public CustomModelRenderer box4;
    public CustomModelRenderer box5;
    public CustomModelRenderer box6;
    public CustomModelRenderer box7;
    public CustomModelRenderer box8;
    
    //constructor:
    box = new CustomModelRenderer(0, 0, 224, 144);
    box.addBox(0F, 0F, 0F, 4, 1, 4);
    box.setPosition(-2F, 0F, -2F);
    
    box0 = new CustomModelRenderer(0, 0, 224, 144);
    box0.addBox(0F, 0F, 0F, 8, 1, 8);
    box0.setPosition(-4F, 1F, -4F);
    
    box1 = new CustomModelRenderer(0, 0, 224, 144);
    box1.addBox(0F, 0F, 0F, 10, 1, 10);
    box1.setPosition(-5F, 2F, -5F);
    
    box2 = new CustomModelRenderer(0, 0, 224, 144);
    box2.addBox(0F, 0F, 0F, 12, 2, 12);
    box2.setPosition(-6F, 3F, -6F);
    
    box3 = new CustomModelRenderer(0, 0, 224, 144);
    box3.addBox(0F, 0F, 0F, 14, 4, 14);
    box3.setPosition(-7F, 5F, -7F);
    
    box4 = new CustomModelRenderer(0, 0, 224, 144);
    box4.addBox(0F, 0F, 0F, 12, 2, 12);
    box4.setPosition(-6F, 9F, -6F);
    
    box5 = new CustomModelRenderer(0, 0, 224, 144);
    box5.addBox(0F, 0F, 0F, 10, 2, 10);
    box5.setPosition(-5F, 11F, -5F);
    
    box6 = new CustomModelRenderer(0, 0, 224, 144);
    box6.addBox(0F, 0F, 0F, 8, 1, 8);
    box6.setPosition(-4F, 13F, -4F);
    
    box7 = new CustomModelRenderer(0, 4, 224, 144);
    box7.addBox(0F, 0F, 0F, 6, 1, 6);
    box7.setPosition(-3F, 14F, -3F);
    
    box8 = new CustomModelRenderer(0, 0, 224, 144);
    box8.addBox(0F, 0F, 0F, 4, 1, 4);
    box8.setPosition(-2F, 15F, -2F);
    
    //render:
    box.render(f5);
    box0.render(f5);
    box1.render(f5);
    box2.render(f5);
    box3.render(f5);
    box4.render(f5);
    box5.render(f5);
    box6.render(f5);
    box7.render(f5);
    box8.render(f5);


    made it look more egg like so enjoy!! :smile.gif:
    Posted in: Minecraft Mods
  • 0

    posted a message on [SSP/SMP][1.3.2]Fossil / Archeology [v6.9 P-4]
    hey i have and awesome model of a the eggs so here u go

    //variables init:
    public ModelRenderer box;
    public ModelRenderer box0;
    public ModelRenderer box1;
    public ModelRenderer box2;
    public ModelRenderer box3;
    public ModelRenderer box4;
    public ModelRenderer box5;
    public ModelRenderer box6;
    
    //constructor:
    box = new ModelRenderer(0, 0);
    box.addBox(0F, 0F, 0F, 4, 1, 4);
    box.setPosition(-4F, 0F, -8F);
    
    box0 = new ModelRenderer(0, 0);
    box0.addBox(0F, 0F, 0F, 8, 1, 8);
    box0.setPosition(-6F, 1F, -10F);
    
    box1 = new ModelRenderer(0, 0);
    box1.addBox(0F, 0F, 0F, 10, 2, 10);
    box1.setPosition(-7F, 2F, -11F);
    
    box2 = new ModelRenderer(0, 16);
    box2.addBox(0F, 0F, 0F, 12, 3, 12);
    box2.setPosition(-8F, 4F, -12F);
    
    box3 = new ModelRenderer(20, 4);
    box3.addBox(0F, 0F, 0F, 10, 2, 10);
    box3.setPosition(-7F, 7F, -11F);
    
    box4 = new ModelRenderer(0, 0);
    box4.addBox(0F, 0F, 0F, 8, 2, 8);
    box4.setPosition(-6F, 9F, -10F);
    
    box5 = new ModelRenderer(0, 0);
    box5.addBox(0F, 0F, 0F, 6, 1, 6);
    box5.setPosition(-5F, 11F, -9F);
    
    box6 = new ModelRenderer(0, 0);
    box6.addBox(0F, 0F, 0F, 4, 1, 4);
    box6.setPosition(-4F, 12F, -8F);
    
    //render:
    box.render(f5);
    box0.render(f5);
    box1.render(f5);
    box2.render(f5);
    box3.render(f5);
    box4.render(f5);
    box5.render(f5);
    box6.render(f5);


    plez check out its awesome
    Posted in: Minecraft Mods
  • 0

    posted a message on [1.2.5]RC Car and RC Heli[V1.2]
    make more cars
    Posted in: Minecraft Mods
  • 0

    posted a message on [Forge] TrainCraft (formerly Trains and Zeppelin mod)
    hey its me agian and i said i was going to re do train (loco) model well i did and it was awesome but restore my pc to f mode and it gone so can u plez pm me the model code for the big steam locomotive. Thank You!
    Posted in: Minecraft Mods
  • 0

    posted a message on 1.9 Pre-Release is Out for Testing!
    ok still, and im getting mad because of it, everytime i open up minecraft and make a new world it crashes but the first time i played it it let me and idk if its bc of my java or whateva i just want to play someone pm me some helpful advise
    Posted in: Minecraft News
  • 0

    posted a message on 1.9 Pre-Release is Out for Testing!
    HELP!!!!!!!!!!! crashes everytime i make a new world plez tell me how to fix

    heres the crash log:

    #
    # A fatal error has been detected by the Java Runtime Environment:
    #
    #  EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x000000006db17dc0, pid=1112, tid=4544
    #
    # JRE version: 6.0_14-b08
    # Java VM: Java HotSpot(TM) 64-Bit Server VM (14.0-b16 mixed mode windows-amd64 )
    # Problematic frame:
    # V  [jvm.dll+0x327dc0]
    #
    # If you would like to submit a bug report, please visit:
    #   http://java.sun.com/webapps/bugreport/crash.jsp
    #
    
    ---------------  T H R E A D  ---------------
    
    Current thread (0x00000000003bf800):  JavaThread "CompilerThread0" daemon [_thread_in_native, id=4544, stack(0x000000004b000000,0x000000004b100000)]
    
    siginfo: ExceptionCode=0xc0000005, reading address 0x0000000000000008
    
    Registers:
    EAX=0x0000000000000000, EBX=0x000000004df0a928, ECX=0x000000004b548238, EDX=0x00000000000000ba
    ESP=0x000000004b0fc340, EBP=0x000000004d52dd30, ESI=0x000000004d66d918, EDI=0x0000000000000000
    EIP=0x000000006db17dc0, EFLAGS=0x0000000000010283
    
    Top of Stack: (sp=0x000000004b0fc340)
    0x000000004b0fc340:   000000004b548718 000000004df0a9d8
    0x000000004b0fc350:   000000004d66d918 000000004df0a928
    0x000000004b0fc360:   000000004df0a9d8 0000000000000001
    0x000000004b0fc370:   000000004b0fc4a0 0000000000000009
    0x000000004b0fc380:   0000000000000000 000000006db18964
    0x000000004b0fc390:   0000000000007fd8 0000000000004000
    0x000000004b0fc3a0:   000000004cd92f90 000000004df0a928
    0x000000004b0fc3b0:   000000004db57700 0000000000000000
    0x000000004b0fc3c0:   0000000000000020 0000000000000000
    0x000000004b0fc3d0:   0000000000000000 00000000003998d0
    0x000000004b0fc3e0:   000000004b0fe570 000000004b0fdbc0
    0x000000004b0fc3f0:   000000004d6e0bc0 0000000000000000
    0x000000004b0fc400:   0000000000000001 000000006db1b1c8
    0x000000004b0fc410:   000000004b0fdbc0 000000000000065b
    0x000000004b0fc420:   0000000000000001 000000004b0fdbc0
    0x000000004b0fc430:   0000000000000000 000000006dc51b6a 
    
    Instructions: (pc=0x000000006db17dc0)
    0x000000006db17db0:   45 8b 43 28 4d 8b 8c 24 d0 09 00 00 4f 8b 1c c1
    0x000000006db17dc0:   49 8b 43 08 48 39 38 75 2d 41 8b 54 24 28 66 90 
    
    
    Stack: [0x000000004b000000,0x000000004b100000],  sp=0x000000004b0fc340,  free space=1008k
    Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native code)
    V  [jvm.dll+0x327dc0]
    
    
    Current CompileTask:
    C2:656      afo.a(II[B)V (659 bytes)
    
    
    ---------------  P R O C E S S  ---------------
    
    Java Threads: ( => current thread )
      0x000000004b780800 JavaThread "File IO Thread" daemon [_thread_in_Java, id=3288, stack(0x000000004bd50000,0x000000004be50000)]
      0x000000004b77f000 JavaThread "Thread-14" daemon [_thread_blocked, id=576, stack(0x0000000054900000,0x0000000054a00000)]
      0x000000004b77e000 JavaThread "Thread-13" daemon [_thread_blocked, id=4228, stack(0x0000000054800000,0x0000000054900000)]
      0x000000004b77d800 JavaThread "Thread-12" daemon [_thread_in_native, id=1128, stack(0x0000000054700000,0x0000000054800000)]
      0x000000004b77d000 JavaThread "Minecraft main thread" daemon [_thread_in_vm, id=3748, stack(0x000000004f310000,0x000000004f410000)]
      0x000000004b77c000 JavaThread "Timer hack thread" daemon [_thread_blocked, id=1516, stack(0x000000004cab0000,0x000000004cbb0000)]
      0x000000004d1d2000 JavaThread "TimerQueue" daemon [_thread_blocked, id=2760, stack(0x000000004ef70000,0x000000004f070000)]
      0x00000000005cb000 JavaThread "DestroyJavaVM" [_thread_blocked, id=3000, stack(0x0000000001f50000,0x0000000002050000)]
      0x000000004b4f8800 JavaThread "AWT-EventQueue-0" [_thread_blocked, id=2904, stack(0x000000004c5f0000,0x000000004c6f0000)]
      0x000000004ad11000 JavaThread "AWT-Windows" daemon [_thread_in_native, id=1448, stack(0x000000004bc50000,0x000000004bd50000)]
      0x000000004acde000 JavaThread "AWT-Shutdown" [_thread_blocked, id=2736, stack(0x000000004bb50000,0x000000004bc50000)]
      0x000000004acdd000 JavaThread "Java2D Disposer" daemon [_thread_blocked, id=2628, stack(0x000000004ba50000,0x000000004bb50000)]
      0x00000000003c7000 JavaThread "Low Memory Detector" daemon [_thread_blocked, id=100, stack(0x000000004b200000,0x000000004b300000)]
      0x00000000003c6000 JavaThread "CompilerThread1" daemon [_thread_blocked, id=4432, stack(0x000000004b100000,0x000000004b200000)]
    =>0x00000000003bf800 JavaThread "CompilerThread0" daemon [_thread_in_native, id=4544, stack(0x000000004b000000,0x000000004b100000)]
      0x00000000003be800 JavaThread "Attach Listener" daemon [_thread_blocked, id=4184, stack(0x000000004af00000,0x000000004b000000)]
      0x00000000003bb800 JavaThread "Signal Dispatcher" daemon [_thread_blocked, id=3116, stack(0x000000004ae00000,0x000000004af00000)]
      0x00000000003a7800 JavaThread "Finalizer" daemon [_thread_blocked, id=4988, stack(0x000000004ab00000,0x000000004ac00000)]
      0x000000000039d000 JavaThread "Reference Handler" daemon [_thread_blocked, id=3452, stack(0x000000004aa00000,0x000000004ab00000)]
    
    Other Threads:
      0x0000000000398000 VMThread [stack: 0x000000004a900000,0x000000004aa00000] [id=4160]
      0x00000000003cb800 WatcherThread [stack: 0x000000004b300000,0x000000004b400000] [id=1696]
    
    VM state:not at safepoint (normal execution)
    
    VM Mutex/Monitor currently owned by a thread: None
    
    Heap
     def new generation   total 157376K, used 61259K [0x0000000005140000, 0x000000000fc00000, 0x000000001a690000)
      eden space 139904K,  43% used [0x0000000005140000, 0x0000000008d12ca8, 0x000000000d9e0000)
      from space 17472K,   0% used [0x000000000d9e0000, 0x000000000d9e0000, 0x000000000eaf0000)
      to   space 17472K,   0% used [0x000000000eaf0000, 0x000000000eaf0000, 0x000000000fc00000)
     tenured generation   total 349568K, used 58494K [0x000000001a690000, 0x000000002fbf0000, 0x0000000045140000)
       the space 349568K,  16% used [0x000000001a690000, 0x000000001dfaf928, 0x000000001dfafa00, 0x000000002fbf0000)
     compacting perm gen  total 25408K, used 25356K [0x0000000045140000, 0x0000000046a10000, 0x000000004a540000)
       the space 25408K,  99% used [0x0000000045140000, 0x0000000046a032a0, 0x0000000046a03400, 0x0000000046a10000)
    No shared spaces configured.
    
    Dynamic libraries:
    0x0000000000400000 - 0x000000000042e000 	C:\Program Files\Java\jre6\bin\javaw.exe
    0x0000000077580000 - 0x000000007772b000 	C:\Windows\SYSTEM32\ntdll.dll
    0x0000000077360000 - 0x000000007747f000 	C:\Windows\system32\kernel32.dll
    0x000007fefd590000 - 0x000007fefd5fb000 	C:\Windows\system32\KERNELBASE.dll
    0x000007fefecd0000 - 0x000007fefedab000 	C:\Windows\system32\ADVAPI32.dll
    0x000007fefd930000 - 0x000007fefd9cf000 	C:\Windows\system32\msvcrt.dll
    0x000007fefeac0000 - 0x000007fefeadf000 	C:\Windows\SYSTEM32\sechost.dll
    0x000007fefeb00000 - 0x000007fefec2e000 	C:\Windows\system32\RPCRT4.dll
    0x0000000077480000 - 0x000000007757a000 	C:\Windows\system32\USER32.dll
    0x000007feff690000 - 0x000007feff6f7000 	C:\Windows\system32\GDI32.dll
    0x000007fefea10000 - 0x000007fefea1e000 	C:\Windows\system32\LPK.dll
    0x000007fefe940000 - 0x000007fefea0a000 	C:\Windows\system32\USP10.dll
    0x000007feff1f0000 - 0x000007feff21e000 	C:\Windows\system32\IMM32.DLL
    0x000007feff780000 - 0x000007feff889000 	C:\Windows\system32\MSCTF.dll
    0x000000006d7f0000 - 0x000000006de4d000 	C:\Program Files\Java\jre6\bin\server\jvm.dll
    0x000007fefb680000 - 0x000007fefb6bb000 	C:\Windows\system32\WINMM.dll
    0x000000006d760000 - 0x000000006d76e000 	C:\Program Files\Java\jre6\bin\verify.dll
    0x000000006d3b0000 - 0x000000006d3d7000 	C:\Program Files\Java\jre6\bin\java.dll
    0x000000006d310000 - 0x000000006d31a000 	C:\Program Files\Java\jre6\bin\hpi.dll
    0x0000000077740000 - 0x0000000077747000 	C:\Windows\system32\PSAPI.DLL
    0x000000006d7b0000 - 0x000000006d7c2000 	C:\Program Files\Java\jre6\bin\zip.dll
    0x000000006d000000 - 0x000000006d1c1000 	C:\Program Files\Java\jre6\bin\awt.dll
    0x000007fef9720000 - 0x000007fef9790000 	C:\Windows\system32\WINSPOOL.DRV
    0x000007feff300000 - 0x000007feff501000 	C:\Windows\system32\ole32.dll
    0x000007fefd9d0000 - 0x000007fefe756000 	C:\Windows\system32\SHELL32.dll
    0x000007fefd8b0000 - 0x000007fefd921000 	C:\Windows\system32\SHLWAPI.dll
    0x000007fefc160000 - 0x000007fefc354000 	C:\Windows\WinSxS\amd64_microsoft.windows.common-controls_6595b64144ccf1df_6.0.7600.16385_none_fa645303170382f6\comctl32.dll
    0x000007fefb870000 - 0x000007fefb888000 	C:\Windows\system32\DWMAPI.DLL
    0x000007fefbc80000 - 0x000007fefbcd6000 	C:\Windows\system32\uxtheme.dll
    0x000007fefd3d0000 - 0x000007fefd3df000 	C:\Windows\system32\CRYPTBASE.dll
    0x000000006d2a0000 - 0x000000006d30b000 	C:\Program Files\Java\jre6\bin\fontmanager.dll
    0x000000006d600000 - 0x000000006d617000 	C:\Program Files\Java\jre6\bin\net.dll
    0x000007fefedb0000 - 0x000007fefedfd000 	C:\Windows\system32\WS2_32.dll
    0x000007fefee00000 - 0x000007fefee08000 	C:\Windows\system32\NSI.dll
    0x000007fefcd10000 - 0x000007fefcd64000 	C:\Windows\system32\mswsock.dll
    0x000007fefcd00000 - 0x000007fefcd07000 	C:\Windows\System32\wship6.dll
    0x000000006d620000 - 0x000000006d62b000 	C:\Program Files\Java\jre6\bin\nio.dll
    0x000007fefcd70000 - 0x000007fefcd87000 	C:\Windows\system32\CRYPTSP.dll
    0x000007fefca70000 - 0x000007fefcab7000 	C:\Windows\system32\rsaenh.dll
    0x000007fefc830000 - 0x000007fefc84e000 	C:\Windows\system32\USERENV.dll
    0x000007fefd4a0000 - 0x000007fefd4af000 	C:\Windows\system32\profapi.dll
    0x000007fefb810000 - 0x000007fefb825000 	C:\Windows\system32\NLAapi.dll
    0x000007fefcb90000 - 0x000007fefcbeb000 	C:\Windows\system32\DNSAPI.dll
    0x000007fef78d0000 - 0x000007fef78db000 	C:\Windows\System32\winrnr.dll
    0x000007fef78b0000 - 0x000007fef78c5000 	C:\Windows\system32\napinsp.dll
    0x000007fefc720000 - 0x000007fefc727000 	C:\Windows\System32\wshtcpip.dll
    0x000007fef7890000 - 0x000007fef78a9000 	C:\Windows\system32\pnrpnsp.dll
    0x000007fefb230000 - 0x000007fefb257000 	C:\Windows\system32\IPHLPAPI.DLL
    0x000007fefb1a0000 - 0x000007fefb1ab000 	C:\Windows\system32\WINNSI.DLL
    0x000007fefa1b0000 - 0x000007fefa1b8000 	C:\Windows\system32\rasadhlp.dll
    0x000007fefb0b0000 - 0x000007fefb103000 	C:\Windows\System32\fwpuclnt.dll
    0x000007feff220000 - 0x000007feff2f7000 	C:\Windows\system32\OLEAUT32.DLL
    0x0000000180000000 - 0x0000000180048000 	C:\Users\Grayson\AppData\Roaming\.minecraft\bin\natives\lwjgl64.dll
    0x000007feedc50000 - 0x000007feedd6d000 	C:\Windows\system32\OPENGL32.dll
    0x000007fefb3b0000 - 0x000007fefb3dd000 	C:\Windows\system32\GLU32.dll
    0x000007fef0860000 - 0x000007fef0951000 	C:\Windows\system32\DDRAW.dll
    0x000007fefb170000 - 0x000007fefb178000 	C:\Windows\system32\DCIMAN32.dll
    0x000007fefe760000 - 0x000007fefe937000 	C:\Windows\system32\SETUPAPI.dll
    0x000007fefd850000 - 0x000007fefd886000 	C:\Windows\system32\CFGMGR32.dll
    0x000007fefd890000 - 0x000007fefd8aa000 	C:\Windows\system32\DEVOBJ.dll
    0x000007fefc650000 - 0x000007fefc65c000 	C:\Windows\system32\VERSION.dll
    0x000000006d3f0000 - 0x000000006d3f7000 	C:\Program Files\Java\jre6\bin\jawt.dll
    0x000000004f410000 - 0x000000004fbda000 	C:\Windows\system32\ig4icd64.dll
    0x000000004fd00000 - 0x000000005020c000 	C:\Windows\system32\ig4dev64.dll
    0x000000004c800000 - 0x000000004c816000 	C:\Users\Grayson\AppData\Roaming\.minecraft\bin\natives\jinput-dx8_64.dll
    0x000007fefabe0000 - 0x000007fefac1c000 	C:\Windows\system32\DINPUT8.dll
    0x000007fefb8c0000 - 0x000007fefb8cb000 	C:\Windows\system32\HID.DLL
    0x000007fefd600000 - 0x000007fefd639000 	C:\Windows\system32\WINTRUST.dll
    0x000007fefd6e0000 - 0x000007fefd846000 	C:\Windows\system32\CRYPT32.dll
    0x000007fefd580000 - 0x000007fefd58f000 	C:\Windows\system32\MSASN1.dll
    0x000000004c840000 - 0x000000004c854000 	C:\Users\Grayson\AppData\Roaming\.minecraft\bin\natives\jinput-raw_64.dll
    0x000007feed920000 - 0x000007feeda42000 	C:\Users\Grayson\AppData\Roaming\.minecraft\bin\natives\OpenAL64.dll
    0x000007fefaaa0000 - 0x000007fefab28000 	C:\Windows\system32\dsound.dll
    0x000007fefbe10000 - 0x000007fefbe3c000 	C:\Windows\system32\POWRPROF.dll
    0x000007fefea20000 - 0x000007fefeab9000 	C:\Windows\system32\CLBCatQ.DLL
    0x000007fefbce0000 - 0x000007fefbd2b000 	C:\Windows\System32\MMDevApi.dll
    0x000007fefbe40000 - 0x000007fefbf6c000 	C:\Windows\System32\PROPSYS.dll
    0x000007fef6a80000 - 0x000007fef6abb000 	C:\Windows\system32\wdmaud.drv
    0x00000000752a0000 - 0x00000000752a6000 	C:\Windows\system32\ksuser.dll
    0x000007fefbd30000 - 0x000007fefbd39000 	C:\Windows\system32\AVRT.dll
    0x000007fefb550000 - 0x000007fefb59f000 	C:\Windows\system32\AUDIOSES.DLL
    0x000007fefb260000 - 0x000007fefb26a000 	C:\Windows\system32\msacm32.drv
    0x000007fef6a60000 - 0x000007fef6a78000 	C:\Windows\system32\MSACM32.dll
    0x000007fefb140000 - 0x000007fefb149000 	C:\Windows\system32\midimap.dll
    
    VM Arguments:
    jvm_args: -Xms512m -Xmx1024m 
    java_command: C:\Users\Grayson\Desktop\Minecraft.exe
    Launcher Type: SUN_STANDARD
    
    Environment Variables:
    PATH=C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\Program Files\Java\jre6\bin
    USERNAME=Grayson
    OS=Windows_NT
    PROCESSOR_IDENTIFIER=Intel64 Family 6 Model 23 Stepping 10, GenuineIntel
    
    
    
    ---------------  S Y S T E M  ---------------
    
    OS: Windows 7 Build 7600 
    
    CPU:total 1 (1 cores per cpu, 1 threads per core) family 6 model 23 stepping 10, cmov, cx8, fxsr, mmx, sse, sse2, sse3, ssse3
    
    Memory: 4k page, physical 3075272k(1310480k free), swap 6148648k(3800240k free)
    
    vm_info: Java HotSpot(TM) 64-Bit Server VM (14.0-b16) for windows-amd64 JRE (1.6.0_14-b08), built on May 21 2009 00:52:56 by "java_re" with MS VC++ 8.0
    
    time: Mon Sep 26 20:18:11 2011
    elapsed time: 35 seconds
    Posted in: Minecraft News
  • 0

    posted a message on 1.9 Pre-Release is Out for Testing!
    grrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrr!!!!!!!!!!!! i downloaded 1.9 and now everytime i make a new world it crahes heres the crash log thingy:

    #
    # A fatal error has been detected by the Java Runtime Environment:
    #
    #  EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x000000006db17dc0, pid=2804, tid=3188
    #
    # JRE version: 6.0_14-b08
    # Java VM: Java HotSpot(TM) 64-Bit Server VM (14.0-b16 mixed mode windows-amd64 )
    # Problematic frame:
    # V  [jvm.dll+0x327dc0]
    #
    # If you would like to submit a bug report, please visit:
    #   http://java.sun.com/webapps/bugreport/crash.jsp
    #
    
    ---------------  T H R E A D  ---------------
    
    Current thread (0x0000000000516000):  JavaThread "CompilerThread1" daemon [_thread_in_native, id=3188, stack(0x000000004b4d0000,0x000000004b5d0000)]
    
    siginfo: ExceptionCode=0xc0000005, reading address 0x0000000000000008
    
    Registers:
    EAX=0x0000000000000000, EBX=0x000000004b879868, ECX=0x000000004d59f7a8, EDX=0x00000000000000ba
    ESP=0x000000004b5cc3c0, EBP=0x000000004d92f4c0, ESI=0x00000000004c6838, EDI=0x0000000000000000
    EIP=0x000000006db17dc0, EFLAGS=0x0000000000010287
    
    Top of Stack: (sp=0x000000004b5cc3c0)
    0x000000004b5cc3c0:   000000004d59fc88 000000004b879918
    0x000000004b5cc3d0:   00000000004c6838 000000004b879868
    0x000000004b5cc3e0:   000000004b879918 0000000000000001
    0x000000004b5cc3f0:   000000004b5cc520 0000000000000009
    0x000000004b5cc400:   0000000000000000 000000006db18964
    0x000000004b5cc410:   0000000000007fd8 0000000000004000
    0x000000004b5cc420:   000000004b058460 000000004b879868
    0x000000004b5cc430:   000000004d4458f0 0000000000000000
    0x000000004b5cc440:   0000000000000020 0000000000000000
    0x000000004b5cc450:   0000000000000000 00000000004e9a50
    0x000000004b5cc460:   000000004b5ce5f0 000000004b5cdc40
    0x000000004b5cc470:   000000004d15b8d0 0000000000000000
    0x000000004b5cc480:   0000000000000001 000000006db1b1c8
    0x000000004b5cc490:   000000004b5cdc40 000000000000065b
    0x000000004b5cc4a0:   0000000000000001 000000004b5cdc40
    0x000000004b5cc4b0:   0000000000000000 000000006dc51b6a 
    
    Instructions: (pc=0x000000006db17dc0)
    0x000000006db17db0:   45 8b 43 28 4d 8b 8c 24 d0 09 00 00 4f 8b 1c c1
    0x000000006db17dc0:   49 8b 43 08 48 39 38 75 2d 41 8b 54 24 28 66 90 
    
    
    Stack: [0x000000004b4d0000,0x000000004b5d0000],  sp=0x000000004b5cc3c0,  free space=1008k
    Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native code)
    V  [jvm.dll+0x327dc0]
    
    
    Current CompileTask:
    C2:451      afo.a(II[B)V (659 bytes)
    
    
    ---------------  P R O C E S S  ---------------
    
    Java Threads: ( => current thread )
      0x000000004bb4b800 JavaThread "Resource download thread" daemon [_thread_in_native, id=4720, stack(0x000000005fb80000,0x000000005fc80000)]
      0x000000004bb4a800 JavaThread "Thread-14" daemon [_thread_blocked, id=1496, stack(0x000000004c820000,0x000000004c920000)]
      0x000000004bb4a000 JavaThread "Thread-13" daemon [_thread_blocked, id=5032, stack(0x0000000054720000,0x0000000054820000)]
      0x000000004bb49000 JavaThread "Thread-12" daemon [_thread_in_native, id=2524, stack(0x0000000054620000,0x0000000054720000)]
      0x000000004bb48800 JavaThread "Minecraft main thread" daemon [_thread_in_vm, id=4804, stack(0x000000004c4e0000,0x000000004c5e0000)]
      0x000000004bb47800 JavaThread "Timer hack thread" daemon [_thread_blocked, id=4892, stack(0x000000004c1e0000,0x000000004c2e0000)]
      0x000000004b8ab000 JavaThread "TimerQueue" daemon [_thread_blocked, id=3500, stack(0x000000004f170000,0x000000004f270000)]
      0x000000000058b000 JavaThread "DestroyJavaVM" [_thread_blocked, id=4252, stack(0x0000000002380000,0x0000000002480000)]
      0x000000004b871000 JavaThread "AWT-EventQueue-0" [_thread_blocked, id=3652, stack(0x000000004c920000,0x000000004ca20000)]
      0x000000004b0ae000 JavaThread "AWT-Windows" daemon [_thread_in_native, id=4520, stack(0x000000004c0e0000,0x000000004c1e0000)]
      0x000000004b0ad800 JavaThread "AWT-Shutdown" [_thread_blocked, id=5080, stack(0x000000004bfe0000,0x000000004c0e0000)]
      0x000000004b0b0000 JavaThread "Java2D Disposer" daemon [_thread_blocked, id=728, stack(0x000000004bee0000,0x000000004bfe0000)]
      0x0000000000517000 JavaThread "Low Memory Detector" daemon [_thread_blocked, id=4840, stack(0x000000004b5d0000,0x000000004b6d0000)]
    =>0x0000000000516000 JavaThread "CompilerThread1" daemon [_thread_in_native, id=3188, stack(0x000000004b4d0000,0x000000004b5d0000)]
      0x000000000050f800 JavaThread "CompilerThread0" daemon [_thread_blocked, id=4676, stack(0x000000004b3d0000,0x000000004b4d0000)]
      0x000000000050e800 JavaThread "Attach Listener" daemon [_thread_blocked, id=2468, stack(0x000000004b2d0000,0x000000004b3d0000)]
      0x000000000050b800 JavaThread "Signal Dispatcher" daemon [_thread_blocked, id=4648, stack(0x000000004b1d0000,0x000000004b2d0000)]
      0x00000000004f7800 JavaThread "Finalizer" daemon [_thread_blocked, id=724, stack(0x000000004aed0000,0x000000004afd0000)]
      0x00000000004ed000 JavaThread "Reference Handler" daemon [_thread_blocked, id=4820, stack(0x000000004add0000,0x000000004aed0000)]
    
    Other Threads:
      0x00000000004e8000 VMThread [stack: 0x000000004acd0000,0x000000004add0000] [id=4728]
      0x000000000051b800 WatcherThread [stack: 0x000000004b6d0000,0x000000004b7d0000] [id=868]
    
    VM state:not at safepoint (normal execution)
    
    VM Mutex/Monitor currently owned by a thread: None
    
    Heap
     def new generation   total 157376K, used 8741K [0x0000000005540000, 0x0000000010000000, 0x000000001aa90000)
      eden space 139904K,   6% used [0x0000000005540000, 0x0000000005dc9738, 0x000000000dde0000)
      from space 17472K,   0% used [0x000000000dde0000, 0x000000000dde0000, 0x000000000eef0000)
      to   space 17472K,   0% used [0x000000000eef0000, 0x000000000eef0000, 0x0000000010000000)
     tenured generation   total 349568K, used 33220K [0x000000001aa90000, 0x000000002fff0000, 0x0000000045540000)
       the space 349568K,   9% used [0x000000001aa90000, 0x000000001cb011d0, 0x000000001cb01200, 0x000000002fff0000)
     compacting perm gen  total 25088K, used 24806K [0x0000000045540000, 0x0000000046dc0000, 0x000000004a940000)
       the space 25088K,  98% used [0x0000000045540000, 0x0000000046d79a18, 0x0000000046d79c00, 0x0000000046dc0000)
    No shared spaces configured.
    
    Dynamic libraries:
    0x0000000000400000 - 0x000000000042e000 	C:\Program Files\Java\jre6\bin\javaw.exe
    0x00000000778b0000 - 0x0000000077a5b000 	C:\Windows\SYSTEM32\ntdll.dll
    0x0000000077690000 - 0x00000000777af000 	C:\Windows\system32\kernel32.dll
    0x000007fefd8c0000 - 0x000007fefd92b000 	C:\Windows\system32\KERNELBASE.dll
    0x000007feff620000 - 0x000007feff6fb000 	C:\Windows\system32\ADVAPI32.dll
    0x000007feff050000 - 0x000007feff0ef000 	C:\Windows\system32\msvcrt.dll
    0x000007feffa50000 - 0x000007feffa6f000 	C:\Windows\SYSTEM32\sechost.dll
    0x000007feffa90000 - 0x000007feffbbe000 	C:\Windows\system32\RPCRT4.dll
    0x00000000777b0000 - 0x00000000778aa000 	C:\Windows\system32\USER32.dll
    0x000007feff430000 - 0x000007feff497000 	C:\Windows\system32\GDI32.dll
    0x000007fefec80000 - 0x000007fefec8e000 	C:\Windows\system32\LPK.dll
    0x000007feff360000 - 0x000007feff42a000 	C:\Windows\system32\USP10.dll
    0x000007fefee10000 - 0x000007fefee3e000 	C:\Windows\system32\IMM32.DLL
    0x000007fefeaa0000 - 0x000007fefeba9000 	C:\Windows\system32\MSCTF.dll
    0x000000006d7f0000 - 0x000000006de4d000 	C:\Program Files\Java\jre6\bin\server\jvm.dll
    0x000007fefb6f0000 - 0x000007fefb72b000 	C:\Windows\system32\WINMM.dll
    0x000000006d760000 - 0x000000006d76e000 	C:\Program Files\Java\jre6\bin\verify.dll
    0x000000006d3b0000 - 0x000000006d3d7000 	C:\Program Files\Java\jre6\bin\java.dll
    0x000000006d310000 - 0x000000006d31a000 	C:\Program Files\Java\jre6\bin\hpi.dll
    0x0000000077a70000 - 0x0000000077a77000 	C:\Windows\system32\PSAPI.DLL
    0x000000006d7b0000 - 0x000000006d7c2000 	C:\Program Files\Java\jre6\bin\zip.dll
    0x000000006d000000 - 0x000000006d1c1000 	C:\Program Files\Java\jre6\bin\awt.dll
    0x000007fef7a80000 - 0x000007fef7af0000 	C:\Windows\system32\WINSPOOL.DRV
    0x000007fefee40000 - 0x000007feff041000 	C:\Windows\system32\ole32.dll
    0x000007fefdd10000 - 0x000007fefea96000 	C:\Windows\system32\SHELL32.dll
    0x000007fefec00000 - 0x000007fefec71000 	C:\Windows\system32\SHLWAPI.dll
    0x000007fefc060000 - 0x000007fefc254000 	C:\Windows\WinSxS\amd64_microsoft.windows.common-controls_6595b64144ccf1df_6.0.7600.16385_none_fa645303170382f6\comctl32.dll
    0x000007fefbbd0000 - 0x000007fefbbe8000 	C:\Windows\system32\DWMAPI.DLL
    0x000007fefbfb0000 - 0x000007fefc006000 	C:\Windows\system32\uxtheme.dll
    0x000007fefd700000 - 0x000007fefd70f000 	C:\Windows\system32\CRYPTBASE.dll
    0x000000006d2a0000 - 0x000000006d30b000 	C:\Program Files\Java\jre6\bin\fontmanager.dll
    0x000000006d600000 - 0x000000006d617000 	C:\Program Files\Java\jre6\bin\net.dll
    0x000007feff780000 - 0x000007feff7cd000 	C:\Windows\system32\WS2_32.dll
    0x000007feff350000 - 0x000007feff358000 	C:\Windows\system32\NSI.dll
    0x000007fefd040000 - 0x000007fefd094000 	C:\Windows\system32\mswsock.dll
    0x000007fefd030000 - 0x000007fefd037000 	C:\Windows\System32\wship6.dll
    0x000000006d620000 - 0x000000006d62b000 	C:\Program Files\Java\jre6\bin\nio.dll
    0x000007fefca50000 - 0x000007fefca57000 	C:\Windows\System32\wshtcpip.dll
    0x000007fefcec0000 - 0x000007fefcf1b000 	C:\Windows\system32\DNSAPI.dll
    0x000007fefb0b0000 - 0x000007fefb0d7000 	C:\Windows\system32\IPHLPAPI.DLL
    0x000007fefb0a0000 - 0x000007fefb0ab000 	C:\Windows\system32\WINNSI.DLL
    0x000007fefd0a0000 - 0x000007fefd0b7000 	C:\Windows\system32\CRYPTSP.dll
    0x000007fefcda0000 - 0x000007fefcde7000 	C:\Windows\system32\rsaenh.dll
    0x000007fefcb60000 - 0x000007fefcb7e000 	C:\Windows\system32\USERENV.dll
    0x000007fefd7d0000 - 0x000007fefd7df000 	C:\Windows\system32\profapi.dll
    0x000007fefb530000 - 0x000007fefb545000 	C:\Windows\system32\NLAapi.dll
    0x000007fef8300000 - 0x000007fef830b000 	C:\Windows\System32\winrnr.dll
    0x000007fef82e0000 - 0x000007fef82f5000 	C:\Windows\system32\napinsp.dll
    0x000007fef9100000 - 0x000007fef9108000 	C:\Windows\system32\rasadhlp.dll
    0x000007fef82c0000 - 0x000007fef82d9000 	C:\Windows\system32\pnrpnsp.dll
    0x000007fefaf40000 - 0x000007fefaf93000 	C:\Windows\System32\fwpuclnt.dll
    0x000007fefed30000 - 0x000007fefee07000 	C:\Windows\system32\OLEAUT32.DLL
    0x0000000180000000 - 0x0000000180048000 	C:\Users\Grayson\AppData\Roaming\.minecraft\bin\natives\lwjgl64.dll
    0x000007feec580000 - 0x000007feec69d000 	C:\Windows\system32\OPENGL32.dll
    0x000007fefa930000 - 0x000007fefa95d000 	C:\Windows\system32\GLU32.dll
    0x000007feedf70000 - 0x000007feee061000 	C:\Windows\system32\DDRAW.dll
    0x000007fefc040000 - 0x000007fefc048000 	C:\Windows\system32\DCIMAN32.dll
    0x000007feff7d0000 - 0x000007feff9a7000 	C:\Windows\system32\SETUPAPI.dll
    0x000007fefd930000 - 0x000007fefd966000 	C:\Windows\system32\CFGMGR32.dll
    0x000007fefda50000 - 0x000007fefda6a000 	C:\Windows\system32\DEVOBJ.dll
    0x000007fefc980000 - 0x000007fefc98c000 	C:\Windows\system32\VERSION.dll
    0x000000006d3f0000 - 0x000000006d3f7000 	C:\Program Files\Java\jre6\bin\jawt.dll
    0x000000004f410000 - 0x000000004fbda000 	C:\Windows\system32\ig4icd64.dll
    0x000000004fd60000 - 0x000000005026c000 	C:\Windows\system32\ig4dev64.dll
    0x000000004c440000 - 0x000000004c456000 	C:\Users\Grayson\AppData\Roaming\.minecraft\bin\natives\jinput-dx8_64.dll
    0x000007fefa8f0000 - 0x000007fefa92c000 	C:\Windows\system32\DINPUT8.dll
    0x000007fefbbf0000 - 0x000007fefbbfb000 	C:\Windows\system32\HID.DLL
    0x000007fefd970000 - 0x000007fefd9aa000 	C:\Windows\system32\WINTRUST.dll
    0x000007fefda70000 - 0x000007fefdbd6000 	C:\Windows\system32\CRYPT32.dll
    0x000007fefd8b0000 - 0x000007fefd8bf000 	C:\Windows\system32\MSASN1.dll
    0x000000004c480000 - 0x000000004c494000 	C:\Users\Grayson\AppData\Roaming\.minecraft\bin\natives\jinput-raw_64.dll
    0x000007feead00000 - 0x000007feeae22000 	C:\Users\Grayson\AppData\Roaming\.minecraft\bin\natives\OpenAL64.dll
    0x000007fef4790000 - 0x000007fef4818000 	C:\Windows\system32\dsound.dll
    0x000007fefc700000 - 0x000007fefc72c000 	C:\Windows\system32\POWRPROF.dll
    0x000007feff9b0000 - 0x000007feffa49000 	C:\Windows\system32\CLBCatQ.DLL
    0x000007fefc6b0000 - 0x000007fefc6fb000 	C:\Windows\System32\MMDevApi.dll
    0x000007fefc580000 - 0x000007fefc6ac000 	C:\Windows\System32\PROPSYS.dll
    0x000007fefb6b0000 - 0x000007fefb6eb000 	C:\Windows\system32\wdmaud.drv
    0x00000000755d0000 - 0x00000000755d6000 	C:\Windows\system32\ksuser.dll
    0x000007fefc570000 - 0x000007fefc579000 	C:\Windows\system32\AVRT.dll
    0x000007fefb660000 - 0x000007fefb6af000 	C:\Windows\system32\AUDIOSES.DLL
    0x000007fefb650000 - 0x000007fefb65a000 	C:\Windows\system32\msacm32.drv
    0x000007fefb630000 - 0x000007fefb648000 	C:\Windows\system32\MSACM32.dll
    0x000007fefb620000 - 0x000007fefb629000 	C:\Windows\system32\midimap.dll
    
    VM Arguments:
    jvm_args: -Xms512m -Xmx1024m 
    java_command: C:\Users\Grayson\Desktop\Minecraft.exe
    Launcher Type: SUN_STANDARD
    
    Environment Variables:
    PATH=C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\Program Files\Java\jre6\bin
    USERNAME=Grayson
    OS=Windows_NT
    PROCESSOR_IDENTIFIER=Intel64 Family 6 Model 23 Stepping 10, GenuineIntel
    
    
    
    ---------------  S Y S T E M  ---------------
    
    OS: Windows 7 Build 7600 
    
    CPU:total 1 (1 cores per cpu, 1 threads per core) family 6 model 23 stepping 10, cmov, cx8, fxsr, mmx, sse, sse2, sse3, ssse3
    
    Memory: 4k page, physical 3075272k(1453116k free), swap 6148648k(3979496k free)
    
    vm_info: Java HotSpot(TM) 64-Bit Server VM (14.0-b16) for windows-amd64 JRE (1.6.0_14-b08), built on May 21 2009 00:52:56 by "java_re" with MS VC++ 8.0
    
    time: Fri Sep 23 22:30:21 2011
    elapsed time: 20 seconds


    PLEASE HELP!!!!!!!
    Posted in: Minecraft News
  • 0

    posted a message on [Forge] TrainCraft (formerly Trains and Zeppelin mod)
    made a new model for the big steam loco now im working on the texture i will be done in mabe a day or so
    Posted in: Minecraft Mods
  • 0

    posted a message on [WIP] U.F.O Mod
    Quote from muchotreeo258

    i can work on the texture


    c u post pics of wat the ufo with texture looks like XD!!!!!
    Posted in: Requests / Ideas For Mods
  • To post a comment, please .