promotional bannermobile promotional banner
premium banner
Adds displays for items and textures

Description

Logo

A simple mod that adds two new blocks (and items to craft it) that able to render stuff


Item Displayer


block that allows you to render item model (with some tweaks like rotation , position , brightness )

Item Displayer showing Diamond prism


Texture Displayer

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

Texture Displayer showing jigsaw block top texture


Text Displayer

block that allows you to render text

Text displayer showcase


Holographic Glasses

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

holographic glasses


How to start

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

diamond prism image (displayed with Item Displayer)

after that all recipes would show up in MISC tab in crafting table


Web images

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 )

example: /url_image GET_ALL ""


url_link : a link to an image (imgur is the best option)
can be used to remove specific image

example: /url_image [identifier] REMOVE

should work in both singleplayer and multiplayer but would require some access to server (level 2 permissions) to run this command


Admin related stuff

/maxDisplayersRenderDistance
controls the max possible distance that admins can set
(65 - 1024) (128 defult)

 

loaded images

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