VoxeLibre/mods/ITEMS/mcl_chests
seventeenthShulker 0408f9c3d8 Update hardness and blast res for value not matching the wiki
- Notably, smooth sandstone (and red) is much more durable than other sandstone variants
- Ender chest isn't actually more explosion resistant than obsidian, hmm
2024-08-18 04:47:12 +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 When chests explode due to TNT (and likely creepers), the game crashes (#4577) 2024-08-07 13:07:48 +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 Update hardness and blast res for value not matching the wiki 2024-08-18 04:47:12 +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 Update hardness and blast res for value not matching the wiki 2024-08-18 04:47:12 +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