add group tubedevice_receiver to injector to fix the issue of it acting more like a tube than an inventory

it sent the items into all directions, when being injected into, instead of entering the injector as it used to
This commit is contained in:
Tim 2015-02-08 12:24:13 +01:00
parent 5ac93cccc9
commit ce40d1cfb8
1 changed files with 1 additions and 1 deletions

View File

@ -65,7 +65,7 @@ minetest.register_node("technic:injector", {
description = S("Self-Contained Injector"),
tiles = {"technic_injector_top.png", "technic_injector_bottom.png", "technic_injector_side.png",
"technic_injector_side.png", "technic_injector_side.png", "technic_injector_side.png"},
groups = {snappy=2, choppy=2, oddly_breakable_by_hand=2, tubedevice=1},
groups = {snappy=2, choppy=2, oddly_breakable_by_hand=2, tubedevice=1, tubedevice_receiver=1},
tube = {connect_sides={bottom=1}},
sounds = default.node_sound_wood_defaults(),
on_construct = function(pos)