HomeJavaModsDimensional Leap
Dimensional Leap
ModsJava

Dimensional Leap

by pumpkin1zz · on Modrinth

This mod allows items to be transformed into other items when passing through portals in specific dimensions, while also providing a chance to obtain…

⬇ Download on Modrinth

Dimensional Leap

Introduction

Dimensional Leap is an innovative Minecraft mod that introduces a new item transformation mechanism during interdimensional travel. When items pass through Nether portals, they may convert into other items with chances to produce additional byproducts, adding strategic depth and engaging gameplay to dimensional exploration.

Key Features

Installation Requirements

Configuration Guide

Configuration file located at config/portalitemtransform/transformations.json with the following schema:

Field Description
item Source item ID or tag (use # prefix for tags)
result Transformed item ID
start_dimension Source dimension (optional, defaults to Overworld)
target_dimension Destination dimension (optional, defaults to Nether)
byproducts List of potential secondary drops

Byproduct Parameters:

{
    "item": "byproduct_item_id",
    "minCount": minimum_quantity,
    "maxCount": maximum_quantity, 
    "chance": probability (0.0-1.0)
}

Complete Example:

[
    {
        "item": "#minecraft:logs",
        "result": "minecraft:crimson_stem",
        "byproducts": [
            {
                "item": "minecraft:crimson_fungus",
                "minCount": 1,
                "maxCount": 3,
                "chance": 0.5
            },
            {
                "item": "minecraft:nether_wart",
                "minCount": 1,
                "maxCount": 2,
                "chance": 0.3
            }
        ]
    }
]
Quick facts

Install steps are the general flow for this file type — How to install Minecraft Java mods & modpacks walks through it step by step.

Verified by MCModsHub

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

Explore more