VoxeLibre/mods/ITEMS/mcl_chests
Mikita Wiśniewski 567d112942 Fix deprecated get_metadata() usage
Items are instead written as a serialized string into ItemStackMetaRef, and read from there as well. Old itemstacks get converted to the new format automatically.
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 Resolve teknomunk's comments 2024-07-31 02:27:26 +02:00
API.md Fix typos in API.md 2024-07-31 02:27:26 +02:00
chests.lua Remove nil fields from trapped chest definition 2024-07-31 02:27:26 +02:00
ender.lua Fix ender chests rotate crash 2024-07-31 02:27:26 +02:00
example.lua Remove unused variables in chests example.lua 2024-07-31 02:27:26 +02:00
init.lua Fix shift-clicking and a few luacheck warnings 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 deprecated get_metadata() usage 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