Skip to content

Resource Pack

fishstiz edited this page Mar 12, 2025 · 2 revisions

Important

The Minecraft Cursor Wiki has moved to:
https://fishstiz.github.io/minecraft-cursor-wiki/.

This page will no longer be updated.



Resource Pack Template

You can choose to start with this resource pack template which is just the built-in resource pack for Minecraft Cursor:

https://github.com/user-attachments/files/18857805/Minecraft.Cursor.v3.3.0.zip

The File Structure

assets/
├── minecraft-cursor/   <!-- This is the namespace for Minecraft Cursor -->
│   ├── atlases/
│   │   └── cursors.json    <!-- (Optional) Settings for each Cursor --> 
│   └── textures/
│       └── cursors/
│           ├── <cursor-key>.png        <!-- The Cursor Texture -->
│           └── <cursor-key>.png.mcmeta <!-- (Optional) Animation Data -->
├── pack.mcmeta <!-- https://minecraft.wiki/w/Pack.mcmeta -->
└── pack.png    <!-- The Resource Pack Icon -->

The Cursor key

Each cursor has an associated key. This is used as the file name of the texture and (optional) animation data, and the key for custom configuration in cursors.json.


Next: All Cursors
View all Cursors, their keys, and their uses.

Clone this wiki locally