- check_circle Environment
- check_circle Misc
Published Oct 31st, 2021, 10/31/21 12:01 pm
- 2,554 views, 5 today
- 384 downloads, 1 today
60
More realistic map colors using a core shader.
Map icons are also tweaked a bit.
Also check out my other v++ modules on github:
VanillaCTM: Connected texture for sugar cane and vines.
GUi: Custom container GUIs that make sense.
https://github.com/Godlander/vpp
Map icons are also tweaked a bit.
Also check out my other v++ modules on github:
VanillaCTM: Connected texture for sugar cane and vines.
GUi: Custom container GUIs that make sense.
https://github.com/Godlander/vpp
Progress | 100% complete |
Game Version | Minecraft 1.17 |
Resolution | 16x |
Tags |
tools/tracking
5355386
4
realmaps
Create an account or sign in to comment.
i believe it may be possible:
player's biome can be detected with a predicate, and then depending on the biome, display a pixel of custom font at an inconspicuous corner using title, and then i believe the rendertype.text core shader is able to read that.
so through that its possible to pass in data such as current biome.
but it wouldn't be feasible to change the color of a pixel on the map depending on that block's biome
thats too much work for what it does anyway lol. plus it would be incompatible with anything else that used title. i wont be making that, but it was fun thinking about it.