SimCraft for Minecraft

!!

Welcome Guest

Dear visitor, welcome to MC Port Central. If this is your first visit here,  you should consider registering to show your support.   By registering you will give us an idea and clear indication of how in demand our work really are and will motivate our porting team to continue there work. We port vanilla mods to Bukkit and you will also find a lot of other related Minecraft material on our Forum.

Author Topic: [ADDED][1.2.5]ComputerCraft 1.41  (Read 10395 times)

Cloudy

  • Newbie
  • *
  • Posts: 11
[ADDED][1.2.5]ComputerCraft 1.41
« on: August 08, 2012, 02:19:22 AM »
Permission: I'm one of the devs of ComputerCraft - but the main dev dan200 has provided his blessing.

Original thread: http://www.minecraftforum.net/topic/892282-125-computercraft-141-rise-of-the-machines/

Port: https://dl.dropbox.com/u/9423887/ComputerCraft/ComputerCraftBukkit1.41.zip
Bukkit Plugin: https://dl.dropbox.com/u/9423887/ComputerCraft/CCPlugin.jar

Mirrors: http://files.lymiahugs.com/ccbukkit-1344385121/

Additional information:
This is a port from source of ComputerCraft 1.41 with a few enhancements and bug fixes that have been made since release (and will be in the next vanilla release). Additional plugin is so I can detect if a block place event has been cancelled to return false accordingly. Won't be needed if you're not using the turtle aspect of it.

Fake player name is [ComputerCraft] by default. If the fake player mode is on "perturtle" in the config then it is [ComputerCraft]#id, where #id is the ID of the turtle.

Known bugs:
When turtles kill living entities they do not pick up the items dropped by the entity automatically. This is a bug in MCPC build version 176 or lower that I am trying to get fixed. When it is fixed I will let you know!

Edit: MCPC build version 177 fixes this! Grab it while it's hot!
« Last Edit: August 08, 2012, 05:08:11 PM by Cloudy »

MC Port Central

  • Global Moderator
  • Newbie
  • *****
  • Posts: 0
[1.2.5]ComputerCraft 1.41
« Reply #1 on: August 08, 2012, 02:19:22 AM »
Auto Respond

Please remember to follow the rules:
Bugs are reported here
Mod requests belong in this section

Sharku

  • Newbie
  • *
  • Posts: 42
Re: [1.2.5]ComputerCraft 1.41
« Reply #2 on: August 08, 2012, 10:33:21 AM »
Thx for your work :)

mckay1717

  • Newbie
  • *
  • Posts: 8
Re: [1.2.5]ComputerCraft 1.41
« Reply #3 on: August 08, 2012, 10:53:21 AM »
thanks good works

wesley009

  • Jr. Member
  • **
  • Posts: 60
Re: [ADDED][1.2.5]ComputerCraft 1.41
« Reply #4 on: August 09, 2012, 02:15:47 PM »
Woot Awesome Thank you so Much :D
---------------------------------------------------------------

STOP BREIN A CORRUPT GROUP WANTING TO CENSOR "ILLIGAL THINGS" AND TAKE THE FREEDOM OF THE DUTCH

Fox-Alpha

  • Newbie
  • *
  • Posts: 1
Re: [ADDED][1.2.5]ComputerCraft 1.41
« Reply #5 on: August 11, 2012, 02:51:52 PM »
Firts, many thanks to Port this to Bukkit.

Second. Can you describe how to install this ?

Do i have to modify my Client anymore ?
Do i need the original Client and Server Files ?

Can you say something about MC 1.3.1 and Bukkit 1.3.1-R1.0 ?

Thanks for answers.

jkelley2

  • Newbie
  • *
  • Posts: 4
Re: [ADDED][1.2.5]ComputerCraft 1.41
« Reply #6 on: September 04, 2012, 10:53:49 AM »
Ive got a quick and easy bug fix for you, in messing with this mod on my server i noticed that when ever i try to craft the turtles with the redpower gem tools it says it couldnt find redpowerworld this is easily fixed by changing one line of code from

redPowerWorld = Class.forName("RedPowerWorld");
to
redPowerWorld = Class.forName("net/minecraft/server/RedPowerWorld")'

hope you fix this soon and thanks for porting this mod

ChrysWhyte

  • Newbie
  • *
  • Posts: 7
Re: [ADDED][1.2.5]ComputerCraft 1.41
« Reply #7 on: September 06, 2012, 04:19:56 AM »
Yes, please fix this since bukkit versions of redpower always come in a single zip

jkelley2

  • Newbie
  • *
  • Posts: 4
Re: [ADDED][1.2.5]ComputerCraft 1.41
« Reply #8 on: September 07, 2012, 06:31:38 AM »
Here is an unofficial fix for the error i stated previously

To use this fix you must replace the RedPowerInterop.class in you mods\ComputerCraft directory with the 1 you download from the link provided below. This fix will allow you to use RedPower Tools to make turtles

http://www.mediafire.com/?lusduav1w7nroe3

M3gaFr3ak

  • Newbie
  • *
  • Posts: 1
Re: [ADDED][1.2.5]ComputerCraft 1.41
« Reply #9 on: September 09, 2012, 10:53:26 AM »
Here is an unofficial fix for the error i stated previously

To use this fix you must replace the RedPowerInterop.class in you mods\ComputerCraft directory with the 1 you download from the link provided below. This fix will allow you to use RedPower Tools to make turtles

http://www.mediafire.com/?lusduav1w7nroe3


If i start my server with the modified RedPowerInterop.class it crashes!
I think cloudy should recompile it with the changed Worldpath!

jkelley2

  • Newbie
  • *
  • Posts: 4
Re: [ADDED][1.2.5]ComputerCraft 1.41
« Reply #10 on: September 10, 2012, 06:02:19 AM »
It worked for me anc can you send me a crashlog?

