remake and improve underwater lighting. add new method for indirect SSS. improve nametag rendering. fix translucent rendering on DH LODs. begin work on WIP cloud raymarcher

This commit is contained in:
Xonk
2025-01-15 23:08:16 -05:00
parent 5d0ff0856f
commit 6c41c008c0
24 changed files with 701 additions and 693 deletions

View File

@ -8,8 +8,27 @@
# dimension.world-1 = minecraft:the_nether
# dimension.WHATEVER = somemod:whateverdimension
dimension.world0 = minecraft:overworld
dimension.world-1 = minecraft:the_nether
dimension.world1 = minecraft:the_end
dimension.worldx = *
#if DIMENSION_FALLBACK_SHADER == 0
dimension.world0 = minecraft:overworld *
dimension.world-1 = minecraft:the_nether
dimension.world1 = minecraft:the_end
dimension.worldx =
#endif
#if DIMENSION_FALLBACK_SHADER == 1
dimension.world0 = minecraft:overworld
dimension.world-1 = minecraft:the_nether *
dimension.world1 = minecraft:the_end
dimension.worldx =
#endif
#if DIMENSION_FALLBACK_SHADER == 2
dimension.world0 = minecraft:overworld
dimension.world-1 = minecraft:the_nether
dimension.world1 = minecraft:the_end *
dimension.worldx =
#endif
#if DIMENSION_FALLBACK_SHADER == 3
dimension.world0 = minecraft:overworld
dimension.world-1 = minecraft:the_nether
dimension.world1 = minecraft:the_end
dimension.worldx = *
#endif