This is a very lightweight mod that automatically adds grass-like blocks and leaves for proper waving effects in some shaders. The details are fully configurable.
You can now use a different shader per dimension using a 'Dimension Override' toggle in the shader selection screen. The existing feature for disabling shaders in specified dimensions through the config still works, but this can also be overridden when 'Dimension Override' is turned on.
Default Config
#List of blocks and/or block tags that will be included as waving grass-like.
wavingBlocks = ["#minecraft:sword_efficient", "farmersdelight:sandy_shrub"]
#List of blocks and/or block tags that will be included as leaves.
leavesBlocks = ["#minecraft:leaves"]
#List of blocks and/or block tags that will be included as crops.
cropsBlocks = [""]
#List of blocks and/or block tags that will be excluded from the other lists.
excludeBlocks = ["#minecraft:saplings", "minecraft:melon", "minecraft:pumpkin", "minecraft:carved_pumpkin", "minecraft:jack_o_lantern", "minecraft:chorus_plant", "minecraft:chorus_flower"]
#List of dimensions where shaders should not be used.
disabledDimensions = ["stellaris:moon", "stellaris:mars", "stellaris:venus", "stellaris:mercury"]