Compatibility
Minecraft: Java Edition
1.21
1.20.x
Creators
Details
Licensed CC-BY-NC-SA-4.0
Published 3 weeks ago
Updated 2 weeks ago
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
Depending on the exact Eclipse version, some shader code edits might be required, or this pack might not be necessary at all
Required shader changes
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


