Multiple changes, see below:
authorVanessa Ezekowitz <vanessaezekowitz@gmail.com>
Wed, 20 Mar 2013 14:50:51 +0000 (10:50 -0400)
committerVanessa Ezekowitz <vanessaezekowitz@gmail.com>
Wed, 20 Mar 2013 14:50:51 +0000 (10:50 -0400)
commit6d1e9b4d61475b813f61b55425074712de8ecc24
tree242e0d01cc937af226015d812ca6a567e292e2f3
parent989b35f365d716f534fc0facc3e6280742c45bbc
Multiple changes, see below:

removed concrete, marble, marble brick, granite, obsidian

stairs/etc from creative inventory, made them work with circular saw in
moreblocks since this mod depends on that one anyway.  Removed technic obsidian
block entirely and aliased it to the default obsidian block; all stairs/slabs
for obsidian are under the default: namespace.

This depends on a small fix to the circular saw that was just added by
Sokomine.  If your copy of circular saw doesn't have this fix, you can still
use /giveme to get the blocks you need.

Removed custom generate_ore code and made generate-ore calls use
default.generate_ore() since that is the same function anyway.  This is so that
technic can use the C++ version of that function when it is moved back into the
engine.
technic/concrete.lua
technic/concrete.lua~ [new file with mode: 0644]
technic/ores.lua
technic/ores.lua~ [new file with mode: 0644]