promotional bannermobile promotional banner

SlashSlabs

Server-side half-slab steps on every one-block terrain rise, so players walk the world without jumping — no client mod needed.

SlashSlabs

Walk the world without jumping. SlashSlabs is a server-side Fabric mod that puts a half-slab step on every one-block rise in newly generated terrain. Hills, shores and badlands mesas become slopes you can walk up.

Players install nothing. Stock vanilla clients join and see real-looking slabs, delivered through a resource pack that the server sends automatically.

A snowy shore smoothed by SlashSlabs

Before and after

The same hill from the same camera, with SlashSlabs:

With SlashSlabs: half-slab steps feather the grass slope and the snowy shoreline

…and in plain vanilla:

Vanilla: the same hill in whole blocks

What it does

When a chunk generates, SlashSlabs finds every column whose neighbour is exactly one block higher and places a bottom slab on the lower one. A one-block rise becomes two half steps.

  • Grass block → grass slab, in the nearest of three greens for the biome
  • Dirt, coarse dirt, rooted dirt, podzol, mycelium → dirt slab
  • Sand · red sand → sand slab · red sand slab
  • Terracotta (plain, orange, yellow, brown, red, white, light gray) → the matching terracotta slab
  • Stone, cobblestone, deepslate, tuff, andesite, diorite, granite, blackstone, sandstone, red sandstone, mud → the matching vanilla slab
  • Snowy biomes → snow layers
  • Shallow water → a waterlogged slab

Badlands: red sand terraced with red sand slabs, and terracotta bands stepped with matching terracotta slabs

It leaves alone:

  • cliffs (rises of two blocks or more);
  • structures such as villages, ruins and towers;
  • flowers and saplings;
  • deep water, and anything next to lava.

It reads only the finished surface, so it works with any terrain generator or worldgen datapack.

Real blocks, not decoration

The new slabs are proper blocks:

  • Grass slabs spread and die like grass, and pull grass from neighbouring blocks. Silk Touch keeps them as grass.
  • Slabs have recipes: 3 blocks make 6 slabs, 2 slabs make 1 block, and the stonecutter works too.
  • Two slabs placed together become the vanilla full block.
  • Mining runs at the real block's speed, and terracotta needs a pickaxe.
  • Break and footstep sounds come from the real material: grass sounds like grass, sand like sand.

How vanilla clients see custom blocks

SlashSlabs is built on Polymer, which comes bundled.

Each custom slab is sent to the client as a spare vanilla block state with exactly a slab's shape. Bottom slabs borrow unused sculk sensor states, and top slabs borrow waxed copper slab states. The server's resource pack draws those states as grass, dirt, sand and terracotta.

Because the borrowed state has the right shape, collision matches the server exactly. Walking, sprinting and jumping stay in sync with no rubber-banding.

The mod jar contains no Minecraft textures. At startup the server builds the pack from the vanilla client jar.

Installation

  1. Put the jar for your Minecraft version in mods/, next to Fabric API.
  2. Start the server once, then turn on the resource-pack host in config/polymer/auto-host.json:
{
  "enabled": true,
  "required": true,
  "type": "polymer:automatic",
  "message": "This server needs its resource pack for terrain slabs."
}
  1. Restart the server.

polymer:automatic serves the pack on the game port, so no extra port or web host is needed. Behind a proxy (Velocity, BungeeCord, TCPShield), use polymer:http_server or polymer:external instead.

Existing worlds: only newly generated chunks are smoothed automatically. To smooth terrain you've already explored, run /slashslabs smooth <radius>. It leaves player builds, paths and floors alone.

Configuration and commands

Settings live in config/slashslabs.json:

  • the dimensions to smooth, and biomes to exclude;
  • the structure guard;
  • how deep underwater slabs may go;
  • the snow layer count;
  • the grass palette;
  • per-block material overrides;
  • an optional step-height module, which lets players walk up any one-block rise, builds included.

