mirror of
https://git.minetest.land/MineClone2/MineClone2.git
synced 2025-03-13 09:32:30 +01:00
* Fix the cracking animation on chests by setting `use_texture_alpha` to "blend" instead of "clip" * De-duplicate double chests' `on_rightclick` code * Use `ipairs(tbl)` instead of `i=1,#tbl` where applicable * Lots of miscellaneous code formatting/styling fixes * Minor grammar fixes in documentation files Reviewed-on: https://git.minetest.land/VoxeLibre/VoxeLibre/pulls/4959 Reviewed-by: teknomunk <teknomunk@protonmail.com> Co-authored-by: Mikita Wiśniewski <rudzik8@protonmail.com> Co-committed-by: Mikita Wiśniewski <rudzik8@protonmail.com>
mcl_chests
This mod adds normal and large chests, trapped chests, ender chests and shulkers, providing an API for mods to register their own chests.
The API is documented in API.md
.
License of source code
Copyright (C) 2011-2012 celeron55, Perttu Ahola celeron55@gmail.com
Copyright (C) 2024-2025 rudzik8, Mikita Wiśniewski rudzik8@protonmail.com
This program is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2.1 of the License, or (at your option) any later version.