Exclude technic:nothing from creative inventory
authorZefram <zefram@fysh.org>
Mon, 7 Jul 2014 17:17:04 +0000 (18:17 +0100)
committerNovatux <nathanael.courant@laposte.net>
Wed, 9 Jul 2014 07:17:44 +0000 (09:17 +0200)
technic/crafts.lua

index 1776de584aa3f0ae580d2665edc3cf1ee7724547..63792f486c5162f5fac4a991925e5b56c109e30c 100644 (file)
@@ -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