[MTG/MCL2] A Minetest Mod adding storage drawers in different sizes and wood types.
Go to file
2017-03-30 14:15:13 +02:00
textures Add Wooden Drawer textures by @jaquadro 2017-03-29 17:21:15 +02:00
depends.txt Add MineClone2 support, Make dependency to default optional 2017-03-29 19:12:55 +02:00
description.txt Add screenshot, Add description 2017-03-29 18:46:19 +02:00
init.lua Add MineClone2 support, Make dependency to default optional 2017-03-29 19:12:55 +02:00
LICENSE.txt Add Wooden Drawer textures by @jaquadro 2017-03-29 17:21:15 +02:00
mod.conf Add screenshot, Add description 2017-03-29 18:46:19 +02:00
README.md README: Add mod description 2017-03-30 14:15:13 +02:00
screenshot.png Add screenshot, Add description 2017-03-29 18:46:19 +02:00

Minetest Mod Storage Drawers

Version 0.1-dev, Status: alpha, 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.

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 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

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. :)