Add wireless in the creative inventory

This commit is contained in:
palige 2015-08-29 17:55:23 +02:00
parent 499e5171c1
commit 43fff9844c
2 changed files with 2 additions and 2 deletions

View File

@ -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 = {

View File

@ -45,7 +45,7 @@ minetest.register_node("moremesecons_wireless:wireless", {
paramtype2 = "facedir",
description = "Wireless",
walkable = true,
groups = {cracky=3,not_in_creative_inventory=1},
groups = {cracky=3},
mesecons = {effector = {
action_on = wireless_activate,
action_off = wireless_deactivate