summaryrefslogtreecommitdiff
path: root/technic_chests/common.lua
AgeCommit message (Collapse)Author
2017-04-11allow per-chest stack splittingVanessa Ezekowitz
(default off)
2017-04-09only reject part of itemtack from chest/machine/etc., if possibleVanessa Ezekowitz
(e.g. if there's room for 50 of some item, and you send a stack of 99, 50 are added to the chest and a stack of 49 is rejected and sent on to the next destination)
2017-03-06Update chests protection to current minetest_gameThomas--S
2017-01-15Update has_locked_chest_privilege to current minetest_game functionThomas--S
2014-04-27Fix chest log messagesZefram
All log messages about moving stuff in/into/from chests described them as "locked", whether the chests are locked or not. Remove that word, so the messages make no claim about lockedness.
2013-12-20Fix stack count fetchingShadowNinja
2013-12-17Rewrite chestsShadowNinja