your current location:首页 > news>Minecraft1.19.3 Fancy Glint material bag

Minecraft1.19.3 Fancy Glint material bag

2024-12-19 00:05:52|Myriagame |source:minecraft skins

Fancy Glint material package was produced by the author "Archon_andromeda".

Mojang is adjusting the enchanting light halo, which makes me think of ... If we have a halo effect on the halo of the armor you wear?

After three days of hard work, I presented you: Fancy Glint, a completely original resource package, which makes the enchanting light halo brightly on the edge of your armor, but farewell to the most detailed and interesting part politely.

Show your new decoration!It can even be used with other resource packs that modify the halo!

How does it work?

Starting from 1.17, Minecraft's core shaders (instructions for drawing games) can be modified through resource packages.This means that I can replace the default color device with my own color device ("Do that but do something else to make it brighter on the edge") ("just cover the halo texture on the armor, stretch it and move it and move itit").

There is no law line or anything in halo geometry. Only the world space and UV positions are not particularly useful.Instead, I use GL_VERTEXID to generate the "UV" position across the entire surface.Since Minecraft always sends a vertex in a specific order, I can allocate each vertex to a specific corner (so if gl_Vertexid%4 == 0, then (0,0), if gl_Vertexid%4 == 1, (then ((then (((0,1), etc.).Then by using the SIN function, I can let it fade into the center from the edge, and I do not know how it works and consistent.

Because this method depends on specific geometric shapes, it is not effective for items.This package may only apply to armor.

Old version

One of the changes made by Mojang in the 1.20 snapshot is to move the halo texture to the armor more slowly.1.17-1.19 The old speed is not very good-looking with this package, so I try to slow down it, but this will increase some jumping.But it is not obvious.

Please make sure to use the version suitable for your Minecraft version (if you use 1.19-1.19.2, then version 1.19 will display "too new", you can ignore it)!The core color device has changed in each major version, so if you use the wrong version, you cannot work normally.

The material packages are special cases. The version can generally be compatible, but it cannot be compatible.

minecraft


If you do not use the material package, please click to see the MineCraft material package use tutorial.If the network disk resources are swallowed or the web disk resources do not exist, please explain in the comments below, we will repair it as soon as possible.