Help: xpanes, walls, jungle tree

This commit is contained in:
Wuzzy 2017-03-11 16:56:37 +01:00
parent 3fe81c776b
commit 7d74916ee4
3 changed files with 8 additions and 1 deletions

View file

@ -201,6 +201,7 @@ function mcl_walls.register_wall(nodename, description, craft_material, tiles, i
-- Inventory item
minetest.register_node(nodename, {
description = description,
_doc_items_longdesc = "A piece of wall. It cannot be jumped over with a simple jump. When multiple of these are placed to next to each other, they will automatically build a nice wall structure.",
paramtype = "light",
is_ground_content = false,
groups = main_node_groups,