mirror of
https://git.minetest.land/VoxeLibre/VoxeLibre.git
synced 2024-11-06 00:01:05 +01:00
567d112942
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. |
||
---|---|---|
.. | ||
locale | ||
models | ||
sounds | ||
api.lua | ||
API.md | ||
chests.lua | ||
ender.lua | ||
example.lua | ||
init.lua | ||
mod.conf | ||
README.md | ||
shulkers.lua |
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.