From: Zefram Date: Mon, 7 Jul 2014 17:17:04 +0000 (+0100) Subject: Exclude technic:nothing from creative inventory X-Git-Url: http://81.2.79.47:8989/gitweb/?a=commitdiff_plain;h=5e7c47a619167dd5a699fceefe2cb5fddc0057d9;p=zefram%2Fminetest%2Ftechnic.git Exclude technic:nothing from creative inventory --- diff --git a/technic/crafts.lua b/technic/crafts.lua index 1776de5..63792f4 100644 --- a/technic/crafts.lua +++ b/technic/crafts.lua @@ -162,6 +162,7 @@ minetest.register_craft({ minetest.register_craftitem("technic:nothing", { description = "", inventory_image = "blank.png", + groups = { not_in_creative_inventory = 1 }, }) if minetest.register_craft_predict then