A set of blocks to automatically transfer items between other blocks' inventories
Go to file
2017-09-01 20:53:03 -06:00
locale add ability to "filter all" to sorter 2017-04-01 09:48:54 -06:00
nodes Replace deprecated settings method (#9) 2017-06-18 14:22:33 -06:00
textures add ability to "filter all" to sorter 2017-04-01 09:48:54 -06:00
abms.lua Sorter, splitting up giant init.lua 2017-03-31 00:58:28 -06:00
api.lua Sorter, splitting up giant init.lua 2017-03-31 00:58:28 -06:00
api.txt add api support for registering groups 2017-02-25 06:59:43 -07:00
config.lua Replace deprecated settings method (#8) 2017-06-18 14:23:21 -06:00
crafts.lua Sorter, splitting up giant init.lua 2017-03-31 00:58:28 -06:00
depends.txt Sorter, splitting up giant init.lua 2017-03-31 00:58:28 -06:00
description.txt update readme and description 2017-01-22 16:47:18 -07:00
doc.lua add ability to "filter all" to sorter 2017-04-01 09:48:54 -06:00
init.lua add ability to "filter all" to sorter 2017-04-01 09:48:54 -06:00
intllib.lua update intllib to latest format 2017-02-02 20:03:24 -07:00
license.txt update license 2017-01-28 12:04:32 -07:00
mod.conf added 2x lucky blocks 2016-11-12 11:00:09 +00:00
README.md update readme with sorter 2017-03-31 01:00:21 -06:00
screenshot.png Import the changes I made to a fork of the original repository. 2017-01-22 15:54:42 -07:00
settingtypes.txt add option to disable the "eject item" button 2017-02-25 15:17:37 -07:00
utility.lua Avoid hoppers to "repair" taken items (#10) 2017-09-01 20:53:03 -06:00

Hopper mod

Based on jordan4ibanez original mod and optimized by TenPlus1 and FaceDeer

Hoppers allow for items dropped on top to be sucked in and transfered to chests/hoppers below and beside the original hopper. Chests above hopper will have items inside transfered into hopper. Furnaces above hopper will have output transfered into hopper, furnaces below will have hopper items dropped into source material to be cooked and furnaces to the side will have hopper items copied into fuel slot.

Change log:

  • 0.1 - Initial release from jordan4ibanez
  • 0.2 - Fixed tool glitch (wear restored by accident)
  • 0.3 - transfer function added
  • 0.4 - Supports locked chest and protected chest
  • 0.5 - Works with 0.4.13's new shift+click for newly placed Hoppers
  • 0.6 - Remove formspec from hopper nodes to improve speed for servers
  • 0.7 - Halved hopper capacity, can be dug by wooden pick
  • 0.8 - Added Napiophelios' new textures and tweaked code
  • 0.9 - Added support for Wine mod's wine barrels
  • 1.0 - New furances do not work properly with hoppers so old reverted to abm furnaces
  • 1.1 - Hoppers now work with new node timer Furnaces. Reduced Abm's and tidied code.
  • 1.2 - Added simple API so that hoppers can work with other containers.
  • 1.3 - Hoppers now call on_metadata_inventory_put and on_metadata_inventory_take, triggering furnace timers via their standard callbacks. Updated side hopper rotation handling to allow it to function in any orientation. Added settings options to use 16-pixel or 32-pixel textures. Added settings option to allow explicit crafting of standard/side hoppers or to allow crafting of a single item that selects which type to use on place. Added in-game documentation via optional "doc" mod dependency
  • 1.4 - Added intllib support
  • 1.5 - Added chutes
  • 1.6 - Added "eject items" button to formspecs, "group" support to the API
  • 1.7 - Added sorter block to allow for more sophisticated item transfer arrangements

Lucky Blocks: 2