RedstoneChips
From Redstonechips
(→7 Segment Setup) |
|||
(26 intermediate revisions not shown) | |||
Line 1: | Line 1: | ||
- | == | + | ==Introduction== |
- | + | ||
- | + | ||
- | RedstoneChips is a Bukkit plugin that allows you to build custom integrated redstone circuits on your craftbukkit minecraft server. | + | 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 [http://bukkit.org craftbukkit] minecraft server. | ||
Circuits can be built with any number of inputs and outputs and with any imaginable structure. | Circuits can be built with any number of inputs and outputs and with any imaginable structure. | ||
* [http://eisental.github.com/RedstoneChips RedstoneChips website] | * [http://eisental.github.com/RedstoneChips RedstoneChips website] | ||
* [http://forums.bukkit.org/threads/1205 RedstoneChips on the Bukkit forums] | * [http://forums.bukkit.org/threads/1205 RedstoneChips on the Bukkit forums] | ||
+ | |||
+ | ---- | ||
+ | |||
+ | ==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== | ||
+ | [[Logic Gates]] | ||
+ | |||
+ | |||
+ | ---- | ||
+ | |||
+ | ==Examples== | ||
+ | [[7 Segment Setup]] | ||
+ | |||
+ | ---- | ||
+ | |||
+ | ==Schematics== | ||
+ | |||
+ | ==Rubyc == | ||
+ | Rubyc is a RedstoneChips chip library containing rubyc - a programmable chip that can run ruby scripts. | ||
+ | |||
+ | [[Rubyc Intro]] | ||
+ | |||
+ | [[Rubyc Default Script]] | ||
+ | |||
+ | |||
+ | [https://github.com/eisental/Rubyc Rubyc website] | ||
+ | |||
+ | === Rubyc Tutorials === | ||
+ | [[Rubyc Hello World]] | ||
+ | |||
+ | [[Rubyc Direct sram memory access (read/write) ]] | ||
+ | |||
+ | [[Rubyc Listening to /rctype events ]] | ||
+ | |||
+ | [[Rubyc Wireless transmitter/receiver ]] | ||
+ | |||
+ | [[Rubyc Using the bukkit scheduler ]] | ||
+ | |||
+ | [[Rubyc Connect4 Game]] | ||
+ | |||
+ | == Rubyc Examples == | ||
+ | |||
+ | [[Rubyc Display]] | ||
+ | |||
+ | [[Rubyc WiresDisplay]] | ||
+ | |||
+ | [[Rubyc Wireless Sign]] | ||
+ | |||
+ | Main site | ||
+ | https://github.com/eisental/Rubyc | ||
+ | |||
+ | ---- |
Current revision as of 21:34, 24 October 2012
Contents |
[edit] 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.
[edit] Tutorials
- How to build a Digital Clock in Minecraft using RedstoneChips - Detailed instructions for manually building any type of digital clock from scratch.
[edit] Basic Circuits
[edit] Examples
[edit] Schematics
[edit] Rubyc
Rubyc is a RedstoneChips chip library containing rubyc - a programmable chip that can run ruby scripts.
[edit] Rubyc Tutorials
Rubyc Direct sram memory access (read/write)
Rubyc Listening to /rctype events
Rubyc Wireless transmitter/receiver
Rubyc Using the bukkit scheduler
[edit] Rubyc Examples
Main site https://github.com/eisental/Rubyc