Mikita Wiśniewski bd93df71fe mcl_chests: Fix the cracking animation; code and docs clean-up (#4959)
* 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>
2025-03-03 12:18:44 +01:00
..
2025-01-03 11:56:04 +01:00
2022-11-13 22:18:00 +00:00
2021-01-28 20:53:57 +01:00
2021-04-19 14:44:20 +02:00

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.

http://www.gnu.org/licenses/lgpl-2.1.html