Hide command block from creative inv

This commit is contained in:
Wuzzy 2017-01-10 01:19:44 +01:00
parent 0b0c3701b5
commit 9816f1ea47
1 changed files with 1 additions and 1 deletions

View File

@ -181,7 +181,7 @@ minetest.register_node("mesecons_commandblock:commandblock_off", {
description = "Command Block",
tiles = {"jeija_commandblock_off.png"},
inventory_image = minetest.inventorycube("jeija_commandblock_off.png"),
groups = {mesecon_effector_off=1},
groups = {mesecon_effector_off=1, not_in_creative_inventory},
drop = "",
diggable = false,
can_dig = function() return false end,