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

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