Back to mods
One Enough Block project artwork

CurseForge · Minecraft mod

One Enough Block

Easily specify replacing one block with another.

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

Quick answer

Which One Enough Block release should I use?

Updated 29 days ago
Latest stable file OneEnoughBlock-neoforge-26.1.2-1.0.0.jar
Game version 26.1.2
Loader NeoForge

One Enough Block OneEnoughBlock-neoforge-26.1.2-1.0.0.jar targets 26.1.2 with NeoForge. The project page does not say whether this file belongs on the client, dedicated server, or both. All 3 required mods have matching files.

Where it goes

Is One Enough Block 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 NeoForge
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 One Enough Block OneEnoughBlock-neoforge-26.1.2-1.0.0.jar need?

OneEnoughBlock-neoforge-26.1.2-1.0.0.jar. Change the file and its required mods may change too.

All 3 required mods have matching files

Install One Enough Item, One Enough Lib, One Enough Lib first. We found matching files for this game-version and loader setup. 2 come through another mod in the chain.

1 listed on this file 2 pulled in by those mods
One Enough Item Needed by One Enough Block OneEnoughBlock-neoforge-26.1.2-1.0.0.jar
required
Matching file found Matched file: OneEnoughItem-neoforge-26.1.2-1.0.0.jar
One Enough Lib Needed by One Enough Item
pulled in
Matching file found Matched file: OELib-neoforge-26.1-0.2.3-dev2.jar
One Enough Lib Needed by One Enough Item
pulled in
Matching file found Matched file: 0.2.3-dev2

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 One Enough Block without breaking your instance.

Built for One Enough Block OneEnoughBlock-neoforge-26.1.2-1.0.0.jar. Pick another file and the loader, install side or required mods may change.

  1. 01

    Stick to this file

    Use OneEnoughBlock-neoforge-26.1.2-1.0.0.jar. It targets 26.1.2 with NeoForge; another release may have different loader, side or dependency requirements.

  2. 02

    Bring the mods it needs

    Install One Enough Item, One Enough Lib, One Enough Lib first. We found matching files for this game-version and loader setup. 2 come through another mod in the chain.

  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 OneEnoughBlock-neoforge-26.1.2-1.0.0.jar. It opens that exact file at the source.

About this project

What does One Enough Block add?

One Enough Block

Does your modpack have three kinds of orange trees or four kinds of silver ore? Or do you just want to wipe out useless naturally generated ores like copper?

With One Enough Block, you can conveniently specify which blocks should be replaced with others — easily, flexibly, and powerfully.


Main Features

Load Method 1: via configuration file. Reload using the /reload command.

Path: config/OEB/example.json

[
  {
    "match": [
      "manametalmod:ManaTreeLog",
      "#minecraft:logs"
    ],
    "result": "minecraft:redstone_block"
  },
  {
    "match": ["#minecraft:logs"],
    "result": "minecraft:redstone_block"
  }
]

Load Method 2: via datapack (available since v1.1.0). Requires OEI as a dependency — note that the structure has changed!

Path: data/oeb/replacements/example.json

[
  {
    "matchBlock": ["#minecraft:logs"],
    "resultBlock": "minecraft:redstone_block"
  }
]

Simply list the block IDs you want to replace in the "match" array, and specify the target block under "result". The replacement will automatically take effect in-game.

Supports tag-based matching, allowing you to replace all blocks under a tag at once. Even fluids can be replaced!

Note: Since version 1.1.0, an in-game replacement rule editor is built in! Press CTRL + R by default to open the UI and enjoy a brain-free, zero-code editing experience.(Switch Function -> Page OEB)


Use Cases

Block replacement occurs when creating worlds or loading new chunks, making it ideal for modifying naturally generated blocks such as ores, plants, or structure blocks.

Replacement also applies to any block placement — when a player places a block, it will be immediately replaced if it matches a rule.

Additionally, existing blocks in the world can be replaced retroactively. This feature is disabled by default, but can be enabled in the config file.


Future Plans

None for now.


logs -> reastone block/>/>/>

Project description from CurseForge.

Pick your setup

One Enough Block by Minecraft version and loader

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

6 available setups

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

Recent files

One Enough Block versions and loaders

13 of 13 releases match

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