mirror of
https://git.minetest.land/VoxeLibre/VoxeLibre.git
synced 2024-11-04 23:31:05 +01:00
68e5c19df4
This change should fix item frames not placing on chests and similar blocks Reviewed-on: https://git.minetest.land/VoxeLibre/VoxeLibre/pulls/4291 Reviewed-by: the-real-herowl <the-real-herowl@noreply.git.minetest.land> Co-authored-by: Mikita Wiśniewski <rudzik8@protonmail.com> Co-committed-by: Mikita Wiśniewski <rudzik8@protonmail.com> |
||
---|---|---|
.. | ||
locale | ||
models | ||
init.lua | ||
item_frames_API.lua | ||
item_frames_api_doc.txt | ||
mod.conf | ||
README.txt |
This mod has been rewritten and revamped by Michieal / Faerraven. Based on the code originally done by Zeg9, and then heavily modified by the VoxeLibre dev team. This mod now supports all the base item frame functions, like rotating the displayed item, which it didn't do before it was rewritten. Additionally, Glow Frames have been added in, and item frames now has an API to allow new item frames to be created in other modules. Now requires the Screwdriver to have full functionality. The code is licenced under the standard VoxeLibre license for usage, with the requirement that this readme is included in the code / module. Model created by 22i, licensed under the GNU GPLv3 <https://www.gnu.org/licenses/gpl-3.0.html>. Source: <https://github.com/22i/amc>