Itemframes and Pedestals mod for Minetest

flux ee24a223c9 prevent duplicating itemframe entities пре 1 година
textures 66c8342ed4 add inventory image for invisible item frame пре 3 година
depends.txt 70f98fbec7 tweak code, add on_burn to itemframe пре 6 година
description.txt 37249d8acf add some missing files пре 5 година
init.lua ee24a223c9 prevent duplicating itemframe entities пре 1 година
mod.conf 15ffae1bc2 update mod.conf info пре 3 година
readme.md 5f04bb5e58 added 'itemframe.return_item' setting that returns items to player inventory (thanks fluxionary) пре 2 година
screenshot.png 37249d8acf add some missing files пре 5 година
settingtypes.txt 5f04bb5e58 added 'itemframe.return_item' setting that returns items to player inventory (thanks fluxionary) пре 2 година

readme.md

Item Frames mod for minetest

This mod differs from Zeg's original and the one included in homedecor modpack in that no one person owns the itemframe or pedestals, they are protected with minetest.is_protected() so can have multiple owners or none at all... Items that have a light source will glow when placed in frames/pedestals.

Right-click to add or remove an item from a frame or pedestal, please note that if an item already has on_rightclick registered then it cannot be added to either. Punch frame or pedestal to force update if items do not appear.

Itemframes can be rotated with a screwdriver which includes sitting flat on a surface, punch to update item inside.

License was originally WTFPL although the codebase has changed so much I've reclassified as MIT License for simplicity and school use, and textures are CC-BY-3.0.

Change 'itemframes.return_item' setting to true if you want items to drop back into player inventory when removed (thanks fluxionary).