mirror of
https://github.com/minetest-mods/MoreMesecons.git
synced 2024-12-29 17:07:35 +01:00
Add group not_in_creative_inventory for moremesecons_switchtorch:switchtorch_off
This commit is contained in:
parent
f134e69f1a
commit
57c8b9b371
@ -58,7 +58,7 @@ minetest.register_node("moremesecons_switchtorch:switchtorch_off", {
|
||||
walkable = false,
|
||||
paramtype2 = "wallmounted",
|
||||
selection_box = torch_selectionbox,
|
||||
groups = {dig_immediate = 3},
|
||||
groups = {dig_immediate = 3, not_in_creative_inventory = 1},
|
||||
drop = "moremesecons_switchtorch:switchtorch_on",
|
||||
mesecons = {receptor = {
|
||||
state = mesecon.state.off,
|
||||
|
Loading…
Reference in New Issue
Block a user