Minecraft-like Hoppers for Minetest

Niklp09 1050ae7a02 Update translations 2 年之前
locale 1050ae7a02 Update translations 2 年之前
textures 2e3ef7cf7e Tweaked and tidied code, uses a single abm for hoppers 8 年之前
README.md 4676a7b218 add quiet transfers (no logging, thanks Nixnoxus) 3 年之前
api.txt 0530de06f0 update api.txt 7 年之前
init.lua 1050ae7a02 Update translations 2 年之前
license.txt 1ca9afbb7b updated license.txt 2 年之前
mod.conf 5544e8e20f remove intllib 2 年之前
screenshot.png 8a308e6291 added screenshot 8 年之前
settingtypes.txt 0797ee5c96 added container autodetect with setting (thanks nixnoxus) 3 年之前

README.md

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 was 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 - Tweaked code to use a single abm and added intllib support
  • 1.4 - Simplified hopper placement function and added some nil checks
  • 1.5 - Updating to newer functions, requires Minetest 0.4.16 and above.
  • 1.6 - Added Void Hopper (use to set container output before placing)
  • 1.7 - Optimized code and added container owner check (thanks nixnoxus)
  • 1.8 - Added container autodetection with setting "lazy_container_support" and quiet transfer(thanks nixnoxus)

Lucky Blocks: 2