milan2018 #1
1 changed files with 1 additions and 1 deletions
|
@ -124,7 +124,7 @@ end
|
||||||
minetest.register_node("basic_machines:constructor", {
|
minetest.register_node("basic_machines:constructor", {
|
||||||
description = "Constructor: used to make machines",
|
description = "Constructor: used to make machines",
|
||||||
tiles = {"constructor.png"},
|
tiles = {"constructor.png"},
|
||||||
groups = {cracky=3, mesecon_effector_on = 1},
|
groups = {cracky=3, mesecon_effector_on = 1, tubedevice = 1, tubedevice_receiver = 1},
|
||||||
sounds = default.node_sound_wood_defaults(),
|
sounds = default.node_sound_wood_defaults(),
|
||||||
after_place_node = function(pos, placer)
|
after_place_node = function(pos, placer)
|
||||||
local meta = minetest.get_meta(pos);
|
local meta = minetest.get_meta(pos);
|
||||||
|
|
Loading…
Reference in a new issue