You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
While the current textures here seem to work great for 1.13, the particle animations have been off (blue particle effects on torches flames, etc.)
Looking at the original source, it seems assets/minecraft/textures/particle/particles.png needs to be changed to a 512x512 file (a resized canvas anchored at the upper left). I've merged your particles.png with the default one as an example (yours being the upper left quadrant, and the new extra default particles in the lower left quadrant - not sure what they are connected to but I merged them as placeholders to match the new layout).
With this change in place, the flames and such look normal once again.
The text was updated successfully, but these errors were encountered:
While the current textures here seem to work great for 1.13, the particle animations have been off (blue particle effects on torches flames, etc.)
Looking at the original source, it seems
assets/minecraft/textures/particle/particles.png
needs to be changed to a 512x512 file (a resized canvas anchored at the upper left). I've merged your particles.png with the default one as an example (yours being the upper left quadrant, and the new extra default particles in the lower left quadrant - not sure what they are connected to but I merged them as placeholders to match the new layout).With this change in place, the flames and such look normal once again.
The text was updated successfully, but these errors were encountered: