mirror of
https://github.com/minetest-mods/MoreMesecons.git
synced 2025-01-09 01:10:22 +01:00
Add wireless in the creative inventory
This commit is contained in:
parent
499e5171c1
commit
43fff9844c
@ -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 = {
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user