Změnit "basic_machines/grinder.lua"

This commit is contained in:
Milan2018 2020-03-16 21:44:09 +01:00
parent c23713f66e
commit 5935f5a604
1 changed files with 1 additions and 1 deletions

View File

@ -151,7 +151,7 @@ end
minetest.register_node("basic_machines:grinder", {
description = "Grinder",
tiles = {"grinder.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(),
after_place_node = function(pos, placer)
local meta = minetest.get_meta(pos);