Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Jalvaviel authored Sep 17, 2024
1 parent f271553 commit f95dd92
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
# MapMipMapMod
When maps in-game are rendered far away from the player, they cause artifacts. These artifacts happen because mipmaps for dynamic textures are disabled by default in Minecraft. This mod aims to solve this niche problem.
Image on the left is with level 0 mipmaps (default in-game) and the image on the right is with level 4 mipmaps (with the mod)
Image on the left is with level 0 mipmaps (default in-game) and the image on the right is with level 4 mipmaps (with the mod).
![imagen](https://github.com/user-attachments/assets/d76ed9df-9245-4fb9-8a61-b77c2d4d38a3)
The image has been rendered 10 blocks away from the player, using a palette of only flat carpet colors. The image has been preprocessed with Floyd-Steinberg dithering.

0 comments on commit f95dd92

Please sign in to comment.