RaphiMC / ImmediatelyFast

Speed up immediate mode rendering in Minecraft
https://modrinth.com/mod/immediatelyfast
GNU Lesser General Public License v3.0
294 stars 21 forks source link

Incompability with Map Shirts Mod #96

Closed HyperPigeon closed 1 year ago

HyperPigeon commented 1 year ago

Map Shirts is a mod that lets players attach maps to chest plates and display them. When Map Shirts is loaded with IF, every chest plate with a map attached to it will display the exact same map.

image

Map Shirts GH: https://github.com/HyperPigeon/MapShirts Map Shirts Modrinth (download the latest version from there for testing): https://modrinth.com/mod/map-shirts My discord username is cyborg_pigeon.

HyperPigeon commented 1 year ago

Fixed the issue. Turns out, I had just forgotten to add the map id to the draw method. While this didn't seem to matter for vanilla map rendering, it was necessary for getting the maps to render correctly with IF.