FancySprites

Quick rating

FancySprites

No reviews yet

Client-side mod for custom animated sprites in GUI and HUD.

Mod Loaders
Fabric
Minecraft

Community voices

Reviews

Versions
Loading versions…
Match includes

Click once to include, again to exclude, again to clear

Rating Any
Any 0.5 1.0 1.5 2.0 2.5 3.0 3.5 4.0 4.5 5.0
Min
Max
Play Status
Reviews
Time Played
hrs+
Verified developers only
Has developer response
List view
Grid view
Compact view
Sort by
Date
Rating
Helpful
Unhelpful
Edited
Sort ascending
Delete this review?

This removes your review from the project. You can write a new review after.

Review submitted for moderation

Your review has been sent to moderators, who will check that it meets our guidelines before it appears publicly.

No reviews yet. Be the first to review this project!

Get it on

Available Platforms

Compatibility

Supported Environments

Dev Environment
Client Required
Server Unsupported

About

Project Details

Type
Mod
License
MIT License
Latest Version
1.0.0
Authors

For authors

Embed Badge

If you're the author of this project, you can embed a live badge anywhere that supports HTML or Markdown. It updates automatically whenever ratings change.

Custom banner text
ModDex rating badge preview

Use HTML for any page that supports it, or Markdown for README files and Markdown-based descriptions.

Identifiers

Platform IDs

Modrinth ID

Resources

External Links

About

Description

FancySprites

A mod that lets you place sprites on containers (inventory) on the HUD and GUI—to put it simply

An example of a sword sprite stuck in the inventory

fsprites/sword.mcmeta

{
  "enabled": true,
  "description": "Example of a sword-themed sprite - Log :3",
  "id": "sword",
  "gui": ["minecraft:inventory"],
  "anchor": "top_right",
  "z_index": 1,
  "pos": [200, -35],
  "scale": 0.22
}

and in fsprites/sword, the image 0.png Here's an example of a sword

There are many parameters:

Property Type Default Description
enabled bool - Required. Set to true to load the sprite (but the sprite can be enabled or disabled in the menu)
id string - Required. ID, also used as the name
visible bool true Sprite visibility
gui string or array of strings minecraft:* Target GUIs; exact identifiers, wildcards, and negation are supported, e.g., “!minecraft:game”
anchor string top_left Positioning anchor point
pos [x, y] [0, 0] Position offset from anchor
rot int 0 Rotation in degrees
scale float 1.0 Scaling factor
opacity float 1.0 Transparency (0.0–1.0)
z_index int 0 Layer (positive=above, negative=below)
blend string normal Blend mode
fit string stretch Texture scaling mode
width int/auto auto Sprite width
height int/auto auto Sprite height
origin [x, y] [0, 0] Rotation/scale center
screen_space bool false Use screen coordinates instead of GUI-relative coordinates
animation object - Animation configurations

For anchor

top_left     top     top_right
  left      center     right
bottom_left  bottom  bottom_right

For gui

minecraft:inventory              minecraft:chest
minecraft:creative_inventory     minecraft:large_chest
minecraft:furnace                minecraft:crafting_table
minecraft:anvil                  minecraft:enchanting_table
minecraft:beacon                 minecraft:brewing_stand
minecraft:dispenser              minecraft:hopper
minecraft:shulker_box            minecraft:barrel
minecraft:villager               minecraft:horse
minecraft:game                   minecraft:* (all screens)

For blend

  • normal - Стандартное альфа-смешивание графического интерфейса Minecraft
  • Еще и additive multiply screen

Animation Easing

  • none, linear, ease_in, ease_out, ease_in_out
  • bounce, elastic, step, smooth

In ESC, there is a FancySprites button in the lower-right corner to open the mod menu Mod menu здесь можно включать и выключать спрайты которые сделали

Examples of sprites in a RAR archive Move all the sprites inside to the fsprites/ directory

Screenshots

Gallery

  • Example
    Example
  • MCMETA example file
    MCMETA example file
  • Mod menu
    Mod menu
  • Location of the button to open the mod menu
    Location of the button to open the mod menu

Versions

Files

Relations

Project Relations

More like this

Similar Mods

Suggestions use data such as tags, dependencies, dependents, descriptions, titles, and more to rank how much they overlap with this mod.

On ModDex

Community snapshot

0
Ratings
0
Followers
0
In stacks

By the numbers

Statistics

<1,000
Downloads
Last Updated
CurseForge
Created
Last synced
When ModDex last fetched this project from CurseForge or Modrinth. Every project is re-checked on a schedule, and any project that ships a new file is synced automatically within hours of the release.
New file updates sync automatically
How syncing works