mirror of
https://git.minetest.land/MineClone2/MineClone2.git
synced 2025-04-03 21:02:31 +02:00
Fix typo in mesecons_commandblock
This commit is contained in:
@ -178,7 +178,7 @@ minetest.register_node("mesecons_commandblock:commandblock_off", {
|
|||||||
description = "Command Block",
|
description = "Command Block",
|
||||||
tiles = {"jeija_commandblock_off.png"},
|
tiles = {"jeija_commandblock_off.png"},
|
||||||
inventory_image = minetest.inventorycube("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 = "",
|
drop = "",
|
||||||
diggable = false,
|
diggable = false,
|
||||||
can_dig = function() return false end,
|
can_dig = function() return false end,
|
||||||
|
Reference in New Issue
Block a user