VoxeLibre/mods/ITEMS/mcl_chests
2024-07-31 02:27:26 +02:00
..
locale Update russian translation 2023-08-31 14:16:42 +08:00
models fix chests 2022-11-13 22:18:00 +00:00
sounds Animated shulkerboxes 2021-01-28 20:53:57 +01:00
api.lua Fix double chests once more (hoppers this time) 2024-07-31 02:27:26 +02:00
API.md Add documentation (README.md, API.md) 2024-07-31 02:27:26 +02:00
chests.lua Add documentation (README.md, API.md) 2024-07-31 02:27:26 +02:00
ender.lua Fix long doc strings 2024-07-31 02:27:26 +02:00
example.lua Add documentation (README.md, API.md) 2024-07-31 02:27:26 +02:00
init.lua Add title field for mcl_chests.register_chest 2024-07-31 02:27:26 +02:00
mod.conf Revert color changes to GUI. 2021-04-19 14:44:20 +02:00
README.md Add documentation (README.md, API.md) 2024-07-31 02:27:26 +02:00
shulkers.lua Fix long doc strings 2024-07-31 02:27:26 +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 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