[Bug]: Maps in framed item frame being rendered as map item icon
AlisonHuang777 opened this issue ยท 1 comments
Minecraft version
1.20.1
Forge version
47.1.46
FramedBlocks version
9.1.0
Describe the bug
When I load my world save, the maps in the framed item frames are being rendered like they're normal items, instead of rendering the maps' terrain image.
How to reproduce the bug
- Make a filled map.
- Put it inside of any framed item frame.
- Closes the world.
- Loads it.
Expected behavior
Additional details
I omitted most of the nice-to-have "map in frame" features when I implemented these item frames but I completely overlooked the fact that this would break map rendering after a reload (unless the player has the same map in their inventory).
Since I'll have to go 90% there anyway to fix this, I'm just gonna go the extra mile and implement all the missing features.