Every command needs op level 2, or LuckPerms nodes under slashslabs.command.*.

  • /slashslabs info shows what's installed and the worldgen counters.
  • /slashslabs smooth <radius> smooths existing terrain.
  • /slashslabs purge <radius> turns every SlashSlabs block back into vanilla, for clean removal.
  • /slashslabs survey <radius> prints terrain statistics and fits a grass palette to your world.

Compatibility

  • Minecraft 26.1.2, 26.2 and 26.3. Download the file for your version.
  • Fabric, with Fabric API required.
  • Server-side only. Don't install it on clients or add it to a client modpack.
  • Tested alongside a large modpack:
    • performance: C2ME, Lithium, Krypton, FerriteCore;
    • worldgen: Geophilic, Explorify, Structory, Towns & Towers, Dungeons & Taverns, Moog's structures, Incendium, Nullscape, Amplified Nether, Voxy World Gen V2;
    • other: BlueMap, Geyser/Floodgate, LuckPerms, Ledger, Chunky.
  • BlueMap renders the slabs with no extra setup.
  • Voxy LODs show the retextured slabs.
  • Other Polymer mods work alongside it. Only four top-slab states exist, and they are shared.

Good to know

  • The resource pack is required. Without it, players see sculk sensors and copper slabs where the steps are.
  • Only one-block rises are smoothed. Two-block rises and structure paths stay as they are.
  • Top grass slabs, which players place, use a single green in every biome.
  • Sculk sensors give off a faint light, level 1. After a slab changes nearby, you may see a barely visible glow.
  • To remove the mod, run /slashslabs purge over your explored area first. Otherwise the slabs load as air and leave half-block holes.

The SlashSlabs Team

profile avatar
  • 2
    Followers
  • 12
    Projects
  • 11.7K
    Downloads

I'm Slash, a solo mod developer. My flagship mod is StreamCraft! Help me realize my dream of becoming a full time mod developer and support my projects. -heart-

More from slashdaemon2026View all

  • SlashLoot project image

    SlashLoot

    Per-player loot for naturally-generated chests, barrels, shulker boxes, and minecarts — server-side only, requires no client mod.

    • 1.3K
    • September 20, 2026
  • SlashRails project image

    SlashRails

    Smooth curves for vanilla rails: minecarts glide through corners and loops instead of snapping 90° at each turn.

    • 313
    • September 20, 2026
  • StreamCraft Live project image

    StreamCraft Live

    StreamCraft Live brings real-time video streaming into Minecraft. Screen share & see each other face-to-face using WebRTC via LiveKit. NOTICE! Make sure you download your OS-specific version. Now available for Windows, Mac (arm64/intel), Linux and Android

    • 8.0K
    • September 19, 2026
  • TheBlockSurvival project image

    TheBlockSurvival

    An optional OS-specific (PC/Mac/Linux) client-side modpack for theblocksurvival.com SMP, MC 26.1.2 with improved performance, visuals, audio, and quality-of-life without adding any gameplay content. Only 1 server-mod requirement: StreamCraft Live.

    • 156
    • September 8, 2026
  • SlashLoot project image

    SlashLoot

    Per-player loot for naturally-generated chests, barrels, shulker boxes, and minecarts — server-side only, requires no client mod.

    • 1.3K
    • September 20, 2026
  • SlashRails project image

    SlashRails

    Smooth curves for vanilla rails: minecarts glide through corners and loops instead of snapping 90° at each turn.

    • 313
    • September 20, 2026
  • StreamCraft Live project image

    StreamCraft Live

    StreamCraft Live brings real-time video streaming into Minecraft. Screen share & see each other face-to-face using WebRTC via LiveKit. NOTICE! Make sure you download your OS-specific version. Now available for Windows, Mac (arm64/intel), Linux and Android

    • 8.0K
    • September 19, 2026
  • TheBlockSurvival project image

    TheBlockSurvival

    An optional OS-specific (PC/Mac/Linux) client-side modpack for theblocksurvival.com SMP, MC 26.1.2 with improved performance, visuals, audio, and quality-of-life without adding any gameplay content. Only 1 server-mod requirement: StreamCraft Live.

    • 156
    • September 8, 2026