minetest-mods / drawers

[MTG/MCL2] A Minetest Mod adding storage drawers in different sizes and wood types.
Other
19 stars 25 forks source link

controller cannot take items when drawer is 100% full #56

Closed holgerschurig closed 3 years ago

holgerschurig commented 3 years ago

Hi,

on the Pandorabox server there a recent drawers mod installed (GIT hash "f6bca2ade23479f95d51a37053ef0cdf38f23210" with commit description " lnjX README: Add contentdb badge").

I now have a drawer controller and a drawers:aspen_wood4 (happened also with a _wood2) on top of it. No upgrade slots.

When a drawer is not at 100%, then the command

  digiline_send("controller", { name="default:tree",   count=6})
  digiline_send("controller", { name="default:leaves", count=48})

works. But when the leaves get to 100% full, then suddenly the controller won't pull any leaves out of the drawer anymore. The tree trunks will still be served.

OgelGames commented 3 years ago

Will be fixed by https://github.com/minetest-mods/drawers/pull/54