
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 additional by-products.
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
}
]
}
]
Как поиграть с друзьями с модом Dimensional Leap?
Мод Dimensional Leap куда интереснее в компании: поднимите сервер Майнкрафт с уже установленным модом, позовите друзей и играйте по своим правилам. Хостинг Майнкрафт для мода Dimensional Leap будет готов за пару минут - BungeeHost сделает всё за вас.
