Dimensional Leap
🟠 Updated over a year ago⚠️ Install Order · 2 steps
Install in this order, then this mod last — most mods fail to load without their framework and dependencies in place.
Preview

🔍 Analysis
- 🏆 #17 of 68 neoforge mods in this game by downloads
📋 About This Mod
# 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 - **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**: ```json { "item": "byproduct_item_id", "minCount": minimum_quantity, "maxCount": maximum_quantity, "chance": probability (0.0-1.0) } ``` **Complete Example**: ```json } ] ```
# 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 - 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: ```json { "item": "byproduct_item_id", "minCount": minimum_quantity, "maxCount": maximum_quantity, "chance": probability (0. 0-1. 0) } ```
Complete Example: ```json [ { "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 } ] } ] ```
📊 Mod Details
- Game
- Minecraft Mods
- Author
- pumpkin1zz
- Version
- 1.0
- Downloads
- 229
- Endorsements
- 1
- Category
- neoforge
- Created
- 2/12/2025
- Updated
- 2/11/2025
- Game Versions
- 1.21.1
🔧 How to Install Minecraft Mods Mods
Download from Modrinth. Use Prism Launcher or drop into your mods folder.
📖 Full step-by-step install guide for Minecraft Mods →
Visit the official mod page for specific installation instructions for this mod.
🎮 Need cheat codes or console commands? Check ur gaming wiki for Minecraft Mods commands, item IDs, and more.
❓ Frequently Asked Questions
Which Minecraft Mods versions does Dimensional Leap support?
The author lists 1.21.1. Other versions may work but are untested by the author.
What is the latest version of Dimensional Leap?
Version 1.0, published 2025-02-11 with 229 downloads recorded at the source.
Keep browsing — more Minecraft Mods mods await