OpenBlocks/README.md

81 lines
3.2 KiB
Markdown
Raw Normal View History

OpenBlocks
=========
An open source random collection of blocks and miscellaneous cool stuff
Current Version
2013-08-30 01:03:27 -07:00
-
**[v1.2.0](https://dl.dropboxusercontent.com/u/4295615/OpenBlocks-1.2.0.jar) for Minecraft 1.6.x**
2013-08-30 01:03:27 -07:00
For stable release downloads, click [here](http://www.openmods.info/openblocks/downloads).
For snapshot versions, check the [Jenkins](http://www.openmods.info:8080/).
What does it contain?
-----------
* A combination ladder and trapdoor, also known as the **Jaded Ladder**
* A **guide block** to assist in various constructions
* Colorable **elevator blocks** to quickly travel between floors
* **Light boxes** to display your maps on the wall, ceiling or floor
* Archery **targets** for a shooting range
* ~~**Torch arrows!**~~ *No longer implemented*
* ~~**Player graves**, fight the ghost of the perished to obtain their inventory~~ *Bugged*
* Colored **flags** for various purposes
* Liquid **tanks**-- portable, practical, and pliable any-size liquid containment
* Hang **gliders**!
* Random **trophies** that may or may not do odd things when right-clicked
* **Bear traps**-- like venus fly traps, but snappier
* **Luggage**, the traveling sentient chest
* **Sprinklers**, to accelerate the growth of crops and other growables
* **Item cannons** to shoot items around for transport
* **Vaccum hoppers**-- like regular hoppers, but not limited to the top and sucks up XP. Compatible with BuildCraft!
* **Sonic goggles**-- echolocation for Steves
* **Sponges** for getting rid of liquids fast and effectively
* The Redstone Configurable Capacitance Lightweight Mega Touch Sensor, also known as the **BIG BUTTON**
* Blocks drawn by **pencils** and **crayons** that are only seen by the imaginative eye
* **Fans**-- the power of an industrial fan in the size of a desk fan
* A wearable **crane** for picking up blocks and entities
* **XP Bottler**-- should be self-explanatory
* **Magnet turtles**-- turtles don't have CRT screens, so we should be fine
* **Village highlighter**-- shows the village borders and where their golem guardians spawn
* The **Slimalizer**, which detects slime chunks
* **Paths**, an alternative to gravel roads
* Exciting graphics and much more to come.
Compiling
--------------
We will try keep the building instructions as up-to-date as possible, but things may change without notice.
### Windows
You will require mysysgit or git installed with cygwin. Alternatively I would suggest installing GitHub for Windows and checking out the repo with that.
#### Check out the repo
Use Github for Windows or use a command prompt/powershell with git binaries in the Environment path.
```git clone https://github.com/OpenMods/OpenBlocks.git```
#### Change directory
```cd OpenBlocks```
#### Run ant build
```ant ```
The resulting file should be in the bin folder
### Linux or OSX
Much the same as Windows, open a terminal window where you wish to checkout the repo and type
```git clone https://github.com/OpenMods/OpenBlocks.git && cd OpenBlocks```
#### Then run ant
```ant ```
The mod jar will be in the bin folder after the completion of the build process.
Contact
-
Feel free to chat with us in #OpenMods on *irc.esper.net*
License
-
OpenBlocks is open source, please check the Licence.txt for more information and the licences of individual components of this mod.