mirror of
https://git.minetest.land/VoxeLibre/VoxeLibre.git
synced 2024-11-05 15:51:06 +01:00
0408f9c3d8
- Notably, smooth sandstone (and red) is much more durable than other sandstone variants - Ender chest isn't actually more explosion resistant than obsidian, hmm |
||
---|---|---|
.. | ||
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.