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

Lower My Paths and Slabs!

Lowers blocks on top of anything (such as slabs). Configurable and toggleable!

3K загрузок35 подписчиковGPL-3.0-onlyfabricneoforge

Обновлён 1 марта 2026 г. · опубликован 18 декабря 2025 г.

  • Скриншот: Lower My Paths and Slabs!
  • Скриншот: Lower My Paths and Slabs!
  • Скриншот: Lower My Paths and Slabs!

A Minecraft mod that lets you place blocks on top of any block (so you could also do it with carpets via config), by lowering the entire block (model, collision, etc.). Read more to find out about the Offset Tool!

This mod doesn't modify anything permanently, therefore you can remove it or add it back at anytime!

2025-12-18_17 09 19

There is an Offset Tool (found in the Tools & Utilities tab) which toggles lowering per-block. Offsets are off by default except for blocks sitting directly on a dirt path or bottom slab, and you can turn them on or off by right-clicking with the Offset Tool. By default, toggling offsets requires permission level 4 (configurable in config/lmps_permissions.json on the server).

To mark other blocks as supports, see config/lmps_supports.json on the server. For example, the configuration below would add support for red carpets (so you could offset blocks onto red carpets):

{
  "supports": [
    "minecraft:dirt_path",
    "#minecraft:slabs",
    "minecraft:red_carpet"
  ]
}

Multipart blocks only offset when every part sits above a path block or bottom slab.

Config screen using YACL! Access it via NeoForge's Mods screen or Mod Menu on Fabric.

Версии

ВерсияКаналИграЗагрузчикиДатаСкачать
0.9.6Релиз1.21.11fabric1 марта 2026 г.Скачать (111 КБ)
0.9.6Релиз1.21.1fabric1 марта 2026 г.Скачать (106 КБ)
0.9.6Релиз1.21.1neoforge1 марта 2026 г.Скачать (106 КБ)
0.9.5Релиз1.21.11fabric29 декабря 2025 г.Скачать (99 КБ)
0.9.5Релиз1.21.1fabric29 декабря 2025 г.Скачать (96 КБ)
0.9.5Релиз1.21.1neoforge29 декабря 2025 г.Скачать (95 КБ)
0.9.0Релиз1.21.1fabric18 декабря 2025 г.Скачать (64 КБ)

Ченджлог

0.9.6Релиз1.21.11 · 1 марта 2026 г.
  • Added YACL config (can be used to set minimum OP level for the offset tool and also add/remove supports; the GUI works on server too, however the changes will only apply if you meet the OP level from the config)
  • Fixed an issue where blocks may not offset correctly (or well, it should be fixed, the fix is more of a guess >.<)
0.9.6Релиз1.21.1 · 1 марта 2026 г.
  • Added YACL config (can be used to set minimum OP level for the offset tool and also add/remove supports; the GUI works on server too, however the changes will only apply if you meet the OP level from the config)
  • Fixed an issue where blocks may not offset correctly (or well, it should be fixed, the fix is more of a guess >.<)
0.9.6Релиз1.21.1 · 1 марта 2026 г.
  • Added YACL config (can be used to set minimum OP level for the offset tool and also add/remove supports; the GUI works on server too, however the changes will only apply if you meet the OP level from the config)
  • Fixed an issue where blocks may not offset correctly (or well, it should be fixed, the fix is more of a guess >.<)
0.9.5Релиз1.21.11 · 29 декабря 2025 г.

Changelog since v0.9.0

v0.9.1

  • Now correctly lowering all block models!

v0.9.2

  • Fixed raycast issues

v0.9.3

  • By default only blocks that are right on a dirt path or a bottom slab get lowered. Everything else (including the blocks that are right above) can be toggled with the new Offset Tool (in Tools & Utilities).
  • Multipart stuff only lowers all of its parts if they're all under a path/slab.

v0.9.4

NOTE! - In the previous version, blocks placed on top of slabs and such would be offset automatically, this does not happen anymore! Instead, you have to manually enable offsets for anything you may wish to be offset.

  • Multipart stuff only lowers all of its parts if they're all under a path/slab (fixed on 1.21.11)
  • You can now mark any block as a support in config/lmps_supports.json, so you could add minecraft:red_carpet and then you'll be able to offset blocks onto the red carpet!

v0.9.5

  • Fixed collision shapes
  • Fixed crash on Fabric 1.21.1
0.9.5Релиз1.21.1 · 29 декабря 2025 г.

Changelog since v0.9.0

v0.9.1

  • Now correctly lowering all block models!

v0.9.2

  • Fixed raycast issues

v0.9.3

  • By default only blocks that are right on a dirt path or a bottom slab get lowered. Everything else (including the blocks that are right above) can be toggled with the new Offset Tool (in Tools & Utilities).
  • Multipart stuff only lowers all of its parts if they're all under a path/slab.

v0.9.4

NOTE! - In the previous version, blocks placed on top of slabs and such would be offset automatically, this does not happen anymore! Instead, you have to manually enable offsets for anything you may wish to be offset.

  • Multipart stuff only lowers all of its parts if they're all under a path/slab (fixed on 1.21.11)
  • You can now mark any block as a support in config/lmps_supports.json, so you could add minecraft:red_carpet and then you'll be able to offset blocks onto the red carpet!

v0.9.5

  • Fixed collision shapes
  • Fixed crash on Fabric 1.21.1
0.9.5Релиз1.21.1 · 29 декабря 2025 г.

Changelog since v0.9.0

v0.9.1

  • Now correctly lowering all block models!

v0.9.2

  • Fixed raycast issues

v0.9.3

  • By default only blocks that are right on a dirt path or a bottom slab get lowered. Everything else (including the blocks that are right above) can be toggled with the new Offset Tool (in Tools & Utilities).
  • Multipart stuff only lowers all of its parts if they're all under a path/slab.

v0.9.4

NOTE! - In the previous version, blocks placed on top of slabs and such would be offset automatically, this does not happen anymore! Instead, you have to manually enable offsets for anything you may wish to be offset.

  • Multipart stuff only lowers all of its parts if they're all under a path/slab (fixed on 1.21.11)
  • You can now mark any block as a support in config/lmps_supports.json, so you could add minecraft:red_carpet and then you'll be able to offset blocks onto the red carpet!

v0.9.5

  • Fixed collision shapes
  • Fixed crash on Fabric 1.21.1

Комментарии

Загружаем…