Compatibility
Minecraft: Java Edition
Platforms
Supported environments
Creators
Details
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!
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.



