Dimension Fixer

Quick rating

Dimension Fixer

No reviews yet

Fix hardcoded behavior of dimension mainly for custom dimension.

Custom Dimensions
Bug Fixes
Mod Loaders
Forge
NeoForge
Fabric
Minecraft
26.2

Community voices

Reviews

Versions
Loading versions…
Match includes

Click once to include, again to exclude, again to clear

Rating Any
Any 0.5 1.0 1.5 2.0 2.5 3.0 3.5 4.0 4.5 5.0
Min
Max
Play Status
Reviews
Time Played
hrs+
Verified developers only
Has developer response
List view
Grid view
Compact view
Sort by
Date
Rating
Helpful
Unhelpful
Edited
Sort ascending
Delete this review?

This removes your review from the project. You can write a new review after.

Review submitted for moderation

Your review has been sent to moderators, who will check that it meets our guidelines before it appears publicly.

No reviews yet. Be the first to review this project!

Get it on

Available Platforms

Compatibility

Supported Environments

Where It Runs
Either Side, Better on Both

Works on the client or the server alone, but does more when on both.

About

Project Details

Type
Mod
License
All Rights Reserved
Latest Version
dimensionfixer-neoforge-0.0.10+26.2.jar
Authors
CurseForge
Modrinth

For authors

Embed Badge

If you're the author of this project, you can embed a live badge anywhere that supports HTML or Markdown. It updates automatically whenever ratings change.

Custom banner text
ModDex rating badge preview

Use HTML for any page that supports it, or Markdown for README files and Markdown-based descriptions.

Identifiers

Platform IDs

CurseForge ID
Modrinth ID

Resources

External Links

About

Description

Dimension Fixer

Dimension Fixer can fix hardcoded behavior of dimension mainly for custom dimension.

Features

  • Fix advancement progress and recipe unlock.
  • Fix end dragon fight not starting and exit portal not created (<=[MC 1.21.11])
  • Fix end gateway not working.
  • Fix client The End music not playing.
  • Fix datapack dimension location predicate check.
  • Fix portal search radius (>=0.0.6)
  • Fix sleeping (>=0.0.6 + <=[MC 1.21.11])
  • Override flat check (>=0.0.9)
  • Simple configuration and datapack support.

Can be added to existing modpack or world and can be removed from existing world easly. Please make sure backup your world first.

Suggest new features or fixes for vanilla or modded dimension on GitHub Discussion or Discord would be appreciated.

Usage

You can configure this mod by config or data driven by using datapack.

  • Config (dimensionfixer.json)
{
    "aliases": {
        "minecraft:overworld": {
            "dimension_types": [
                "minecraft:overworld",
                "minecraft:overworld_caves",
                "customdimensiontype:overworld_mirror"
            ],
            "dimensions": [
                "customdimension:overworld_mirror"
            ]
        },
        "minecraft:the_nether": {
            "dimension_types": [
                "minecraft:the_nether",
                "customdimensiontype:the_nether_mirror"
            ],
            "dimensions": [
                "customdimension:the_nether_mirror"
            ]
        },
        "minecraft:the_end": {
            "dimension_types": [
                "minecraft:the_end",
                "customdimensiontype:the_end_mirror"
            ],
            "dimensions": [
                "customdimension:the_end_mirror"
            ]
        },
        "customdimension:dimension": {
            "dimension_types": [
                "customdimensiontype:dimension_mirror"
            ],
            "dimensions": [
                "customdimension:dimension_mirror"
            ]
        },
        "tweaks": {
            "customdimension:dimension": {
                "fix_sleeping": true,
                "fix_portal_search_radius": true,
                "override_flat_check": true
            }
        }
    }
}
  • Datapack
Aliases: In your datapack namespace folder mostly minecraft, create "dimensionfixer" folder with "alias" folder inside. In alias folder create json file with your dimension name with content:
{
    "dimension_types": [
        "test:one"
    ],
    "dimensions": []
}
-> data\{namespace}\dimensionfixer\alias\{dimension}.json

Tweaks: In your datapack namespace folder, create "dimensionfixer" folder with "tweak" folder inside. In tweak folder create json file with your dimension name with content:
{
    "fix_sleeping": true,
    "fix_portal_search_radius": true,
    "override_flat_check": true
}
-> data\{namespace}\dimensionfixer\tweak\{dimension}.json

All tweaks is disabled by default. Fix sleeping is enabled by default for Overworld alias.

