#ChiselTones
Chisel compatibility for ZTones blocks.
##Downloads
Downloads can either be found on my Jenkins or CurseForge.
##Dependencies
This mod requires both Chisel2 and Ztones.
##Variation Modes
Currently, there are 2 modes to choose from when adding variations:
###Mode 0 Allow chiseling of the Ztones Tile into each of the different types Ztones adds at a meta of 0. Then you cycle through from there. This makes the crafting recipes useless.
###Mode 1 Allow chiseling between all the blocks within their type. This requires the user to still craft the type, but makes the cycling useless.
##Dev setup
- Clone/Fork/Whatever you need to do to get it on your local machine.
- Run
gradlew [setupDevWorkspace|setupDecompWorkspace] [eclipse|idea]
This will automatically setup your workspace for you. It also downloads the correct version of Chisel 2. - Drop a Deobfuscated version of Ztones in
../libs/
and add it as a library. - Do things.