forked from mtcontrib/connected_chests
Adds big chests to minetest.
044a91fcd5
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. |
||
---|---|---|
locale | ||
models | ||
textures | ||
.gitignore | ||
.luacheckrc | ||
init.lua | ||
LICENSE.txt | ||
mod.conf | ||
README.md |
[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
If you got ideas or found bugs, please tell them to me.
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.