
Dimensional Leap
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 ModrinthDimensional 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
- Item Transformation: Items transform into configured counterparts when passing through portals
- Byproduct System: Chance-based secondary item drops with configurable quantities
- Tag Support: Bulk configuration using Minecraft item tags
- Fully Customizable: All conversion rules defined through JSON configuration
Installation Requirements
- Minecraft 1.21.1
- NeoForge
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
}
]
}
]
- Edition: Minecraft Java
- File type: .jar
- Minecraft version listed: 1.21.1
- How to install: Install the matching mod loader (Forge, Fabric or NeoForge) for your Minecraft version. → Download the .jar. → Put it in the .minecraft/mods folder and launch that loader profile.
- Where to get it: Opens on Modrinth — not every file is mirrored on our own servers.
Install steps are the general flow for this file type — How to install Minecraft Java mods & modpacks walks through it step by step.
- Ships as dimensional_leap-1.0.jar — drop this file into the mods folder
- Download size: 70 KB
- Download link checked 9 Sept 2026 — working
These come from our own check of the pack file, not from the source page.