Fix typo in mesecons_commandblock

This commit is contained in:
Wuzzy 2017-01-16 12:52:20 +01:00
parent 6a751a6b69
commit c39e502670
1 changed files with 1 additions and 1 deletions

View File

@ -178,7 +178,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, not_in_creative_inventory},
groups = {mesecon_effector_off=1, not_in_creative_inventory=1},
drop = "",
diggable = false,
can_dig = function() return false end,