added "inner" to allowed tiles type

This commit is contained in:
Alexander Weber 2017-04-13 23:42:02 +02:00
parent 05e66d295c
commit bab685ede4
2 changed files with 2 additions and 1 deletions

View File

@ -70,6 +70,6 @@ modname_[addprefix_][variant_][name_][tiletype].ext
- variant - determinate some nodes parameter:
- Supported: brick, cobblestone, dirt, grass, ice, iron, sandstone, stone, item (=will be skipped)
- tiletype - defines the tile position
- Supported: top, bottom, down, right, left, back, front, side, normal
- Supported: top, bottom, down, right, left, back, inner, front, side, normal
- name - additional string makes the nodename unique. Note: if tieltype or variant is not valid, you find it as a part of the name
- ext - File extendion as supported by minetest

View File

@ -62,6 +62,7 @@ function customnode.get_nodelist_by_textures(prefix, generator_mapping)
right = "right",
left = "left",
back = "back",
inner = "back",
front = "front",
side = "all",
normal = "all",