Compatibility
Minecraft: Java Edition
1.21.4–1.21.11
Tags
Creators
Details
Licensed MIT
Published 13 hours ago
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"


