Remove old README.txt, add new README.md

This commit is contained in:
cora 2024-01-22 05:17:25 +01:00 committed by the-real-herowl
parent 5599ce82a0
commit c0e6e3fb86
2 changed files with 8 additions and 15 deletions
mods/ITEMS/mcl_itemframes

View file

@ -0,0 +1,8 @@
## mcl_itemframes
This mod has been rewritten from scratch for mineclonia. The old version was a
fork of the MTG itemframes mod heavily patched and added upon by mcl so that it
ultimately contained about 1000 lines of code.
With the rewrite it was possible to reduce this to less than 300 and add the
possibility to place itemframes horizontally as well as a clean API to define
custom item holding nodes.

View file

@ -1,15 +0,0 @@
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>