Skip to content

Custom Paintings

Luke100000 edited this page Oct 27, 2023 · 2 revisions

In addition to uploading paintings via in-game, you can add datapacks.

Instead of a proper docu, here is a example datapack: https://github.com/Luke100000/ImmersivePaintings/tree/1.19/exampleDataPack

In general, just add .pngs (and only pngs!) with a json file describing it:

{
	"name": "Your Painting Name",
	"author": "Your Name",
	"resolution": 16,
	"width": 5,
	"height": 3,
        "graffiti": false
}

Remember that file names may only contain lower case a-z, 0-9 and _.

Here the link to the DataPack wiki, might be helpful: https://minecraft.fandom.com/wiki/Data_pack

Clone this wiki locally