Downloads:
ComputerCraft requires Minecraft version 1.5 and an up to date version of Minecraft Forge. Once forge is installed, drop ComputerCraft1.51.zip into your /mods/ directory, and launch the game.
New Features:
- Ported to Minecraft 1.5
- Added Wired Modems
- Added Networking Cables
- Made Wireless Modems more expensive to craft
- New redstone API functions: getAnalogInput(), setAnalogOutput(), getAnalogOutput()
- Peripherals can now be controlled remotely over wired networks
- New peripheral API function: getNames()
- New event: “monitor_resize” when the size of a monitor changes
- Except for labelled computers and turtles, ComputerCraft blocks no longer drop items in creative mode
- The pick block function works in creative mode now works for all ComputerCraft blocks
- All blocks and items now use the IDs numbers assigned by FTB by default
- Fixed turtles sometimes placing blocks with incorrect orientations
- Fixed Wireless modems being able to send messages to themselves
- Fixed turtle.attack() having a very short range
- Various bugfixes
I’m quite proud of this update. Wired networks are something people having been asking for for a while, and I’m really excited to see what people can achieve with them, especially their ability to control peripherals at a distance. ComputerCraft is also a Minecraft 1.5 mod now, which means Computers and Turtles can interact with all cool new redstone features of the latest update. As always: Thanks to everyone who helped with beta testing, and Happy Hacking!
I droped the ZIP-file into my mods folder. When I run Minecraft it works just fine until I try to open one of my worlds. I don’t know why it crashes. The mods that are already installed are: Minecraft Forge, Rei’s Minimap and Inventory Tweaks. If someone of you could help me it would be awesome.
Make it easyer either get magic luncher or ftb luncher makes it lot easyer
that would be the case, but computercraft 1.51 requires minecraft 1.5 to run, and currently FTB runs on minecraft 1.47.
Now I know why it was not working
It was because of Rei’s Minimap it needs an other Modloader. Well thanks for your help ^^
Inventory tweeks isnt updated yet? so that might be your issue
try to download it on skydaz i use skydaz to get all of my mod and the work great when i open the it on mine craft try using the mod loader the some come with you can drag them into the mod loader and they install onto your minecraft also it depends what system you use like forge the one i use and allot more
Good job Dan and Cloudy! I was looking forward to the wired networking features and you also finished some bugs that bothered me 🙂 Though I’m not downloading, as RedPower hasn’t been updated to 1.5 (yet). Great job anyways!
Great job!!
I love ComputerCraft 😀
I know that this is still far off (based on the update to 1.3/4) but theoretically, would it be possible for the cables to be covered by either BC Facards or RP2 Microblocks?
You can’t use Facades, but you are able to use microblocks (covers)
thanks!!
I found a bug: the front texture of the advanced computer looks, when the computer is turned off, like the other sides (has no screen)
Thank you Dan200 for all of the hard work you put into this mod!! I love coding LUA with this mod, its very awesome :D.
It would be nice in the future to have real network stuff integrated. Like routers and switches and computers us ips. Then one could make DHCP, DNS, SQL and web servers. Good progress though.
You could write all this stuff already! Remember that a router is just a computer with multiple network ports.
That is true, but if you did not want all your computers running on one network cable bus, then there would have to be a device that can connect 20 or 30 computers. Someone should make a mod or apis that integrate Cisco routers and switches.
Good job! Next should be flatscreen monitors..
I noticed an error in this post.
The new “setAnalogOutput()” function is listed two times in a row aside the 5’th bullet under “New Features”
Hey there,
Love the new update! One thing, can’t find the new wireless modem recipe anywhere. Just curious what that might be.
Thanks!
This is what i have been needing for a while, with misc peripherals aswell the wired connections are going to be a great help, good job cloudy and dan!
hi this update looks EPIC but it will not work in 1.5.1 I installed forge that is fine but when I add cc mc will not load it say the FLM thing then mojang for 5secs then black screns
please help me 🙂
That’s because it’s for MC 1.5, not 1.5.1. Wait for the update.
I have a Crash on Mac at Loading Minecraft:
2013-03-24 10:15:53 [AM FEINSTEN] [ComputerCraft] Sending event FMLConstructionEvent to mod ComputerCraft
2013-03-24 10:15:53 [INFO] [STDERR] Exception in thread "Minecraft main thread" java.lang.NoClassDefFoundError: zv
2013-03-24 10:15:53 [INFO] [STDERR] at java.lang.Class.getDeclaredMethods0(Native Method)
2013-03-24 10:15:53 [INFO] [STDERR] at java.lang.Class.privateGetDeclaredMethods(Class.java:2436)
2013-03-24 10:15:53 [INFO] [STDERR] at java.lang.Class.getDeclaredMethods(Class.java:1793)
2013-03-24 10:15:53 [INFO] [STDERR] at cpw.mods.fml.common.FMLModContainer.gatherAnnotations(FMLModContainer.java:340)
2013-03-24 10:15:53 [INFO] [STDERR] at cpw.mods.fml.common.FMLModContainer.constructMod(FMLModContainer.java:485)
2013-03-24 10:15:53 [INFO] [STDERR] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
2013-03-24 10:15:53 [INFO] [STDERR] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
2013-03-24 10:15:53 [INFO] [STDERR] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
2013-03-24 10:15:53 [INFO] [STDERR] at java.lang.reflect.Method.invoke(Method.java:597)
2013-03-24 10:15:53 [INFO] [STDERR] at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:74)
2013-03-24 10:15:53 [INFO] [STDERR] at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
2013-03-24 10:15:53 [INFO] [STDERR] at com.google.common.eventbus.EventBus.dispatch(EventBus.java:314)
2013-03-24 10:15:53 [INFO] [STDERR] at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296)
2013-03-24 10:15:53 [INFO] [STDERR] at com.google.common.eventbus.EventBus.post(EventBus.java:267)
2013-03-24 10:15:53 [INFO] [STDERR] at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:165)
2013-03-24 10:15:53 [INFO] [STDERR] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
2013-03-24 10:15:53 [INFO] [STDERR] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
2013-03-24 10:15:53 [INFO] [STDERR] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
2013-03-24 10:15:53 [INFO] [STDERR] at java.lang.reflect.Method.invoke(Method.java:597)
2013-03-24 10:15:53 [INFO] [STDERR] at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:74)
2013-03-24 10:15:53 [INFO] [STDERR] at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
2013-03-24 10:15:53 [INFO] [STDERR] at com.google.common.eventbus.EventBus.dispatch(EventBus.java:314)
2013-03-24 10:15:53 [INFO] [STDERR] at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296)
2013-03-24 10:15:53 [INFO] [STDERR] at com.google.common.eventbus.EventBus.post(EventBus.java:267)
2013-03-24 10:15:53 [INFO] [STDERR] at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:98)
2013-03-24 10:15:53 [INFO] [STDERR] at cpw.mods.fml.common.Loader.loadMods(Loader.java:494)
2013-03-24 10:15:53 [INFO] [STDERR] at cpw.mods.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:160)
2013-03-24 10:15:53 [INFO] [STDERR] at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:407)
2013-03-24 10:15:53 [INFO] [STDERR] at net.minecraft.client.MinecraftAppletImpl.func_71384_a(SourceFile:56)
2013-03-24 10:15:53 [INFO] [STDERR] at net.minecraft.client.Minecraft.run(Minecraft.java:729)
2013-03-24 10:15:53 [INFO] [STDERR] at java.lang.Thread.run(Thread.java:680)
2013-03-24 10:15:53 [INFO] [STDERR] Caused by: java.lang.ClassNotFoundException: zv
2013-03-24 10:15:53 [INFO] [STDERR] at cpw.mods.fml.relauncher.RelaunchClassLoader.findClass(RelaunchClassLoader.java:211)
2013-03-24 10:15:53 [INFO] [STDERR] at java.lang.ClassLoader.loadClass(ClassLoader.java:306)
2013-03-24 10:15:53 [INFO] [STDERR] at java.lang.ClassLoader.loadClass(ClassLoader.java:247)
2013-03-24 10:15:53 [INFO] [STDERR] ... 31 more
2013-03-24 10:15:53 [INFO] [STDERR] Caused by: java.lang.NullPointerException
2013-03-24 10:15:53 [INFO] [STDERR] at cpw.mods.fml.relauncher.RelaunchClassLoader.findClass(RelaunchClassLoader.java:200)
2013-03-24 10:15:53 [INFO] [STDERR] ... 33 more
Minecraft 1.5.1 (Mac)
Forge 1.5.1-7.7.0.602
Java 7 Update 17 (Build 1.7.0_17-b02) Original not Apple Java
Any Idea?
Yeah; you can’t read. 1.5.1 version of CC hasn’t been released yet. 1.51 is for 1.5
Oh thx. Little bit confused about the Versinnumbers. ^^
Good job! I’m very interested in the new cables.
Also I would like to ask you for some kind of hot-fix for 1.4.7 because of FTB and many mods that aren’t in 1.5 yet, and to be honest we both know that it would take time for FTB to get updated. so if you have the time just hot-fix for the bug fixes.
Thank you :). (The bug with the melee turtle is annoying as hell)
If I read the bug fix correctly you stopped the wireless modems from being able to send to themselves?
I’m currently having an issue getting my elevator program to work and I think that might be the cause. I was writing it using variables so that I could write it once for all the computers and it would still function, but not being able to send a signal to itself makes me have to modify the code for each machine! Any way around this fix?
Great delivery. Great arguments. Keep up the great effort.
Keep onn working, &X67;reat job!
I am tr&X75;ly pleased to glаnce at this wеb sіte pоѕts w&X68;ich contains tons of u&X73;eful facts, thanks for providing th&X65;se
kinds of ѕtatistics.
My blog … 3d magazine cover
Нave уou ever considered creating an e-boo&X6B; or g&X75;est authoring on other blogs?
I have a blog based upon on the same iԁeas you dіscuss and w&X6f;uld lo&X76;e to
have you share some ѕtοriеs/information.
I κnoω my audie&X6E;cе would enjo&X79; your
worκ. If yo&X75;’ге eνen remοte&X6c;y interested,
feеl fre&X65; t&X6F; send me an e mail.
Here is my ωe&X62; si&X74;e 3d cover maker software
Hello there, just became aware of your blog through Google,
and found that it’s really informative. I’m going to watch out
for brussels. I will appreciate if you continue this in future.
Numerous people will be benefited from your writing. Cheers!
I have a happy synthetic eyesight intended for fine detail and can anticipate issues prior to these people happen.
Hi there! I just want to give a huge thumbs up for the good data you