Go to file
Buckaroo Banzai d3850ca205
Register drawers with mvps_stopper when available (#50)
Co-authored-by: BuckarooBanzay <BuckarooBanzay@users.noreply.github.com>
2020-06-28 20:57:34 +02:00
.github/workflows add .luacheckrc and github workflow 2020-02-17 12:55:07 +01:00
locale Update translation sources 2020-06-06 00:47:49 +02:00
lua Register drawers with mvps_stopper when available (#50) 2020-06-28 20:57:34 +02:00
sounds Add two interact sounds (#4) 2017-06-03 11:59:52 +02:00
textures Add mithril drawer upgrade 2020-01-11 16:22:23 +01:00
tools Add i18n support using intllib 2017-04-11 13:02:31 +02:00
.gitignore Ignore Eclipse project files & directories (#5) 2017-05-15 14:44:00 +02:00
.luacheckrc Register drawers with mvps_stopper when available (#50) 2020-06-28 20:57:34 +02:00
LICENSE.txt Release v0.6.0 2020-06-06 11:59:16 +02:00
Makefile Add i18n support using intllib 2017-04-11 13:02:31 +02:00
README.md Release v0.6.0 2020-06-06 11:59:16 +02:00
depends.txt Add i18n support using intllib 2017-04-11 13:02:31 +02:00
description.txt Add screenshot, Add description 2017-03-29 18:46:19 +02:00
init.lua Add mithril drawer upgrade 2020-01-11 16:22:23 +01:00
intllib.lua Add i18n support using intllib 2017-04-11 13:02:31 +02:00
mod.conf Register drawers with mvps_stopper when available (#50) 2020-06-28 20:57:34 +02:00
screenshot.png New screenshot showing 1x2 and 2x2 drawers 2017-04-09 22:19:40 +02:00
settingtypes.txt Large drawer controller refactoring 2020-06-09 20:06:16 +02:00

README.md

Minetest Mod Storage Drawers

Version 0.6.0, License: MIT

Description

This mod adds simple item storages showing the item's inventory image in the front. By left- or right-clicking the image you can take or add stacks. If you also hold the shift-key only a single item will be removed/added.

There's also a 'Drawer Controller' which can insert items automatically into a network of drawers. Just place the drawers next to each other, so they are connected and the drawer controller will sort the items automatically. If you want to connect drawers, but you don't want to place another drawer, just use the 'Drawer Trim'.

Do you have too many cobblestones for one drawer? No problem, just add some drawer upgrades to your drawer! They are available in different sizes and are crafted by steel, gold, obsidian, diamonds or mithril.

Notes

This mod requires Minetest 0.4.14 or later. The default mod from MTG or the MineClone 2 mods are only optional dependencies for crafting recipes.

To-Do

  • Add usable 1x1 drawer
  • Add a drawer controller for auto-sorting items into a drawer-network
  • Add half-sized drawers
  • Add 2x2 and 1x2 drawers
  • Add compacting drawers for auto-crafting blocks/ingots/fragments
  • Add a key (or something similar) for locking the item (so the item is also displayed at count 0)
  • Add duct tape to transport drawers
  • Support pipeworks
  • Support hoppers (needs hoppers mod change)
  • Make drawers upgradable
  • Add drawers in all wood types
  • Make them digilines compatible

Bug reports and suggestions

You can report bugs and suggest ideas on GitHub, alternatively you can also email me.

Credits

Thanks to:

  • Justin Aquadro (@jaquadro), developer of the original Minecraft Mod (also licensed under MIT 😃) — Textures and Ideas
  • Mango Tango <mtango688@gmail.com> (@mtango688), creator of the Minetest Mod "Caches" — I reused some code by you. :)