updated fabric.mod.json to let the mod load in 1.21.1
- Fixed a critical issue where clients without the mod would be kicked when trying to load invisible item frames
- This was caused by the server trying to sync GLASS_PANE_ITEM to clients, causing a disconnect
- Updated the mod to support Minecraft 1.21 rc1 (and 1.21 when it releases)
Important!
If you had datapacks for this mod, the makes_item_frames_invisible
item tag is now located under data/eg-invisible-frames/tags/item/
instead of data/eg-invisible-frames/tags/items/
- Particles now only appear inside the item frame hitbox
- Particles now only appear when player is less than 15 blocks away from the item frame (may add a config in the future)
- Update to full 1.20.5 release
- Fix mod homepage in fabric.mod.json
- Update to 24w09a
Initial release