RedstoneChips
From Redstonechips
(→Rubyc) |
(→Examples) |
||
Line 28: | Line 28: | ||
---- | ---- | ||
+ | |||
+ | == 7 Segment Setup == | ||
+ | First paste the 7seg.schematic with WorldEdit. Get it here. | ||
+ | |||
+ | [[Media:http://eisental.github.com/RedstoneChips/schematics/7segdigit.schematic]] | ||
+ | |||
+ | Once you have pasted it, activate it following instructions on the website. | ||
+ | |||
+ | What you need to run the 7 Segment Display is a transmitter to connect to the receiver on the back | ||
+ | |||
+ | (The site currently isn't allowing for picture uploads) | ||
+ | |||
+ | Then the corresponding transmitter | ||
+ | |||
+ | (The site currently isn't allowing for picture uploads) | ||
+ | |||
+ | "Add" the numbers for the output | ||
+ | (Note: The top left block is the clock. Turn ON for instant updates to the display) | ||
+ | |||
+ | Once the sum of your input is over 9 you will receive letters (A-F) | ||
==Schematics== | ==Schematics== |
Revision as of 21:29, 24 October 2012
Contents |
Introduction
Welcome to the RedstoneChips wiki. Feel free to add schematics, screenshots, videos, tutorials and anything RedstoneChips related.
RedstoneChips is a Bukkit plugin that allows you to build custom integrated redstone circuits on your craftbukkit minecraft server. Circuits can be built with any number of inputs and outputs and with any imaginable structure.
Tutorials
- How to build a Digital Clock in Minecraft using RedstoneChips - Detailed instructions for manually building any type of digital clock from scratch.
Basic Circuits
Examples
7 Segment Setup
First paste the 7seg.schematic with WorldEdit. Get it here.
Media:http://eisental.github.com/RedstoneChips/schematics/7segdigit.schematic
Once you have pasted it, activate it following instructions on the website.
What you need to run the 7 Segment Display is a transmitter to connect to the receiver on the back
(The site currently isn't allowing for picture uploads)
Then the corresponding transmitter
(The site currently isn't allowing for picture uploads)
"Add" the numbers for the output (Note: The top left block is the clock. Turn ON for instant updates to the display)
Once the sum of your input is over 9 you will receive letters (A-F)
Schematics
Rubyc
Rubyc is a RedstoneChips chip library containing rubyc - a programmable chip that can run ruby scripts.
Rubyc Tutorials
Rubyc Direct sram memory access (read/write)
Rubyc Listening to /rctype events
Rubyc Wireless transmitter/receiver
Rubyc Using the bukkit scheduler
Rubyc Examples
Main site https://github.com/eisental/Rubyc