RedstoneChips

RedstoneChips is a bukkit plugin that makes it possible to build custom integrated cicuits on your minecraft server.
Features:
- Build chips with any number of input and output pins, from compact 2 block chips up to whatever you can imagine.
- Choose from over 50 different chip types and several 3rd party chip libraries.
- Most chip types can work with a wide or infinte range of i/o configurations. Sign arguments allow you to customize chip behavior.
- Chips can communicate through redstone, or directly by touching each other. Some chip types can also communicate over wireless channels.
- Chips can be built in almost any imaginable structure allowing very compact circuits.
- Debug and maintain large projects using various tools and commands.
Website | Forum
circuitdocs * help * videos * Wiki * Schematics
Contribute
- If you have feature suggestions, bug reports or any other issues to report click here or send an email to the address in the sidebar.
- Share your circuits with the world. Schematics, sram files and videos are welcome.
- Help making the documentation better. To help improve circuitdocs you can send a pull request to the gh-pages branch with changes or just send suggestions by mail. Any additions to the wiki will be very appreciated.
- Help development. Pull requests will be happily tested and hopefully merged. Check the github page. If you're interested in maintaining and developing RedstoneChips on a regular basis do let me know. It's a lot of work and I could use some help.
- Donate!
Source code
RedstoneChips github pages
BasicCircuits github pages
SensorLibrary github pages
Changelog
RedstoneChips 0.97 (Apr 30th, 2013)
- Fixed the saving bug on cb 1.5.1.
- Added an option to disable update checking.
BasicCircuits 0.97 (Apr 30th, 2013)
- pixel: Added a maximum distance value preference to prevent lags and server crashes. The max can be changed using
/rcprefs pixel.maxDistance xand defaults to 7. - sram: Fixed a problem with anonymous memory.
-
View User Profile
-
Send Message
Posted Apr 11, 2012Awesome plugin! Thank you for your work!
-
View User Profile
-
Send Message
Posted Apr 10, 2012WOW nice work still like building my own circuits (i find it relaxing) however this really speeds up the building of complex projects and save a ton of space Rating 9/10
-
View User Profile
-
Send Message
Posted Apr 10, 2012RedstoneChips 0.95 is finally released! Please report any bugs and other issues in the issue tracker
-
View User Profile
-
Send Message
Posted Mar 26, 2012I've posted a test release in the forum. Please follow this link
-
View User Profile
-
Send Message
Posted Mar 24, 2012All you have to do is follow the git link to see that he's been working on the new code...
The only issue I've had with the code up there right now is it wasn't auto-saving chips :( Though manually calling save before shutting down the server appears to work great.
-
View User Profile
-
Send Message
Posted Mar 23, 2012As I wrote a few post down the plugin is definitely not dead. It will just take a few more days. I plan to support it as long as there's interest.
Let's all take a big breath and read a book or something...
-
View User Profile
-
Send Message
Posted Mar 23, 2012so this plugins is officially dead ?
-
View User Profile
-
Send Message
Posted Mar 20, 2012i miss redstone chips too ... hope you can update soon.
-
View User Profile
-
Send Message
Posted Mar 19, 2012Plz update this very cool plugin I need it for my bukkit 1.2.3 server
-
View User Profile
-
Send Message
Posted Mar 9, 2012*frothing at the mouth* in anticipation! :)
-
View User Profile
-
Send Message
Posted Mar 8, 2012When will it be out for 1.2.3? My server needs it ASAP.
-
View User Profile
-
Send Message
Posted Mar 4, 2012Thanks, that's good news. I'm looking forward to it :)
-
View User Profile
-
Send Message
Posted Mar 4, 2012@blubberdiblub
There will definitely be a new build soon. I can't say exactly when but I'll have much more time for it in the coming week/s
-
View User Profile
-
Send Message
Posted Mar 3, 2012Could you please update the plugin to bukkit 1.1-R6? Or if what's on github works with R6, could you please build and upload it?
I really love this plugin and we need it on our server for the diversification of the moron filter.
-
View User Profile
-
Send Message
Posted Feb 8, 2012@tlf30
Are you asking how to change block types in Java, or is this related to RC?
-
View User Profile
-
Send Message
Posted Feb 7, 2012Hi, I'm new to building bukkit plugins, but have been programing in java for several years. I was wondering on how you create new blocks.
-
View User Profile
-
Send Message
Posted Jan 27, 2012@kandrathe
Can you list some of the topics that needs more explaining?
In any case, all chips under "registers and memory" in the circuitdocs are "based" on latches. flipflop and srnor are the most simple. You can also build a latch from a bunch of logic gate chips using schematics that are widely available on the web.
I guess it would be better if someone with a more formal knowledge of digital electronics wrote examples/tutorials about these subjects though. Any volunteers? :)
-
View User Profile
-
Send Message
Posted Jan 25, 2012@eisental
I would concur that some basic tutorials are needed. The LED display is cool, but I'd like to figure out how to make basic circuits, like a latch, first.
I mostly wanted it for Transmitter/Receivers to eliminate the need for long redstone wires. My server is white list and populated with my sons grade school friends. I'd hoped that this might help to introduce them to basic circuit design. II just need more simple examples.
-
View User Profile
-
Send Message
Posted Dec 31, 2011@eisental
hmm yeah like a photocell but rotating 360 degrees say 3-4 seconds between 90 degree rotation
-
View User Profile
-
Send Message
Posted Dec 31, 2011@Mal0ne
I'm not sure I understand what you want to build, but If you want a light sensor to know whether it's dark or not you should use the photocell http://eisental.github.com/RedstoneChips/circuitdocs/Photocell.html