Mineuniverse
Log in Register
Mods

Dimensional Leap

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.
by pumpkin1zz
Download Claim this project
2,102 downloads
0 likes
Updated Jul 6, 2026
0 hypes
Magic Processing Utility & QoL

次元飞跃

介绍

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-1.0.jar
MC Client, NeoForge, 1.21.1, Server
Release 2025-02-12 Get

More from pumpkin1zz

ShowMySkin
2,825
EternalAppetite
1,157

You Might Also Like

Ignition: Foundry
Melt metals into liquids, make alloys, and cast them into items.
943,280
EFab
EFab steampunk styles crafting system
929,184
Kiln (Fabric)
Companion to smoker and blast furnace for smelting stones, sands, bricks, and more. Request from BluKat.
95,837
Low Tech Crafting
Adds a version of the vanilla Crafting Table that can be accessed by automation
91,378
Spider's Hack
adds hacks to play differently in a survival world
9,963
Coal Processing Machine
Uses compressed coal to create diamonds
9,735