summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--technic/crafts.lua1
1 files changed, 1 insertions, 0 deletions
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