HomeJavaModsUnderlay
Underlay
ModsJava

Underlay

by Dooji · on CurseForge

Place any block (such as carpets) inside anything!. Free Minecraft Java mod for 1.21.1, 1.21.11, 1.21.

Which build do you need?

This mod ships a separate file for every mod loader and every version of the game. Pick both, then download — the wrong build installs fine and then does nothing in the game.

Mod loader

Minecraft version

⬇ Download for 1.21.11 · Fabric⬇ Download for 1.21.9–1.21.10 · Fabric⬇ Download for 1.21.6–1.21.8 · Fabric⬇ Download for 1.21.5 · Fabric⬇ Download for 1.21.2–1.21.4 · Fabric⬇ Download for 1.21–1.21.1 · Fabric⬇ Download for 1.20.1 · Fabric⬇ Download for 1.20 · Fabric⬇ Download for 1.21.1 · NeoForge⬇ Download for 1.21 · NeoForge⬇ Download for 1.20.1 · NeoForge⬇ Download for 1.20.1 · Forge
I don't know my version or loader
Open the Minecraft launcher and look at the profile you play on — it names both, like fabric-loader-1.21.4. The version also shows in the bottom-right corner of the game's main menu.
No loader in the profile name? Then it's plain Minecraft, and these mods won't run — you need Fabric or NeoForge installed first.
Underlay — screenshot 1Underlay — screenshot 2

Underlay is a Minecraft mod that lets you place carpets (and anything else) under any block with space beneath it (e.g. chests, beds, signs, torches, etc.)!

Just right click a block face with a block to place it, (for example, under an upside-down stair), and you're done! Right click again with another item to replace it quickly, or left click it to remove it. Works in Survival too!

Preview

By default, you can place the following blocks as overlays: carpets, trapdoors, buttons, rails, slabs and pressure plates. To expand this to other blocks, such as grass, see "How to add support for more blocks (or exclude some)".

Join the Discord server for sneak peeks on upcoming updates!

Join now!


How does this work?

They are not block entities! Underlay adds these things called "overlays" but they're really more like underlays xd, essentially they are fake versions of the item you place - which lets you place two things in the same block space!

How to add support for more blocks (or exclude some)

In your Minecraft folder you can find config/Underlay/underlay.json. Use overlay_blocks to add blocks, exclude_blocks to exclude them, and to not allow overlays to be placed on certain blocks use target_exclude_blocks, like this:

{
  "overlay_blocks": [
    "minecraft:short_grass",
    "mymod:shiny_block"
  ],
  "exclude_blocks": [
    "minecraft:oak_button",
    "minecraft:rail"
  ],
  "target_exclude_blocks": [
    "minecraft:oak_door",
    "minecraft:spruce_door"
  ]
}

Mod Integration

Some versions of Underlay include integration with Create, Jade and Flashback.

Verified by MCModsHub

These come from our own check of the pack file, not from the source page.

Explore more