Перейти к содержимому
Mineforgian

Sodium Shadowy Path Blocks (SSPB)

Reintroduces vanilla-like smooth lighting to non-full blocks (e.g. dirt paths and how they have dark shading when directly next to a full block) when using Sodium.

18.0M загрузок1K подписчиковLGPL-3.0-onlyfabricneoforgequilt

Обновлён 25 мая 2026 г. · опубликован 21 марта 2022 г.

Sodium Shadowy Path Blocks (SSPB)

Sodium Shadowy Path Blocks (or SSPB for short) is an addon to Sodium that reintroduces vanilla-like smooth lighting to non-fluid non-full blocks (e.g. dirt paths and how they have dark shading when directly next to a full block), as Sodium removes this (or rather, fixes this, as it's technically a bug).

This was mainly made because I liked the shadowyness of the vanilla dirt paths, hence the name.

Unless "Use vanilla lighting for path blocks" is enabled, this lighting will not be exactly the same as vanilla, only vanilla-like, as the way I'm doing this is entirely based on Sodium's smooth lighting code.

Requires Sodium (duh) and only has an effect with smooth lighting enabled.

Not associated with Sodium or CaffeineMC.

Options

  • Shadowyness: How strong these "bugged" shadows are from 0-100%. Won't affect path blocks if "Use vanilla lighting for path blocks" is on. Defaults to 85%.
  • Only affect path blocks: This lighting "bug" (both in vanilla and this mod) also affects other non-full blocks, such as farmland, slabs, stairs, fences, etc. Turn this setting on to only apply the "bugged" lighting to path blocks, and use sodium's fixed lighting for everything else. Defaults to off.
  • Use vanilla lighting for path blocks: Use a vanilla-accurate algorithm to render path block lighting, rather than a modified version of Sodium's lighting algorithm. Will disable the effect of the "Shadowyness" option on path blocks. If used on a version before 4.x.x, requires Indium and Fabric API (or Quilted Fabric API if using Quilt) to enable. Defaults to off.

Incompatibilities

  • On MC versions before 1.19, when using any mod that renders path blocks with Indium (for example, mods that give path blocks connected textures), they will not become shadowy with this mod. The lighting changes, however, still work on other blocks, and the game will still launch.
    • If you still want shadowy path blocks: Go to .minecraft/config/indium-renderer.properties and change "ambient-occlusion-mode=auto" to "ambient-occlusion-mode=hybrid". You will no longer need SSPB after this unless you still want the lighting changes for blocks other than path blocks. Note that if you keep SSPB installed, the shadowyness option will still have no effect on path blocks. The shading for path blocks will look like the vanilla screenshots below, rather than the SSPB screenshots, regardless of whether or not SSPB is installed.

Screenshots/Comparisons

(using all default options)

Comparison on a fancy path

(and also some bamboo)

Comparison on a simple path

(and also some fences)

Версии

ВерсияКаналИграЗагрузчикиДатаСкачать
4.1.0-neoforgeРелиз1.21.1, 1.21.2, 1.21.3, 1.21.4neoforge25 мая 2026 г..jar (77 КБ)
4.1.0-fabricРелиз1.21.1, 1.21.2, 1.21.3, 1.21.4fabric, quilt25 мая 2026 г..jar (76 КБ)
7.0.0-neoforgeРелиз26.1, 26.1.1, 26.1.2, 26.2neoforge1 апреля 2026 г..jar (66 КБ)
7.0.0-fabricРелиз26.1, 26.1.1, 26.1.2, 26.2fabric, quilt1 апреля 2026 г..jar (66 КБ)
6.0.0-neoforgeРелиз1.21.11neoforge13 декабря 2025 г..jar (62 КБ)
6.0.0-fabricРелиз1.21.11fabric, quilt13 декабря 2025 г..jar (62 КБ)
5.0.1-neoforgeРелиз1.21.7, 1.21.8, 1.21.9, 1.21.10neoforge1 октября 2025 г..jar (53 КБ)
5.0.1-fabricРелиз1.21.7, 1.21.8, 1.21.9, 1.21.10fabric, quilt1 октября 2025 г..jar (53 КБ)
5.0.0-neoforgeРелиз1.21.5, 1.21.6, 1.21.7, 1.21.8neoforge30 марта 2025 г..jar (53 КБ)
5.0.0-fabricРелиз1.21.5, 1.21.6, 1.21.7, 1.21.8fabric, quilt30 марта 2025 г..jar (52 КБ)
3.4.2Релиз1.20.3, 1.20.4, 1.20.5, 1.20.6fabric, quilt30 марта 2025 г..jar (54 КБ)
4.0.0-neoforgeРелиз1.21.1, 1.21.2, 1.21.3, 1.21.4neoforge5 декабря 2024 г..jar (57 КБ)
4.0.0-fabricРелиз1.21.1, 1.21.2, 1.21.3, 1.21.4fabric, quilt5 декабря 2024 г..jar (61 КБ)
4.0.0-beta.2-neoforgeБета1.21, 1.21.1, 1.21.2, 1.21.3neoforge23 октября 2024 г..jar (58 КБ)
4.0.0-beta.2-fabricБета1.21, 1.21.1, 1.21.2, 1.21.3fabric, quilt23 октября 2024 г..jar (63 КБ)

Показаны последние 15 из 28 версий. Все версии — на Modrinth.

Ченджлог

4.1.0-neoforgeРелиз1.21.2, 1.21.3, 1.21.4 · 25 мая 2026 г.

Update to support Sodium 0.8.12

New:

  • Added es_es localization (by @C4BR3R4)
  • Added uk_ua localization (by @StarmanMine142)

Changes:

  • Update zh_cn localization from zh_tw (@mrjasonn)
  • (When using Sodium 0.8.12+) Shadowyness slider is now disabled when "Only affect path blocks" and "Use vanilla lighting for path blocks" are enabled, as it has no effect with those two options enabled.
4.1.0-fabricРелиз1.21.2, 1.21.3, 1.21.4 · 25 мая 2026 г.

Update to support Sodium 0.8.12

New:

  • Added es_es localization (by @C4BR3R4)
  • Added uk_ua localization (by @StarmanMine142)

Changes:

  • Update zh_cn localization from zh_tw (@mrjasonn)
  • (When using Sodium 0.8.12+) Shadowyness slider is now disabled when "Only affect path blocks" and "Use vanilla lighting for path blocks" are enabled, as it has no effect with those two options enabled.
7.0.0-neoforgeРелиз26.1.1, 26.1.2, 26.2 · 1 апреля 2026 г.

Update for MC 26.1

New:

  • Added uk_ua localization (by @StarmanMine142)

Changes:

  • Update zh_cn localization from zh_tw (suggested by @mrjasonn)

Bug Fixes:

  • When vanilla smooth lighting is enabled, it will now apply to all sides of dirt paths instead of just the top, making it more accurate for custom models
7.0.0-fabricРелиз26.1.1, 26.1.2, 26.2 · 1 апреля 2026 г.

Update for MC 26.1

New:

  • Added uk_ua localization (by @StarmanMine142)

Changes:

  • Update zh_cn localization from zh_tw (suggested by @mrjasonn)

Bug Fixes:

  • When vanilla smooth lighting is enabled, it will now apply to all sides of dirt paths instead of just the top, making it more accurate for custom models
6.0.0-neoforgeРелиз1.21.11 · 13 декабря 2025 г.

Update for MC 1.21.11 and Sodium 0.8.0

Changes:

  • Shadowyness slider is now disabled when "Only affect path blocks" and "Use vanilla lighting for path blocks" are enabled, as it has no effect with those two options enabled.
6.0.0-fabricРелиз1.21.11 · 13 декабря 2025 г.

Update for MC 1.21.11 and Sodium 0.8.0

Changes:

  • Shadowyness slider is now disabled when "Only affect path blocks" and "Use vanilla lighting for path blocks" are enabled, as it has no effect with those two options enabled.
5.0.1-neoforgeРелиз1.21.8, 1.21.9, 1.21.10 · 1 октября 2025 г.

Bug Fixes:

  • Fixed a crash (java.lang.ArrayIndexOutOfBoundsException) that could occur while using the "Use vanilla lighting for path blocks" option
5.0.1-fabricРелиз1.21.8, 1.21.9, 1.21.10 · 1 октября 2025 г.

Bug Fixes:

  • Fixed a crash (java.lang.ArrayIndexOutOfBoundsException) that could occur while using the "Use vanilla lighting for path blocks" option

Полная история изменений — на Modrinth.

Комментарии

Загружаем…