add flag for twilight forest and aether dimensions in the overworld shader. remove dimension fallback selection settings (iris cant do that). add a few leaf IDs from twilight forest and aether

This commit is contained in:
Xonk
2025-03-23 21:02:40 -04:00
parent 034a7ad19e
commit 8226094fb2
183 changed files with 2098 additions and 54 deletions

View File

@ -8,27 +8,10 @@
# dimension.world-1 = minecraft:the_nether
# dimension.WHATEVER = somemod:whateverdimension
#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
dimension.world0 = minecraft:overworld *
dimension.world-1 = minecraft:the_nether
dimension.world1 = minecraft:the_end
dimension.worldx =
dimension.world0_with_aether_tag = aether:the_aether
dimension.world0_with_twilight_forest_tag = twilightforest:twilight_forest