mirror of
https://github.com/X0nk/Bliss-Shader.git
synced 2025-06-27 02:32:39 +08:00
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:
@ -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
|
Reference in New Issue
Block a user