-
Notifications
You must be signed in to change notification settings - Fork 4
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.
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
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 -->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
|