▶️ ЗАБЕРИ СВОИ 8 ПОДАРКОВ 🎁 ПРИ СОЗДАНИИ СВОЕГО МАЙНКРАФТ СЕРВЕРА
Моды/Dimensional Leap
Dimensional Leap

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.

Оцените первым
211
1

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:

FieldDescription
itemSource item ID or tag (use # prefix for tags)
resultTransformed item ID
start_dimensionSource dimension (optional, defaults to Overworld)
target_dimensionDestination dimension (optional, defaults to Nether)
byproductsList 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
            }
        ]
    }
]

Часто задаваемые вопросы

Совместимость

Minecraft: Java Edition

1.21.x

Платформы

Поддерживаемые окружения

Сервер

Создатели

Детали

Лицензия:
Опубликован:1 год назад
Обновлён:1 год назад
Главная