diff options
author | Vanessa Ezekowitz <vanessaezekowitz@gmail.com> | 2017-03-14 00:04:17 -0400 |
---|---|---|
committer | Vanessa Ezekowitz <vanessaezekowitz@gmail.com> | 2017-03-14 00:04:17 -0400 |
commit | 6885943d0491db83268f8bb4743bfd82ed725ea2 (patch) | |
tree | 4be2bba618fe67d1b99a99f9aedf1a0f397a9c9c /technic/machines/other | |
parent | a46f07cbfbd9ae59b7b1cc2fc32f68c39ae34de0 (diff) | |
download | dreambuilder_modpack-6885943d0491db83268f8bb4743bfd82ed725ea2.tar dreambuilder_modpack-6885943d0491db83268f8bb4743bfd82ed725ea2.tar.gz dreambuilder_modpack-6885943d0491db83268f8bb4743bfd82ed725ea2.tar.bz2 dreambuilder_modpack-6885943d0491db83268f8bb4743bfd82ed725ea2.tar.xz dreambuilder_modpack-6885943d0491db83268f8bb4743bfd82ed725ea2.zip |
update coloredwood, digilines, technic, gloopblocks, homedecor, mesecons,
pipeworks, player_textures, signs_lib, unifieddyes, and worldedit
Diffstat (limited to 'technic/machines/other')
-rw-r--r-- | technic/machines/other/constructor.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/technic/machines/other/constructor.lua b/technic/machines/other/constructor.lua index 3396ac7..9c64051 100644 --- a/technic/machines/other/constructor.lua +++ b/technic/machines/other/constructor.lua @@ -21,7 +21,7 @@ local function deploy_node(inv, slot_name, pos, node, machine_node) end if remove_to then for i = 1, remove_to do - inv:remove_item(drops[i]) + inv:remove_item(slot_name, drops[i]) end else minetest.remove_node(pos) |