VoxeLibre/mods/ITEMS/mcl_itemframes
Michieal b62f61db10 Added in the API Doc file, and adjusted the created items' names.
Added the ":" to the front of the item creation so that it can be called from an external mod.
Put in an optional inventory and wield image parameter to add in colorized inventory / wield images.
2022-11-05 01:26:15 +01:00
..
locale Translations for the Item Frames. 2022-11-05 01:26:14 +01:00
models glowframe model commit 2022-11-05 01:26:14 +01:00
textures glowframe textures commit 2022-11-05 01:26:14 +01:00
README.txt Added in display item rotation 2022-11-05 01:26:14 +01:00
init.lua Added in the API Doc file, and adjusted the created items' names. 2022-11-05 01:26:15 +01:00
item_frames_API.lua Added in the API Doc file, and adjusted the created items' names. 2022-11-05 01:26:15 +01:00
item_frames_api_doc.txt Added in the API Doc file, and adjusted the created items' names. 2022-11-05 01:26:15 +01:00
mod.conf Added in display item rotation 2022-11-05 01:26:14 +01:00

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 Mineclone 2 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 MineClone 2 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>