github onnowhere/core_shaders 1.0.6
Release 1.0.6 for Minecraft Snapshot 1.20+

2 months ago

These experimental core shader resource packs are created to be used in 1.20 and above.
These resource packs are individually versioned, so releases may not always update all resource packs.
Download any of the provided zip files and drop in your resource packs folder.

For related posts and updates: https://twitter.com/onnowhere_

ALTERNATIVES

The shaders have been updated for 1.20 but not verified for full compatibility. If you find issues, or would prefer something more up to date with current shaders, consider trying one of the alternatives listed below:

Orthographic Shader RP (Version 1.0.2)

DOWNLOAD: https://github.com/onnowhere/core_shaders/releases/download/1.0.6/OrthographicShaderRP.zip
This core shader pack renders the entire game using orthographic projection. When using this pack, you can adjust your FOV to zoom in or zoom out as well. If you get confused using this, I recommend pressing F5 and going in third person so you can see your body as you move around.

Changes in 1.0.2

  • Fixed rendering in UI menus
  • Included some missing new shaders

Demo video: https://gfycat.com/mindlessathleticasianelephant

To edit shader properties, go to assets/minecraft/shaders/include/ortho_config.glsl and modify the values there
ZOOM - This value determines how zoomed the orthographic projection is (higher = more zoomed in)

Vertex Fade RP (Version 1.0.4)

DOWNLOAD: https://github.com/onnowhere/core_shaders/releases/download/1.0.6/VertexFadeRP.zip
This core shader pack offsets and shrinks block faces based on their normal direction and distance from the player. It works by using gl_VertexID on the vertices in order to estimate the block face's center and then offsetting faces all by the same distance.

Demo video: https://gfycat.com/defensiveimpracticalgrackle

Changes in 1.0.4

  • Included some missing new shaders

Known Issues

  • Rotated faces at non-90 degree angles on blocks do not fade accurately*
  • Entity faces do not fade accurately*
  • Liquids do not fade properly in certain cases*
    *Cannot be fixed currently due to lack of information in vanilla core shaders

To edit shader properties, go to assets/minecraft/shaders/include/vertex_fade.glsl and modify the values there
distanceThreshold - Increasing this value increases the distance at which fading starts
fadeScale - Increasing this value increases the amount of distance it takes for faces to fade

Core Shader Custom Template RP (Version 1.0.2)

DOWNLOAD: https://github.com/onnowhere/core_shaders/releases/download/1.0.6/CoreShadersCustomTemplateRP.zip
This core shader pack is a modified template that renders identically to the default core shaders. This pack provides a condensed version of the default core shaders such that all vertex shaders can be edited with just 14 shader files located in assets/minecraft/shaders/core/main. This works by combining vertex shaders based on similar implementation and usage type. All 54 vanilla core shaders have their vertex shader mapped to the main shaders. This may not be the perfect solution for every use case and may need to be modified for your usage, but it can decrease development time by letting you worry about less shaders to edit. Fragment shaders have been left untouched.

Changes in 1.0.2

  • Updated vsh_util to match latest version
  • Included some missing new shaders

Core Shader VSH Util (Version 1.0.2)

DOWNLOAD: https://github.com/onnowhere/core_shaders/releases/download/1.0.6/vsh_util.glsl
Utility functions for core vertex shaders. Includes functions for offsetting entities in world space, orthographic projection, render distance and far clipping plane (thebbq's implementation), getting FOV, and checking if rendering in GUI/nether/main menu panorama. This shader include should be put in your include directory assets/<namespace>/shaders/include/vsh_util.glsl.

Changes in 1.0.2

  • Fixed isGUI no longer working reliably

Don't miss a new core_shaders release

NewReleases is sending notifications on new releases.