forked from VoxeLibre/VoxeLibre
Fix typo in mesecons_commandblock
This commit is contained in:
parent
6a751a6b69
commit
c39e502670
|
@ -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,
|
||||
|
|
Loading…
Reference in New Issue