Back to mods
Reliable Replacer project artwork

CurseForge · Minecraft mod

Reliable Replacer

A lightweight utility for replacing one block with another, both during worldgen and afterward.

Choose a version Pick your version below, then grab the matching file.

Quick answer

Which Reliable Replacer release matches Fabric?

Updated 4 days ago
Best match for your filters Reliable Replacer Fabric 1.21.1 - 1.7.0
Game version 1.21.1
Loader Fabric

Reliable Replacer Fabric 1.21.1 - 1.7.0 targets 1.21.1 with Fabric. The project page does not say whether this file belongs on the client, dedicated server, or both. No extra mods listed for this file.

Where it goes

Is Reliable Replacer required on the client, server, or both?

The project page does not say whether this file belongs on the client, dedicated server, or both.

Client Source doesn’t say
Dedicated server Source doesn’t say
Loader for this release Fabric
Required install it here Optional supported, not mandatory Not supported do not install here Source doesn’t say do not assume

The source does not explicitly classify this release as client-only or server-only.

What else does Reliable Replacer Fabric 1.21.1 - 1.7.0 need?

Reliable Replacer Fabric 1.21.1 - 1.7.0 on Fabric. Every mod below is checked against that same setup.

No extra mods listed for this file

This file does not list any required mods. Do not add a library just because a different file uses it.

2 listed on this file 2 pulled in by those mods
YetAnotherConfigLib Optional for Reliable Replacer Fabric 1.21.1 - 1.7.0
optional
Matching file found Matched file: 3.8.2 for fabric 1.21.1
YetAnotherConfigLib (YACL) Optional for Reliable Replacer Fabric 1.21.1 - 1.7.0
optional
Matching file found Matched file: 3.8.2+1.21.1-fabric
Fabric API Needed by YetAnotherConfigLib
pulled in
Matching file found Matched file: [1.21.1] Fabric API 0.116.15+1.21.1
Fabric API Needed by YetAnotherConfigLib (YACL)
pulled in
Matching file found Matched file: 0.116.15+1.21.1

2 extra mods were pulled in by other dependencies. Indented rows show who needs each one. We only count dependency files that match this setup. A file for another loader does not fill the gap.

Before you install it

Add Reliable Replacer without breaking your instance.

Built for Reliable Replacer Fabric 1.21.1 - 1.7.0 on Fabric. Pick another file and the loader, install side or required mods may change.

  1. 01

    Stick to this file

    Use Reliable Replacer Fabric 1.21.1 - 1.7.0. It targets 1.21.1 with Fabric; another release may have different loader, side or dependency requirements.

  2. 02

    Bring the mods it needs

    This file does not list any required mods. Do not add a library just because a different file uses it.

  3. 03

    Put it on the correct side

    The project page does not say whether this file belongs on the client, dedicated server, or both.

  4. 04

    Pick the file you checked

    Use the “Get this file” button beside Reliable Replacer Fabric 1.21.1 - 1.7.0. It opens that exact file at the source.

About this project

What does Reliable Replacer add?

Reliable Replacer

forge fabric neoforge

A lightweight utility for replacing one block with another, both during worldgen and afterward. This mod allows modpack creators to effortlessly ban items or restrict their usage using standard JSON files, without the need for complex scripts.

What About Block Swap?

I'm glad you asked! I made Reliable Replacer because of some of my personal frustrations with Block Swap. Here are some reasons to consider switching!

  • Reliable Replacer is frequently updated and supports the latest versions, while as of the time of writing this, Block Swap is stuck on 1.20.1.
  • Live config reloading! Run /reload and see your changes instantly take place.
  • Reliable Replacer is fully server-side, so it's compatible with Vanilla clients!
  • Advanced filtering:
    • Filter swaps by biome, dimensions, coordinates, or structure!
    • Toggle retrogen on or off per rule.
    • Toggle player placement replacing per rule.
    • Filter swaps by specific Block State Properties (e.g., lit=true, half=upper).
    • Only replace a block if its neighbors (up, down, etc.) match a specific ID.
    • Define a percentage chance for a rule to trigger.
  • Much more flexible configuration, supporting simple JSON configuration in user-defined folders and integrating with Cloth Config.
  • Per-rule toggleable persistence:
    • Decide if replacement blocks should inherit the properties of the old block.
  • Doesn't require any external libraries.

Migrating From Block Swap

Making the switch is easy! Reliable Replacer supports a legacy format designed to work exactly like Block Swap's configuration.

When you first launch the game with Reliable Replacer installed, a swapper.json file will be automatically generated in your config/reliable_replacer folder. This file uses a simple key-value pair format identical to Block Swap.

To migrate, simply copy the "swapper" block from your old configuration into this file:

{
  "swapper": {
    "oreganized:lead_door": "supplementaries:netherite_door",
    "farmersdelight:rope": "supplementaries:rope",
    "minecraft:dirt": "minecraft:stone",
    ...
  }
}

Note: Rules defined in swapper.json automatically inherit default settings, which are in full parity with Block Swap (retrogen enabled, replace on player placement, etc.). For more advanced control, use the standard rule format.

Features

A full feature list is available on the Modded Minecraft Wiki.

For information and examples on how to use the mod, please also refer to the wiki.

Quick-Start Example

Create a file called my_replacement.json, or whatever else you'd like, in config\reliable_replacer:

[
  {
    "inputs": [
      "minecraft:dirt"
    ],
    "output": "minecraft:diamond_block",
    "biomes": [
      "minecraft:plains"
    ],
    "min_y": "-30",
    "max_y": "64",
    "player_blocks": true,
    "keep_nbt": true
  },
  {
    "inputs": [
      "minecraft:stone"
    ],
    "output": "minecraft:gold_ore"
  }
]

License

Code license (MIT)


discord-plural github-plural

Project description from CurseForge.

Pick your setup

Reliable Replacer by Minecraft version and loader

Choose the version and loader you play, then open the matching release.

8 available setups

Check the dependencies, then try the file in a copied instance before changing a world you care about.

Recent files

Reliable Replacer versions and loaders

50 of 100 releases match
Clear filters

Looking for an older file? The official CurseForge project page is in Resources.