Dimensional Leap

Quick rating

Dimensional Leap

No reviews yet

Dimensional Leap is a Minecraft mod that transforms items through Nether portals, converting them into other items with possible byproducts, adding strategic depth to exploration.

QoL & Tweaks
Mod Loaders
NeoForge
Minecraft

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

Dev Environment
Client Unsupported
Server Required

About

Project Details

Type
Mod
License
All Rights Reserved
Latest Version
dimensional_leap-1.0.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

Source Issues Wiki Discord

About

Description

次元飞跃

介绍

Dimensional Leap 是一个创新的 Minecraft 模组,它在跨维度旅行期间引入了新的物品转换机制。当物品通过传送门时,它们可能会转化为其他物品,并有机会产生额外的副产品,从而为维度探索增加战略深度和引人入胜的游戏玩法。

主要特点

  • 物品变换:物品在穿过传送门时变换为配置的对应物品
  • 副产品系统:基于几率的次要物品掉落,数量可配置
  • 标签支持:使用 Minecraft 项目标签进行批量配置
  • 完全可定制:通过 JSON 配置定义的所有转换规则

安装要求

  • 我的世界 1.21.1
  • 新锻造

配置指南

配置文件位于 ,其架构如下:config/portalitemtransform/transformations.json

描述
item 源项目 ID 或标签(对标签使用前缀)#
result 转换后的商品 ID
start_dimension 源维度(可选,默认为 Overworld)
target_dimension 目标维度(可选,默认为 Nether)
byproducts 可能的次要丢弃列表

副产品参数

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

完整示例

[
    {
        "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
            }
        ]
    }
]

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:

{
    "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
            }
        ]
    }
]

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

~2,000
Total Downloads
CurseForge
~2,000
Modrinth
<1,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