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.
Includes quality of life improvements and small tweaks to enhance and customize gameplay.
Neoforge is a fork of the Minecraft Forge available for versions 1.20.1+ of Minecraft. Many Forge mods are compatible with Neoforge and vice versa.
Community voices
Reviews
Click once to include, again to exclude, again to clear
No reviews yet. Be the first to review this project!
Get it on
Available Platforms
Compatibility
Supported Environments
About
Project Details
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.
Use HTML for any page that supports it, or Markdown for README files and Markdown-based descriptions.
Identifiers
Platform IDs
Resources
External Links
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
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
By the numbers
Statistics
Want to reach Minecraft players?
We're looking for a server hosting partner to feature here and other parts of the site. Interested? Send us a message!
Get in touchGet it on
Available Platforms
On ModDex
Community snapshot
By the numbers
Statistics
Resources