Set is_ground_content to false (#386)

Этот коммит содержится в:
DS
2017-10-31 22:50:39 +01:00
коммит произвёл Vitaliy
родитель db39eef2f6
Коммит ff0bd76efe
31 изменённых файлов: 63 добавлений и 10 удалений

Просмотреть файл

@@ -65,6 +65,7 @@ local function register_gate(name, inputnumber, assess, recipe, description)
inventory_image = "jeija_gate_off.png^jeija_gate_"..name..".png",
paramtype = "light",
paramtype2 = "facedir",
is_ground_content = false,
drawtype = "nodebox",
drop = basename.."_off",
selection_box = nodebox,