Моды/Pommel - Held Item Models
Pommel - Held Item Models

Pommel - Held Item Models

Fabric mod that allows resource pack creators to overwrite the models for held items just like the spyglass and trident

70.2K
67
Все версии[1.20.1] Pommel - Held Item Models 1.2.1+1.20.1

[1.20.1] Pommel - Held Item Models 1.2.1+1.20.1

Release2 мес. назад

Список изменений

Additions:

  • New predicate: pommel:first_third_person

    • Value of 0.5 changes the model specified when in first person, value of 1.0 changes the model when in third person.
    • Example JSON:
    {
      "parent": "minecraft:item/handheld",
      "textures": {
        "layer0": "minecraft:item/stick"
      },
      "overrides": [
        { "predicate": { "pommel:first_third_person": 0.5 }, "model": "minecraft:item/pommel_held_models/wooden_axe" },
        { "predicate": { "pommel:first_third_person": 1.0 }, "model": "minecraft:item/pommel_held_models/golden_axe" }
      ]
    }
    
    
    • Item will change to custom "wooden_axe" model when in first person, and will change to custom "golden_axe" model when in third person. Other cases will render "stick".

Fixes:

  • Using an item with is_used predicate will now properly reset when swapping to a new item. Before it could change item models for a couple ticks when you switch to a new item.
  • Fixed a crash when right clicking with a shield with a banner pattern, or other similar items that have component range values.
  • Predicate is_submerged will now properly work with thrown item entities. Item entities will now properly change to the specified is_submerged model when in water, and will stay in that state when out of water.
    • Before, item entities would only use the is_submerged model even when they weren't suppposed to.

Файлы

pommel-held-items-1.2.1+1.20.1.jar(41.79 KiB)
Основной
Скачать

Метаданные

Канал релиза

Release

Номер версии

1.2.1+1.20.1

Загрузчики

Fabric

Версии игры

1.20.1

Загрузок

396

Дата публикации

2 мес. назад

Загрузил

TimmyChipsTimmyChips

ID версии

Главная