Issues

  • [Radium] Use Canary instead for better mod compatibility or manually disable "mixin.ai.poi.fast_portals".
  • [YUNG's Better End Island] Dragon Fight does not start on alias dimension (<=[MC 1.21.11])

There are no new compatibility issues or bugs being reported. Please report it on GitHub so it can be fixed.

Support

🟩 26.1-26.2 / 🟩 1.21.1 / 🟥 1.21-1.21.11 / 🟩 1.20.1 / 🟪 1.16.5 / 🟪 1.12.2

🟩 Supported
🟥 Support Dropped
🟨 In Progress
🟪 Considered

Important Note

This mod only fixes hardcoded dimension behavior. It doesn't link portal (use Dimension Link).

Made for personal gameplay tinkering, server customization, and modpack creation. Feel free to use in modpacks, videos, stream, or similar media. Consider help me financially if you like this mod, I will be really grateful.


See me on GitHub Available on Modrinth Watch me on YouTube Chat with me on Discord Support me on Patreon Support me on Ko-fi Support me on Saweria


Dimension Link World Portal Vanilla World More Cat Variants Passengers Portal Fix Create: Portal Integration Superflat Dimension Amplified Dimension Large Biomes Dimension Mushroom Fields Dimension Beta 1.7.3 Dimension Desert Dimension Badlands Biomes Dimension Forest Biomes Dimension The Void Dimension

Dimension Fixer

Dimension Fixer can fix hardcoded behavior of dimension mainly for custom dimension.

Features

  • Fix advancement progress and recipe unlock.
  • Fix end dragon fight not starting and exit portal not created (<=[MC 1.21.11])
  • Fix end gateway not working.
  • Fix client The End music not playing.
  • Fix datapack dimension location predicate check.
  • Fix portal search radius (>=0.0.6)
  • Fix sleeping (>=0.0.6 + <=[MC 1.21.11])
  • Override flat check (>=0.0.9)
  • Simple configuration and datapack support.

Can be added to existing modpack or world and can be removed from existing world easly. Please make sure backup your world first.

Suggest new features for vanilla or modded dimension on GitHub Discussion or Discord would be appreciated.

Usage

You can configure this mod by config or data driven by using datapack.

Config (dimensionfixer.json)
{
    "aliases": {
        "minecraft:overworld": {
            "dimension_types": [
                "minecraft:overworld",
                "minecraft:overworld_caves",
                "customdimensiontype:overworld_mirror"
            ],
            "dimensions": [
                "customdimension:overworld_mirror"
            ]
        },
        "minecraft:the_nether": {
            "dimension_types": [
                "minecraft:the_nether",
                "customdimensiontype:the_nether_mirror"
            ],
            "dimensions": [
                "customdimension:the_nether_mirror"
            ]
        },
        "minecraft:the_end": {
            "dimension_types": [
                "minecraft:the_end",
                "customdimensiontype:the_end_mirror"
            ],
            "dimensions": [
                "customdimension:the_end_mirror"
            ]
        },
        "customdimension:dimension": {
            "dimension_types": [
                "customdimensiontype:dimension_mirror"
            ],
            "dimensions": [
                "customdimension:dimension_mirror"
            ]
        }
    },
    "tweaks": {
        "customdimension:dimension": {
            "fix_sleeping": true,
            "fix_portal_search_radius": true,
            "override_flat_check": true
        }
    }
}
Datapack

Aliases

In your datapack namespace folder mostly minecraft, create "dimensionfixer" folder with "alias" folder inside. In alias folder create json file with your dimension name with content:

{
    "dimension_types": [
        "test:one"
    ],
    "dimensions": []
}

-> data\{namespace}\dimensionfixer\alias\{dimension}.json

Tweaks

In your datapack namespace folder, create "dimensionfixer" folder with "tweak" folder inside. In tweak folder create json file with your dimension name with content:

{
    "fix_sleeping": true,
    "fix_portal_search_radius": true,
    "override_flat_check": true
}

-> data\{namespace}\dimensionfixer\tweak\{dimension}.json

All tweaks is disabled by default. Fix sleeping is enabled by default for Overworld alias.

Issues

  • [Radium] Use Canary instead for better mod compatibility or manually disable "mixin.ai.poi.fast_portals".
  • [YUNG's Better End Island] Dragon Fight does not start on alias dimension (<=[MC 1.21.11])

There are no new compatibility issues or bugs being reported. Please report it on GitHub so it can be fixed.

Support

🟩 26.1-26.2 / 🟩 1.21.1 / 🟥 1.21-1.21.11 / 🟩 1.20.1 / 🟪 1.16.5 / 🟪 1.12.2

🟩 Supported
🟥 Support Dropped
🟨 In Progress
🟪 Considered

Important Note

This mod only fixes hardcoded dimension behavior. It doesn't link portal (use Dimension Link).

Made for personal gameplay tinkering, server customization, and modpack creation. Feel free to use in modpacks, videos, stream, or similar media. Consider help me financially if you like this mod, I will be really grateful.


See me on GitHub Available on CurseForge Watch me on YouTube Chat with me on Discord Support me on Patreon Support me on Ko-fi Support me on Saweria

Dimension Link World Portal Vanilla World More Cat Variants Passengers Portal Fix Create Portal Integration Superflat Dimension Amplified Dimension Large Biomes Dimension Mushroom Fields Dimension Beta 1.7.3 Dimension Desert Dimension Badlands Biomes Dimension Forest Biomes Dimension The Void Dimension

Screenshots

Gallery

This project has no gallery images yet.

Versions

Files

Relations

Project Relations

More like this

Similar Mods

Suggestions use data such as tags, dependencies, dependents, descriptions, titles, and more to rank how much they overlap with this mod.

On ModDex

Community snapshot

0
Ratings
0
Followers
0
In stacks

By the numbers

Statistics

~64,000
Total Downloads
CurseForge
~26,000
Modrinth
~37,000
Last Updated
CurseForge
Created
CurseForge
Modrinth
Last synced
When ModDex last fetched this project from CurseForge or Modrinth. Every project is re-checked on a schedule, and any project that ships a new file is synced automatically within hours of the release.
New file updates sync automatically
How syncing works