Eclipse - Shader Grass Compat
Compatibility RP to make Eclipse shader's shader grass work on 1.20.1
Quick challenge
How far can you run before the mobs catch you?
Minecraft check
Confirm your run
Complete the quick check to get your code.
Eclipse - Shader Grass Compat
Eclipse - Shader Grass Compat
This is a compatibility resourcepack to make Eclipse Shader's shader grass feature work on 1.20.1 without visiual glitches
All Eclipse versions after *24.02.2026 10:12* do not require any changes to the shader code Just follow the on screen instructions after enabling Shader Grass to get everything working
---
Required shader code changes for older Eclipse versions
First add: ``` #ifdef SHADER_GRASS layer.solid = minecraft:grass_block #endif ``` To the `block.properties` file
Second remove: ``` #if MC_VERSION < 12101 #undef SHADER_GRASS #endif ``` From the `lib > settings.glsl` file