Zefram
2014-07-07 5e7c47a619167dd5a699fceefe2cb5fddc0057d9
Exclude technic:nothing from creative inventory
1 files modified
1 ■■■■ changed files
technic/crafts.lua 1 ●●●● patch | view | raw | blame | history
technic/crafts.lua
@@ -162,6 +162,7 @@
minetest.register_craftitem("technic:nothing", {
    description = "",
    inventory_image = "blank.png",
    groups = { not_in_creative_inventory = 1 },
})
if minetest.register_craft_predict then