30 Commits

Author SHA1 Message Date
Vanessa Ezekowitz
cc87f5f4cf add license file, rename readme 2013-07-18 12:39:05 -04:00
Vanessa Ezekowitz
c3ee5a15c5 Phased out all deprecated minetest.env:* uses in favor of minetest.* 2013-06-30 23:55:07 -04:00
GloopMaster
d230811872 Make tools work right in 0.4.7, add alternate craft recipe for evil sticks 2013-06-30 13:32:27 -04:00
Vanessa Ezekowitz
760cd9a659 made mossy stone drop mossy cobble on dig, added craft recipes to get mossy
stone from regular stone.
2013-06-09 20:03:01 -04:00
Vanessa Ezekowitz
4f3786fcb6 Made mossy abm require both water *and* air
also fixed forgotten use of abm's own node param (versus using get_node())
2013-06-09 14:22:35 -04:00
Vanessa Ezekowitz
7cde21907c Add mossy stone block/stairs/slabs/etc.
Made all stone blocks/stairs/etc turn mossy like the other objects do
2013-06-08 17:25:07 -04:00
Vanessa Ezekowitz
277f6cbf1b made all cobble, alternate cobble, and stone brick objects turn mossy
(e.g. stairs, slabs, etc etc as provided through moreblocks circular saw)
Slowed the related abms down to about a tenth of their original rate.
2013-06-07 17:51:43 -04:00
Vanessa Ezekowitz
165d7da10f Added alt. cobble/mossy cobble stairs et.al via moreblocks circular saw 2013-06-07 16:12:54 -04:00
Vanessa Ezekowitz
3cdf20ecc6 add alternative cobble and mossy cobble blocks
make alternative cobble turn mossy in the presence of water.
2013-06-06 23:22:35 -04:00
Vanessa Ezekowitz
5495688c90 Ran all textures through pngquant. 2013-05-30 17:29:39 -04:00
Vanessa Ezekowitz
987e945ea9 Ran all textures through pngcrush. 2013-05-30 15:47:32 -04:00
Vanessa Ezekowitz
d4c93164f9 Minor tweak to work with latest stairsplus/moreblocks 2013-04-24 10:58:04 -04:00
Vanessa Ezekowitz
17b9e79763 removed gloopores dependency 2013-04-08 21:01:17 -04:00
Vanessa Ezekowitz
32e814f684 Moved crafting recipes into a separate file.
Added crafts for mossy stone brick.  Added an abm to transform stone brick into
mossy stone brick in the presence of water.
2013-04-08 20:31:58 -04:00
Vanessa Ezekowitz
6afe0d841f Added mossy stone brick to fit well alongside default stone brick. 2013-04-08 19:59:31 -04:00
Vanessa Ezekowitz
f9ac7eb9c6 fixed a bug in drops for stairsplus nodes 2013-04-07 22:39:50 -04:00
Vanessa Ezekowitz
241a06d2e6 minor tweak to avoid a potential future bug (should use '0' explicitly
in oerkki block "light" parameter for circular saw/stairs plus call)
2013-04-07 22:12:33 -04:00
Vanessa Ezekowitz
c145194b86 Obsidian stairs got added to moreblocks, so we don't need them here. Just
retaining the stairsplus alias until that is picked up by moreblocks.
2013-04-07 09:42:37 -04:00
Vanessa Ezekowitz
a904c49d71 added obsidian stairs et.al since they were dropped from technic. 2013-04-06 16:59:51 -04:00
Vanessa Ezekowitz
514d171e1d added alias for old moreblocks:oerkkiblock 2013-03-19 22:31:47 -04:00
Vanessa Ezekowitz
65965f3ac8 Added oerkki block that was dropped from Moreblocks.
Same recipe, but yields 2 and gives back 3 books when you craft it, since it is
made using a bookshelf.  Works with the circular saw to produce various shapes.
2013-03-19 22:27:46 -04:00
Vanessa Ezekowitz
027004f87a Made all stairs/slabs/etc use the circular saw in Moreblocks.
In the process, removed all stairs/slabs/etc from creative inventory to reduce
clutter.  Added pavement stairs/slabs/etc.
2013-03-19 19:57:07 -04:00
Vanessa Ezekowitz
ec0d1713f6 restored old behavior of lava+water = something.
a lava source next to any water produces obsidian.
lava flowing into a water source makes basalt.
lava flowing into flowing water makes pumice

This will only work after minetest_game's default/init.lua gets fixed to call
the proper functions.  Without that fix, nothing will happen - minetest_game's
default lava cooling code will run instead.
2013-03-18 16:29:47 -04:00
Vanessa Ezekowitz
9baec9938b Removed old stairs support in favor of stairsplus support. This mod now
depends on moreblocks for said support.
2013-03-17 23:57:59 -04:00
Vanessa Ezekowitz
25a3311b75 readme tweaks 2013-03-17 22:24:04 -04:00
Vanessa Ezekowitz
5da1e2b2dc renamed readme 2013-03-17 22:22:28 -04:00
Vanessa Ezekowitz
0443b7943f updated readme 2013-03-17 22:13:07 -04:00
Vanessa Ezekowitz
18ee061bbd got rid of cotton->wool recipes,
as they depended on the flowers mod, which already has a recipe for this

(flowers:flower_cotton -> flowers:cotton -> wool:white).
2013-03-17 22:01:35 -04:00
Vanessa Ezekowitz
9f30eb105f Initial commit; removed obsidian block, aliased it to default version. 2013-03-17 21:52:33 -04:00
VanessaE
9aebbe61cc Initial commit 2013-03-17 18:49:48 -07:00