How do I make a map render an Image across multiple maps in item frames

Discussion in 'Plugin Development' started by Wactus, Feb 2, 2021.

Thread Status:
Not open for further replies.
  1. Offline

    Wactus

    In my plugin I render images to a map, but they are fairly low quality (as to be expected with 128x128 maps) but I want to know if I can have an image across multiple maps in an item frame grid.

    Any help is appreciated, Thank You!
     
  2. Offline

    Kars

    Yes. Just split the image up into segments and render them as you would a single image.
     
  3. Offline

    Wactus

    So just treat them as individual maps? I am asking because that would be hard to do if I want to update the image often.

    Actually that wouldn't be too hard to do with a for loop but how would I go about splitting up the image?

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: Feb 2, 2021
  4. Offline

    Kars

    Paint?
     
    Wactus likes this.
Thread Status:
Not open for further replies.

Share This Page