mirror of
https://github.com/X0nk/Bliss-Shader.git
synced 2025-06-22 08:42:50 +08:00
add handheld light distance slider. add snells window toggle. remove all traces of physics mod support.
This commit is contained in:
@ -249,6 +249,7 @@ screen.World = World
|
||||
option.Dirt_Amount = Dirt Amount
|
||||
option.Water_Top_Layer = Ocean Y coordinate
|
||||
option.WATER_WAVE_STRENGTH = Wave Strength
|
||||
option.SNELLS_WINDOW = Snell's Window
|
||||
|
||||
screen.Water_fog_color = Water Fog Settings
|
||||
option.Dirt_Scatter_R = Scatter Red (dirt)
|
||||
@ -524,3 +525,4 @@ option.CloudLayer2_density.comment = Configure how dense, or thick these clouds
|
||||
option.CloudLayer2_height.comment = Configure the height at which these clouds fly at. §cTHESE CANNOT BE LOWER THAN THE LARGE CLOUDS§r
|
||||
|
||||
option.SKY_GROUND.comment = §bWhat is this?§r This is the dark bottom half of the sky that WOULD be the ground, if minecraft had infinite render distance. §aPERFORMANCE COST:§r very very low. §cdisabling this is very slightly slower than having it on due to extra math.§r
|
||||
option.SNELLS_WINDOW.comment = §bWhat is this?§r this is the dark reflective circle you see when under-water. This is an approximation of a thing that happens in reality known as "total internal reflection". §aPERFORMANCE COST:§r very very very small.
|
@ -564,7 +564,4 @@ screen.Post_Processing.comment = 配置所有后处理效果设置, 从抗锯齿
|
||||
|
||||
#Climate
|
||||
screen.Seasons=季节
|
||||
suffix.Season_Length=MC日
|
||||
|
||||
option.PhysicsMod_support=Physics (物理) 模组支持
|
||||
option.PhysicsMod_support.comment=在 AMD 显卡上这个选项会破坏整个光影的功能. 如果没发现奇怪的东西那就没问题.
|
||||
suffix.Season_Length=MC日
|
Reference in New Issue
Block a user