Massive rework of creative inventory categories

This commit is contained in:
Wuzzy 2017-01-20 04:54:09 +01:00
parent 1275af7903
commit dd1fa65f9e
41 changed files with 278 additions and 202 deletions

View file

@ -91,6 +91,7 @@ function xpanes.register_pane(name, def)
local flatgroups = table.copy(def.groups)
flatgroups.pane = 1
flatgroups.deco_block = 1
minetest.register_node(":xpanes:" .. name .. "_flat", {
description = def.description,
drawtype = "nodebox",