mieper

  • Newbie
  • *
  • Posts: 1
Re: [ADDED][1.2.5]ComputerCraft 1.41
« Reply #11 on: September 11, 2012, 04:18:49 PM »
18:41:12 [SEVERE] java.lang.NoClassDefFoundError: vp
18:41:12 [SEVERE]       at java.lang.Class.getDeclaredConstructors0(Native Metho
d)
18:41:12 [SEVERE]       at java.lang.Class.privateGetDeclaredConstructors(Unknow
n Source)
18:41:12 [SEVERE]       at java.lang.Class.getConstructor0(Unknown Source)
18:41:12 [SEVERE]       at java.lang.Class.newInstance0(Unknown Source)
18:41:12 [SEVERE]       at java.lang.Class.newInstance(Unknown Source)
18:41:12 [SEVERE]       at cpw.mods.fml.common.modloader.ModLoaderModContainer.p
reInit(ModLoaderModContainer.java:107)
18:41:12 [SEVERE]       at cpw.mods.fml.common.Loader.preModInit(Loader.java:235
)
18:41:12 [SEVERE]       at cpw.mods.fml.common.Loader.loadMods(Loader.java:593)
18:41:12 [SEVERE]       at cpw.mods.fml.server.FMLBukkitHandler.onPreLoad(FMLBuk
kitHandler.java:132)
18:41:12 [SEVERE]       at net.minecraft.server.MinecraftServer.init(MinecraftSe
rver.java:132)
18:41:12 [SEVERE]       at net.minecraft.server.MinecraftServer.run(MinecraftSer
ver.java:441)
18:41:12 [SEVERE]       at net.minecraft.server.ThreadServerApplication.run(Sour
ceFile:492)
18:41:12 [SEVERE] Caused by: java.lang.ClassNotFoundException: vp
18:41:12 [SEVERE]       at java.net.URLClassLoader$1.run(Unknown Source)
18:41:12 [SEVERE]       at java.net.URLClassLoader$1.run(Unknown Source)
18:41:12 [SEVERE]       at java.security.AccessController.doPrivileged(Native Me
thod)
18:41:12 [SEVERE]       at java.net.URLClassLoader.findClass(Unknown Source)
18:41:12 [SEVERE]       at java.lang.ClassLoader.loadClass(Unknown Source)
18:41:12 [SEVERE]       at sun.misc.Launcher$AppClassLoader.loadClass(Unknown So
urce)
18:41:12 [SEVERE]       at java.lang.ClassLoader.loadClass(Unknown Source)
18:41:12 [SEVERE]       ... 12 more
18:41:12 [SEVERE] Unexpected exception
java.lang.NoClassDefFoundError: vp
        at java.lang.Class.getDeclaredConstructors0(Native Method)
        at java.lang.Class.privateGetDeclaredConstructors(Unknown Source)
        at java.lang.Class.getConstructor0(Unknown Source)
        at java.lang.Class.newInstance0(Unknown Source)
        at java.lang.Class.newInstance(Unknown Source)
        at cpw.mods.fml.common.modloader.ModLoaderModContainer.preInit(ModLoader
ModContainer.java:107)
        at cpw.mods.fml.common.Loader.preModInit(Loader.java:235)
        at cpw.mods.fml.common.Loader.loadMods(Loader.java:593)
        at cpw.mods.fml.server.FMLBukkitHandler.onPreLoad(FMLBukkitHandler.java:
132)
        at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:132)
        at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:441)
        at net.minecraft.server.ThreadServerApplication.run(SourceFile:492)
Caused by: java.lang.ClassNotFoundException: vp
        at java.net.URLClassLoader$1.run(Unknown Source)
        at java.net.URLClassLoader$1.run(Unknown Source)
        at java.security.AccessController.doPrivileged(Native Method)
        at java.net.URLClassLoader.findClass(Unknown Source)
        at java.lang.ClassLoader.loadClass(Unknown Source)
        at sun.misc.Launcher$AppClassLoader.loadClass(Unknown Source)
        at java.lang.ClassLoader.loadClass(Unknown Source)
        ... 12 more
« Last Edit: September 11, 2012, 06:43:07 PM by mieper »

jkelley2

  • Newbie
  • *
  • Posts: 4
Re: [ADDED][1.2.5]ComputerCraft 1.41
« Reply #12 on: September 15, 2012, 10:54:30 PM »
the fix i provided was for the craftbukkit version provided with tekkit not sure if it works with others

Taji34

  • Newbie
  • *
  • Posts: 4
Re: [ADDED][1.2.5]ComputerCraft 1.41
« Reply #13 on: September 22, 2012, 08:11:18 PM »
I can't seem to craft a mining turtle on my server, it's like something is blocking it from being crafted. Any ideas?

romeomont

  • Newbie
  • *
  • Posts: 1
Re: [ADDED][1.2.5]ComputerCraft 1.41
« Reply #14 on: September 29, 2012, 02:30:19 AM »
I have minecraft 1.3.2
I am using bukkit 1.3.2-R1.0-b2377jnks (MC: 1.3.2) Implementing API version 1.3.2-R1.0
When I launch the MC client and log in I can see the mods options from the menu.. when I click it I get
-----------------------------------------
Forge Mod Loader: 3.0.196.366
0 child mods
MinecraftForge 4.1.1.251
0 child mods
mod_TooManyItems
1.0
0 child mods
------------------------------
but I get nothing about ComputerCraft...
I would really appreciate some help..

a detailed installation list would be VERY help as this: Download ComputerCraft 1.42 from one of the links above, and place it in the "mods" folder in your minecraft directory.
You're done! " is NOT helpful at all.

Especially because i'm using bukkit.. like do i have to mod the server and client or just the server or what?