RedstoneChips 0.97
RedstoneChips is a Minecraft Bukkit plugin that allows you to build custom integrated circuits on your minecraft server.
Chips can be constructed with any number of inputs and outputs and in almost any imaginable structure.
RedstoneChips currently consists of the following plugins:
- RedstoneChips - The core plugin (required).
- BasicCircuits - The basic chip library containing many different chip types (required).
- SensorLibrary - An extra chip library for sensor chips (optional).
Check out the circuitdocs for more info on available RedstoneChips circuits.
For much more information, visit the RedstoneChips site.
Installation
Copy all jar files to the plugins folder of your craftbukkit installation.
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 x` and defaults to 7.
- sram: Fixed a problem with anonymous memory.