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