← Назад к ресурсам

Eclipse - Shader Grass Compat

Compatibility RP to make Eclipse shader's shader grass work on 1.20.1

Modrinth blocks cursed utility

Описание

## 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