A set of blocks to automatically transfer items between other blocks' inventories
Go to file
2017-01-31 11:50:13 +00:00
textures Tweaked and tidied code, uses a single abm for hoppers 2017-01-31 11:50:13 +00:00
api.txt changed a few descriptions 2017-01-30 22:05:27 +00:00
depends.txt added 2x lucky blocks 2016-11-12 11:00:09 +00:00
description.txt added 2x lucky blocks 2016-11-12 11:00:09 +00:00
init.lua Tweaked and tidied code, uses a single abm for hoppers 2017-01-31 11:50:13 +00:00
license.txt Updated license 2016-08-19 19:30:01 +01:00
mod.conf added 2x lucky blocks 2016-11-12 11:00:09 +00:00
README.md Added simple API to expand hopper usage 2017-01-26 16:34:15 +00:00
screenshot.png added screenshot 2017-01-27 14:11:36 +00:00

Hopper mod

Based on jordan4ibanez original mod and optimized by TenPlus1

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.

Lucky Blocks: 2