Complete mod rewrite for performance and maintainability.
Most Notable change:
Holding item frame will now make all invisible item frames visible, instead of those within a 10 block radius. It is now also completely completely client side.
Technical changes:
Item frames no longer have an extra nbt tag for determining whether it should be invisible, since holding an item frame is fully client side.
Upon joining a server, the mod will send a packet to the server to determine if the mod is installed on the server, and if so, determine whether or not they are the same version. If the mod is not found on the server, or their versions are not the same, then all item frames will be invisible unless an item frame is held in the player's hand.
Complete mod rewrite for performance and maintainability.
Most Notable change:
Holding item frame will now make all invisible item frames visible, instead of those within a 10 block radius. It is now also completely completely client side.
Technical changes:
Item frames no longer have an extra nbt tag for determining whether it should be invisible, since holding an item frame is fully client side.
Upon joining a server, the mod will send a packet to the server to determine if the mod is installed on the server, and if so, determine whether or not they are the same version. If the mod is not found on the server, or their versions are not the same, then all item frames will be invisible unless an item frame is held in the player's hand.
Updated to 1.20.1
Some changes to fix minor bugs
Updated to 1.19.4
Version 2.0.0 release
Added client support
You can now use this mod in client-only environments
Item frames are now invisible in client-only environments
The technical reason is that clients can't save NBT data
You can still hold an item frame to see invisible item frames
Mod now works on singleplayer, client-only, and as a server plugin
Patched a bug where switching dimensions would make item frames lose visibility data
Version 2.0.0 release
Added client support
You can now use this mod in client-only environments
Item frames are now invisible in client-only environments
The technical reason is that clients can't save NBT data
You can still hold an item frame to see invisible item frames
Mod now works on singleplayer, client-only, and as a server plugin
Backport to 1.19.2, also works on 1.19.3
Forge 1.18.2 backport
Forge Release
Release for 1.17.1
Added sound when toggling item frames Added Spectator check
Added sound when toggling item frames Added Spectator check Should now work for all 1.19 versions
Changed internal stuff.
Changed some internal stuff.