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

LeafGrapple Resourcepack

A demo resourcepack for LeafGrapple plugin

Загрузки
35
Подписчики
0
Обновлён
10 мая 2026 г.
Лицензия
MIT

Опубликован 10 мая 2026 г.

LeafGrapple Demo Resourcepack

This is a demo resourcepack for the LeafGrapple plugin:https://modrinth.com/plugin/leafgrapple
It provides example item models, textures, and configurations to showcase grappling hook functionality in-game.

  • Demonstrates modern item models and legacy CustomModelData usage
  • Includes sample textures for grappling hooks and visible hook-chain effects

Resource Pack / ItemsAdder Models

LeafGrapple supports two model methods. Choose one method for each grapple type.

CustomModelData Resource Pack(Demo-CMD pack)

Use this if you are using a normal Minecraft resource pack.

hooks:
  wood:
    item: PAPER:50000
    display-item: PAPER:50001

ItemsAdder Modern Graphics(Demo-itemsadder pack)

Use this if your server uses ItemsAdder.

hooks:
  wood:
    item-material: PAPER
    item-model: "leafgrapple:wood_grapple"
    display-item-material: PAPER
    display-item-model: "leafgrapple:wood_grapple_head"

Комментарии

Загружаем…