how to do this #43
-
| Im asking how to do this Im not 100% sure that its made by this mod, but i somehow made it before. But i forgot how to do it |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
|
There isn't currently a way to create lore images. It was suggested a long time ago, but I never ended up adding it. For now I've written a quick and dirty JavaScript converter program. Copy and paste this code into the console of a new tab (Ctrl + Shift + I > Console), and then run Since this has been suggested a couple times now, I'll prioritize it! |
Beta Was this translation helpful? Give feedback.

There isn't currently a way to create lore images. It was suggested a long time ago, but I never ended up adding it.
I did some searching, and I was surprised that the best alternative that I could find was a very outdated Spigot plugin: https://www.spigotmc.org/resources/image-reader-images-in-chat-item-lore.16077/.
I did find https://cloudwolfyt.github.io/pages/gens/image-json.html which conveniently runs in the browser, but it doesn't seem to work for lore, only
/tellraw. This isn't very easy to convert, since/tellrawallows\nand each additional entry doesn't go onto a new line.For now I've written a quick and dirty JavaScript converter program. Copy and paste this code into the co…