mirror of
https://github.com/X0nk/Bliss-Shader.git
synced 2025-06-26 18:22:33 +08:00
18 lines
931 B
Properties
18 lines
931 B
Properties
# USAGE
|
|
# dimension.<Shader to use> = <dimension(s) that use this shader. use " * " for fallback>
|
|
# "shader to use" refers to shaderpacks/EXAMPLESHADER/shaders/<name "Shader to use" >..., like how optifine has world0, world1, but you can name these anything here.
|
|
# the dimension "ID's" to use are equivalent to the "ID's" from the /execute in <dimension> command in-game.
|
|
|
|
# EXAMPLE
|
|
# dimension.world0 = minecraft:overworld twilightforest:twilight_forest
|
|
# 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 =
|
|
|
|
# this is using alternate versions of the overworld shader, that have tweaks targeted at specific dimensions
|
|
dimension.world0_with_aether_flag = aether:the_aether
|
|
dimension.world0_with_twilight_forest_flag = twilightforest:twilight_forest |