Перейти к содержимому
Mineforgian

Shimmer

Adds the shimmer liquid from Terraria into Minecraft

913 загрузок28 подписчиковCC0-1.0fabric

Обновлён 23 октября 2022 г. · опубликован 15 октября 2022 г.

  • Uncrafting
  • Shimmer Cloak
  • Strange Aether Sight
  • The Aether

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"
      }
    }
  ]
}

Версии

ВерсияКаналИграЗагрузчикиДатаСкачать
v1.1.0Релиз1.18.2fabric23 октября 2022 г..jar (173 КБ)
1.0.0Релиз1.18.2fabric15 октября 2022 г..jar (147 КБ)

Ченджлог

v1.1.0Релиз1.18.2 · 23 октября 2022 г.

The aether structure now generates in geode-like formations

Added a stronger aether sight potion with a unique ability

Added transmutation recipes from diorite, andesite, and granite. No more easy quartz

Fixed flowing shimmer having half-resolution textures

Removed stars from shimmer shader for not being performant

1.0.0Релиз1.18.2 · 15 октября 2022 г.

Initial release

  • shimmer fluid
  • basic world generation
  • phasing effect
  • uncrafting for shaped, shapeless, and smelting recipes
  • data-driven transmutations
  • armor piece to become immune to shimmer

Полная история изменений — на Modrinth.

Комментарии

Загружаем…