Displayers is a small mod that adds 2 main blocks and some resources for them. Texture Displayer and Item Displayer
Item Displayer
allows to render Item in world with can be useful for people who wants something like placeable items to be more advanced
Texture Displayer
allows to render ANY texture if path is correct. Also supports web images[1] and can animate texture strips[2]
[1] Web Images
You can import web images via command /url_image [identifier] "[url]"
[identifier] : an ID of your image for later usage
"[url]" : a link to an Image. Should be quoted! (imgur is good choice to use)
also you can put REMOVE_ALL in identifier to remove all loaded images /url_image REMOVE_ALL ""
and get all existing textures /url_image GET_ALL "" or check your world folder saves/world/world_files/loaded_texture_urls.json to directly access all loaded images
now to utilize it you need to put displayers:textures/imported/[identifier] in Texture displayer
ATTEMPTING TO PUT NOT PATH STRINGS [ COMMANDS ] MIGHT RESULT IN CRASH!
[2] Texture strips
Texture strips are vertical images used by minecraft for animated objects like magma or sea lantern. Texture handlers have support for that too.
How to get
with some chance diamond ores can drop diamond prism used for crafting (all crafts gonna be unlocked after aquiring first prism)
TIP : use show tooltips in Displayers to understand what does what
Links
CurseForge Discord