milan2018 #1

Merged
milan merged 87 commits from milan2018 into master 2020-04-01 20:54:51 +02:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit eeed462dca - Show all commits

View File

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