Skip to content

Getting Started with Resource Packs

You may start with this resource pack template that contains the built-in textures of Minecraft Cursor:

Minecraft-Cursor.v3.3.0.zip

File Structure

namespace: minecraft-cursor

  • assets
    • minecraft-cursor
      • atlases
        • cursors.json optionalCustom Settings
      • textures
        • cursors
          • <​cursor-key​>.png The Cursor Texture
          • <​cursor-key​>.png.mcmeta optionalAnimation Data
  • pack.mcmeta
  • pack.png

All Cursors

Each cursor has an associated key. This is used as the file name of the texture, animation data, and the key for custom settings.

NOTE

Mods can register new cursors using the Java API.

Name Key Image When it is used
Default default default
  • The default cursor.
  • If another cursor is disabled.

Remaps GLFW_ARROW_CURSOR.

Pointer pointer pointer Hovered over:
  • Discoverable PressableWidget elements.
  • Inventory slots with item/s.
  • Creative inventory tabs.
  • Recipe book tabs and recipes.
  • Available enchantments in the enchanting table.
  • Available stonecutter recipes.
  • Available loom patterns.
  • Advancement tabs.
  • Crafter slots.

Remaps GLFW_POINTING_HAND_CURSOR.

Text text text
  • Hovered over discoverable TextFieldWidget elements.
  • Hovered inside Book and Quill book.

Remaps GLFW_IBEAM_CURSOR.

Grabbing grabbing grabbing
  • Grabbing items in the inventory.
  • Dragging the slider in discoverable SliderWidget elements.

Remaps GLFW_RESIZE_ALL_CURSOR.

Shift shift shift Shift is pressed and mouse is hovered over:
  • Inventory slots with item/s.
  • Creative inventory destroy item slot.
  • Recipe book recipes.
  • Villager trade offers.
Busy busy busy In loading screens:
  • MessageScreen
  • DownloadingTerrainScreen
  • ProgressScreen
  • LevelLoadingScreen
Crosshair crosshair crosshair

Only used for compatibility with other mods.

Remaps GLFW_CROSSHAIR_CURSOR.

Resize EW resize_ew resize_ew

Only used for compatibility with other mods.

Remaps GLFW_RESIZE_EW_CURSOR.

Resize NS resize_ns resize_ns

Only used for compatibility with other mods.

Remaps GLFW_RESIZE_NS_CURSOR.

Resize NWSE resize_nwse resize_nwse

Only used for compatibility with other mods.

Remaps GLFW_RESIZE_NWSE_CURSOR.

Resize NESW resize_nesw resize_nesw

Only used for compatibility with other mods.

Remaps GLFW_RESIZE_NESW_CURSOR.

Not Allowed not_allowed not_allowed

Only used for compatibility with other mods.

Remaps GLFW_NOT_ALLOWED_CURSOR.

Released under the CC0-1.0 License.