This website requires JavaScript.
Explore
Help
Register
Sign In
Eliy21
/
MineClone2
forked from
VoxeLibre/VoxeLibre
Watch
1
Star
0
Fork
You've already forked MineClone2
0
Code
Pull Requests
Activity
dd15092052
MineClone2
/
mods
/
ITEMS
/
mcl_itemframes
/
mod.conf
3 lines
89 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Move data from deprecated files to mod.conf Move data from deprecated files (depends.txt and description.txt) into fields in mod.conf for all mods. This was done with a shell script :)
2021-03-18 17:25:08 +01:00
name = mcl_itemframes
Added in display item rotation Updated the Readme. Added in the ability to rotate the displayed item with a screwdriver. Made the Screwdriver mod required, due to rotating the item being fundamental behavoir. Finalized a few bug fixes... still have to remove the all of the forced debug code, and move the item frames and glow frames over to the new api, and do a final test.
2022-11-02 07:14:09 +01:00
depends = mcl_core, mcl_sounds, mcl_compass, mcl_maps, screwdriver