Iris Shaders

Iris Shaders

36M Downloads

Maximum shadow distance is not using translation strings

Madis0 opened this issue ยท 0 comments

commented

What happened?

This row is hardcoded: https://github.com/IrisShaders/Iris/blob/1.19.4/src/sodiumCompatibility/java/net/coderbot/iris/compat/sodium/impl/options/IrisSodiumOptions.java#L24

Similar to Sodium, it should use options.chunks for the numeric value and for "disabled", one of these:

  • options.off "OFF"
  • addServer.resourcePack.disabled "Disabled"
  • (some new Iris-specific string)

Screenshots

image

Log output

Not relevant

Minecraft Version

Minecraft 1.19.4

Iris Version

Iris 1.6.2

Operating System

Windows 11

What is your GPU?

Intel(R) Iris(R) Plus Graphics

Additional context

No response