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

Shimmer

Adds the shimmer liquid from Terraria into Minecraft

838
27

World Generation

Shimmer can be found in small caves generating under the surface. Just be careful not to fall in...

Phasing

Touching shimmer will cause you to enter an incorporeal state, unable to do anything while slowly sinking through the ground. You only regain control when entering an empty space.

Uncrafting

Some items that come into contact with shimmer get deconstructed into their base components.

For pack devs: Items tagged with shimmer:dont_uncraft won't be uncrafted. Items tagged with shimmer:dont_uncraft_into will prevent choosing recipes containing them when uncrafting other items.

Transmutation

An even more select section of items get transformed into something wholly unique. It might be something familiar, or it might be something new?

For pack devs: Transmutations are data-driven, allowing them to be easily added through datapacks. They take priority over uncrafting.

Example json: phasing_potion.json
{
  "type": "shimmer:transmuting",
  "input": {
    "item": "minecraft:potion"
  },
  "output": [
    {
      "item": "minecraft:potion",
      "nbt": {
        "Potion": "shimmer:phasing"
      }
    }
  ]
}

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

Minecraft: Java Edition

1.18.x

Платформы

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

Клиент и сервер

Создатели

Детали

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