Adds big chests to minetest.
Go to file
HybridDog 044a91fcd5 Do not crash with tenplus1's hopper mod
There are multiple hopper mods and not all of them support the set_extra_container_info function,
so the mod crashes now if it is used together with an incompatible hopper mod.

To prevent the crash, execute the code for hopper compatibility if hopper and hopper.set_extra_container_info exist and not if a mod named hopper is installed.
2024-08-25 09:48:03 +02:00
locale Add russian translation 2024-05-22 20:13:25 +02:00
models Add default's open chest model 2018-03-13 17:36:53 +01:00
textures Add the chest lid to connected default chests 2018-02-17 20:50:50 +01:00
.gitignore init 2014-06-02 20:38:58 +02:00
.luacheckrc Fix luacheck linting 2024-08-17 11:05:08 +02:00
init.lua Do not crash with tenplus1's hopper mod 2024-08-25 09:48:03 +02:00
LICENSE.txt Change License 2023-07-15 12:45:37 +02:00
mod.conf Add hopper mod support 2024-08-17 10:22:35 +02:00
README.md Update README 2019-03-08 17:46:58 +01:00

[Mod] Connected Chests [connected_chests]

This mod allows making bigger default chests.
Hold shift and place a chest onto another one's side to get a big chest.
This is not the first mod which adds big chests.

Depends: see depends.txt
License: see LICENSE.txt
Download: zip, tar.gz

I'm a screenshot!

If you got ideas or found bugs, please tell them to me.

How to install a mod?

TODO:

  • Fix open big chest back side texture: The current .obj mesh model uses a side texture for the back side, so the model needs change.