ComputerCraft 1.47, and Minecon news!

Posted on by dan200

First things first: A new Minecraft update came out today, and with it, a new ComputerCraft:

Downloads:

  • Universal (Client and Server)

ComputerCraft requires Minecraft 1.4.4 or 1.4.5 and the recommended version of Minecraft Forge for your Minecraft version. Once forge is installed, drop ComputerCraft1.47.zip into your /mods/ directory, and launch the game.

New Features:

  • Ported to Minecraft 1.4.4
  • Fixed label tooltips not showing up in SMP

In other news: In response to the pitch video I recorded last month, I’ve been invited to speak on the Minecraft Modding panel at MINECON in Paris the weekend after next, with Searge from the Minecraft Coder Pack, and others! This is a huge and slightly scary thing! The panel will mostly be about modding in general, but I’d love to talk to fans about ComputerCraft if I get the right questions. If you’re going to the con, hit me up on Twitter, and maybe I’ll see some of you there.

Happy Hacking!

Follow @DanTwoHundred
This entry was posted in News, Releases by dan200. Bookmark the permalink.

8 thoughts on “ComputerCraft 1.47, and Minecon news!

  1. spacer Kurt on said:

    You posted the download link for 1.46, not 1.47.

    • spacer Ruben on said:

      adf.ly/Ep65Z This is the correct download, it’s in the description of the IRC channel

      • spacer Ruben on said:

        Nevermind, he fixed the link to an even newer version

    • spacer dan200 on said:

      Whoops! All fixed now

  2. spacer acepilot1122 on said:

    yay! new update! new cc! spacer good job!

  3. spacer nitrogenfingers on said:

    Congrats on the panel position at Minecon! Should be great to give a talk about your work and what the community have come up with. Hope it goes well spacer

  4. spacer J15t98J on said:

    Dan, please can you make a printer function for ejecting all printed sheets?

  5. spacer Driael on said:

    My minecraft crash when i try to install the mod.
    Minecraft has crashed!
    ———————-

    Minecraft has stopped running because it encountered a problem; Failed to start game

    A full error report has been saved to C:\Users\Driael\AppData\Roaming\.minecraft\crash-reports\crash-2013-05-07_18.57.31-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 spacer

    — BEGIN ERROR REPORT 5d4dc8a6 ——–
    Full report at:
    C:\Users\Driael\AppData\Roaming\.minecraft\crash-reports\crash-2013-05-07_18.57.31-client.txt
    Please show that file to Mojang, NOT just this screen!

    Generated 07/05/13 18:57

    — System Details —
    Details:
    Minecraft Version: 1.4.5
    Operating System: Windows 7 (x86) version 6.1
    Java Version: 1.7.0_21, Oracle Corporation
    Java VM Version: Java HotSpot(TM) Client VM (mixed mode), Oracle Corporation
    Memory: 380256992 bytes (362 MB) / 519110656 bytes (495 MB) up to 1037959168 bytes (989 MB)
    JVM Flags: 2 total; -Xms512m -Xmx1024m
    AABB Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
    Suspicious classes: FML and Forge are installed
    IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
    FML: MCP v7.23 FML v4.5.21.486 Minecraft Forge 6.4.1.436 Optifine OptiFine_1.4.5_HD_D7 6 mods loaded, 6 mods active
    mcp [Minecraft Coder Pack] (minecraft.jar) Unloaded->Constructed->Pre-initialized->Initialized
    FML [Forge Mod Loader] (coremods) Unloaded->Constructed->Pre-initialized->Initialized
    Forge [Minecraft Forge] (coremods) Unloaded->Constructed->Pre-initialized->Initialized
    ComputerCraft [ComputerCraft] (ComputerCraft1.47.zip) Unloaded->Constructed->Pre-initialized->Errored
    CCTurtle [ComputerCraft Turtles] (ComputerCraft1.47.zip) Unloaded->Constructed->Pre-initialized->Errored
    IC2 [IndustrialCraft 2] (industrialcraft-2_1.111.jar) Unloaded->Constructed->Pre-initialized->Initialized
    LWJGL: 2.4.2
    OpenGL: Mobile Intel(R) 4 Series Express Chipset Family GL version 2.1.0 – Build 8.15.10.2869, Intel
    Is Modded: Definitely; Client brand changed to ‘forge,fml’
    Type: Client (map_client.txt)
    Texture Pack: Default
    Profiler Position: N/A (disabled)
    Vec3 Pool Size: ~~ERROR~~ NullPointerException: null

    java.lang.ArrayIndexOutOfBoundsException: 4096
    at amj.(Block.java:290)
    at aju.(BlockContainer.java:7)
    at dan200.computer.shared.BlockComputerBase.(BlockComputerBase.java:18)
    at dan200.computer.shared.BlockComputer.(BlockComputer.java:26)
    at dan200.computer.shared.ComputerCraftProxyCommon.registerItems(ComputerCraftProxyCommon.java:200)
    at dan200.computer.shared.ComputerCraftProxyCommon.load(ComputerCraftProxyCommon.java:31)
    at dan200.computer.client.ComputerCraftProxyClient.load(ComputerCraftProxyClient.java:35)
    at dan200.ComputerCraft.load(ComputerCraft.java:161)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
    at java.lang.reflect.Method.invoke(Unknown Source)
    at cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:440)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
    at java.lang.reflect.Method.invoke(Unknown Source)
    at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:69)
    at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
    at com.google.common.eventbus.EventBus.dispatch(EventBus.java:317)
    at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:300)
    at com.google.common.eventbus.EventBus.post(EventBus.java:268)
    at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:140)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
    at java.lang.reflect.Method.invoke(Unknown Source)
    at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:69)
    at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
    at com.google.common.eventbus.EventBus.dispatch(EventBus.java:317)
    at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:300)
    at com.google.common.eventbus.EventBus.post(EventBus.java:268)
    at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:83)
    at cpw.mods.fml.common.Loader.initializeMods(Loader.java:651)
    at cpw.mods.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:205)
    at net.minecraft.client.Minecraft.a(Minecraft.java:475)
    at net.minecraft.client.Minecraft.run(Minecraft.java:762)
    at java.lang.Thread.run(Unknown Source)
    — END ERROR REPORT 28d35aa7 ———-

    Can you help me?

Comments are closed.