Node Drawtypes: Fix allfaces description

master
rubenwardy 2017-08-30 00:01:30 +01:00
parent f8151907f8
commit 8342c6a711
1 changed files with 3 additions and 4 deletions

View File

@ -259,10 +259,9 @@ minetest.register_node("default:glass", {
</figcaption>
</figure>
Allfaces nodes are partially transparent nodes - they have holes on
the faces - which show every single face of the cube, even if sides are
up against another node (which would normally be hidden).
Leaves in vanilla minetest_game use this drawtype.
Allfaces are nodes which show all of their faces, even if they're against
another node. This is mainly used by leaves as you don't want a gaping space when
looking through the transparent holes, but instead a nice leaves effect.
{% highlight lua %}
minetest.register_node("default:leaves", {