Basic stone walls, using NDT_CONNECTED.
authorAuke Kok <sofar@foo-projects.org>
Tue, 12 Jan 2016 05:53:38 +0000 (21:53 -0800)
committerparamat <mat.gregory@virginmedia.com>
Sun, 13 Mar 2016 04:11:22 +0000 (04:11 +0000)
commitf8f7502e3253d50e4e0829fdd6e2ad7aab2e4cd3
treee82f41c3132ade0e20cb618fb10eb2ec04e5cfed
parentb998ab1b3ae8cb7f21fab30819a013b7d8e00aec
Basic stone walls, using NDT_CONNECTED.

These basic connected wall nodes automatically connect
to neigboring stone blocks, other wall blocks and anything
that's "cracky". The do not connect to wood (fences will do
that).

The walls are generated using a new walls.register() API.
Documentation on the API is included in game_api.txt.

This change requires minetest/minetest#3503.

Walls are added for all cobble stone materials. They generally
look best and are the natural use cases for these materials.
game_api.txt
mods/walls/depends.txt [new file with mode: 0644]
mods/walls/init.lua [new file with mode: 0644]