mirror of
https://git.minetest.land/VoxeLibre/VoxeLibre.git
synced 2024-11-09 01:31:06 +01:00
20 lines
655 B
Markdown
20 lines
655 B
Markdown
|
# `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 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
|