Exclude technic:nothing from creative inventory

This commit is contained in:
Zefram 2014-07-07 18:17:04 +01:00 committed by Novatux
parent 5ec2d10dbc
commit 5e7c47a619
1 changed files with 1 additions and 0 deletions

View 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