mirror of
https://github.com/minetest-mods/MoreMesecons.git
synced 2025-06-30 23:40:31 +02:00
Add wireless in the creative inventory
This commit is contained in:
@ -58,7 +58,7 @@ minetest.register_node("moremesecons_switchtorch:switchtorch_off", {
|
||||
walkable = false,
|
||||
paramtype2 = "wallmounted",
|
||||
selection_box = torch_selectionbox,
|
||||
groups = {dig_immediate = 3, not_in_creative_inventory = 1},
|
||||
groups = {dig_immediate = 3},
|
||||
drop = "moremesecons_switchtorch:switchtorch_on",
|
||||
description="MoreMesecons SwitchTorch",
|
||||
mesecons = {receptor = {
|
||||
|
Reference in New Issue
Block a user