Stairs: Add mossy cobble slab and stair
authorAuke Kok <sofar@foo-projects.org>
Mon, 30 May 2016 19:03:55 +0000 (12:03 -0700)
committerparamat <mat.gregory@virginmedia.com>
Tue, 14 Jun 2016 22:28:17 +0000 (23:28 +0100)
commit2199be51087d0d9661d1b3f80c0bb2a55410458b
tree3dae2381f253709ebd29ce50694448faf29c680f
parentb5ea7d17b26f84d5a37b03c27d95b4583e6767c0
Stairs: Add mossy cobble slab and stair

Allow water to turn cobble slab and stairs to turn into mossy versions.

There is no crafting recipe for mossy stairs and mossy slabs, the
stair/slab API has been modified to allow for a recipeitem that
is `nil`, which will omit adding a crafting recipe for these two
items. The API documentation is updated.

The slabs and stairs will turn mossy when water is adjacent, just like
cobblestone. You can either farm mossy versions by placing them in
water for a while, then collecting them, or run water over your craft.
game_api.txt
mods/default/functions.lua
mods/stairs/init.lua