
A simple mod that adds two new blocks (and items to craft it) that able to render stuff
block that allows you to render item model (with some tweaks like rotation , position , brightness )

block that allows you to render item model (with some tweaks like rotation , position , brightness )
(animated imported strips are 10,000x10,000 resolution max)

block that allows you to render text

allows you to see blocks (they are usually invisible like barrier block and will appear on screen as 2d marker if glasses are on)

to start you would need to get diamond prism with is dropped from diamond ores with 20% chance

after that all recipes would show up in MISC tab in crafting table
texture displayers allow web imported images. For example:
/url_image image_id "url_link"
image_id : identifier for loaded image (spaces or special chars are not allowed)
image_id is also can be used to remove or get all images (REMOVE_ALL / GET_ALL )
url_link : a link to an image (imgur is the best option)
can be used to remove specific image
should work in both singleplayer and multiplayer but would require some access to server (level 2 permissions) to run this command
/maxDisplayersRenderDistance
controls the max possible distance that admins can set
(65 - 1024) (128 defult)
in case you want to access loaded images go to saves/world/world_files/loaded_texture_urls.json
Special thanks to Meidde for helping with testing mod and giving suggestions