This is a read-only snapshot of the ComputerCraft forums, taken in April 2020.
Mikeemoo's profile picture

[CC 1.53, MC 1.5.2] OpenXP

Started by Mikeemoo, 24 May 2013 - 05:35 PM
Mikeemoo #1
Posted 24 May 2013 - 07:35 PM
Hi all,

First release of a little mod I've been working on.

https://dl.dropboxus...penXP-0.0.6.jar

The turtle is pretty simple.
Every block I add to the game WILL be a peripheral, however, at the moment not many peripheral methods have been implemented.

Here's the blocklist:

XP Sponge: It's a tank that sucks in XP. You can break the block and it'll retain its XP value. You can pipe XP out of this using other mods (buildcraft.etc.), or use the turtle to suck the XP out

Auto anvil: It's an anvil, but automated! You can pipe items in, pipe them out and pipe XP juice in. Main item gets piped into the top and modifier item(s) get piped into the bottom. Items get piped out of the side

Auto enchantment table: Just like the regular enchanting table, except you can pipe items into the top and pipe items out of the left. There's 2 settings - lowest level and highest level. These two settings depend on how many bookcases you have, just like a standard enchanting table.

Life Stone: the life stone is a protective force that'll heal you and fight off mobs. It's pretty expensive and runs off liquid XP. You can change the radius or change its options and the XP/tick changes.

OpenXP Turtle: He's quite limited because I don't want to step on the toes of the Misc Peripherals turtle. Methods include: suck() suckUp() suckDown() suckLeft() suckRight() suckBack(), drop() dropUp() dropDown(), dropLeft() dropRight() dropBack() collect() getLevelsStored() getLiquidCapacity() getLiquidVolume() getXPStored()

XP Bottler: This machine can drain XP bottles, or fill glass bottles with XP! Pretty simple.


Anyone is free to use this mod however they wish.


Here's the recipes:







Probably quite buggy - it's just a start. Feedback and ideas always welcomed!

http://www.youtube.com/watch?v=uRhyDfbl2aE

http://www.youtube.com/watch?v=D7MYpPTc8fE

http://www.youtube.com/watch?v=JxpuGvF5Kvg
superaxander #2
Posted 25 May 2013 - 01:31 AM
I've seen this before on github really nice well done!
Lordmau5 #3
Posted 26 May 2013 - 04:03 PM
You are a god, Mikemoo!

IF Dan should take a second modder into the development of CC, you should have the place!
Mikeemoo #4
Posted 26 May 2013 - 04:11 PM
You are a god, Mikemoo!

IF Dan should take a second modder into the development of CC, you should have the place!

Dan already has a second modder :)/> The guy who taught me how to mod - Cloudy!
Lordmau5 #5
Posted 26 May 2013 - 04:20 PM
3rd modder *cough* :D/>

But awesome peripherals, really.
sinful_spartan #6
Posted 06 July 2013 - 01:43 AM
Hey got a quick suggestion, would it be possible to be able to set it up so you could the renaming functionality into the auto anvil.