how to make animated character by png file in resource pack? #114
Unanswered
BredyAK
asked this question in
Help Wanted
Replies: 1 comment 1 reply
-
|
I think the answer here is most likely that it's not supported yet--I haven't explicitly tested with making animated text characters. It is something I'd be willing to look into adding. Could you upload a sample resource pack that shows what you are currently testing, if possible? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
hi there, how could i use a png file with a
.(more)mcmetato display animated characters in a resource pack? what i mean is, i want to edit the fileassets/minecraft/font/default.jsonto make some character rendered as image, such as:{ "providers": [ { "type": "bitmap", "file": "bukera_island:ui/titles/burning_ashes.png", "ascent": 16, "height": 16, "chars": [ "我" ] } ] }then if i send "我" in chat, the unicode will become a gif. i've tried to add a
.mcmetafile or.moremcmetafor the source png, but it seems not work, it just display the whole static image.Beta Was this translation helpful? Give feedback.
All reactions