▶️ ЗАБЕРИ СВОИ 8 ПОДАРКОВ 🎁 ПРИ СОЗДАНИИ СВОЕГО МАЙНКРАФТ СЕРВЕРА
Моды/FancySprites
FancySprites

FancySprites

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

Оцените первым
42
3

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:

PropertyTypeDefaultDescription
enabledbool-Required. Set to true to load the sprite (but the sprite can be enabled or disabled in the menu)
idstring-Required. ID, also used as the name
visiblebooltrueSprite visibility
guistring or array of stringsminecraft:*Target GUIs; exact identifiers, wildcards, and negation are supported, e.g., “!minecraft:game”
anchorstringtop_leftPositioning anchor point
pos[x, y][0, 0]Position offset from anchor
rotint0Rotation in degrees
scalefloat1.0Scaling factor
opacityfloat1.0Transparency (0.0–1.0)
z_indexint0Layer (positive=above, negative=below)
blendstringnormalBlend mode
fitstringstretchTexture scaling mode
widthint/autoautoSprite width
heightint/autoautoSprite height
origin[x, y][0, 0]Rotation/scale center
screen_spaceboolfalseUse screen coordinates instead of GUI-relative coordinates
animationobject-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

Часто задаваемые вопросы

Совместимость

Minecraft: Java Edition

1.21.x

Платформы

Поддерживаемые окружения

Клиент

Зависимости

Ссылки

Создатели

Детали

Лицензия:
Опубликован:2 месяца назад
Обновлён:2 месяца назад
Главная