{"id":52888,"date":"2026-06-03T01:20:50","date_gmt":"2026-06-02T22:20:50","guid":{"rendered":"https:\/\/vpesports.com\/minecraft\/mods\/custom-paintings\/"},"modified":"2026-06-03T01:20:50","modified_gmt":"2026-06-02T22:20:50","slug":"custom-paintings","status":"publish","type":"mod","link":"https:\/\/vpesports.com\/minecraft\/mods\/custom-paintings\/","title":{"rendered":"Custom Paintings"},"content":{"rendered":"<p>> For 1.21 and up check the New Custom Paintings Resource Pack and Datapack using the new Painting variants feature<\/p>\n<p># Custom paintings resource pack<br \/>\nThis Minecraft resourcepack adds some new paintings by using the CustomModelData feature added in 1.14.<\/p>\n<p>It is inspired by the custom paintings used on the Hermitcraft server, as seen in this video (14:53).<\/p>\n<p>## Installation<br \/>\nInstall like any other minecraft resource pack.<\/p>\n<p>## Usage<br \/>\nThe following image shows the paintings available in the resourcepack. You can also add your own.<\/p>\n<p>![Available paintings](https:\/\/cdn.modrinth.com\/data\/LenTtcVx\/images\/3af03c47ce17f8105fa89bc3bda234c28035126f.png)<\/p>\n<p>To get the paintings you have two options: using the _give command_ or using _mukitanuki&#8217;s Custom Roleplay Data datapack_.<\/p>\n<p>### Give command<br \/>\nUse the following command to give the player the custom painting defined by the CustomModelData number.<\/p>\n<p>`\/give @p painting{CustomModelData:<number>}`<\/p>\n<p>Where __<number>__ is the painting index as defined in painting.json<\/p>\n<p>### mukitanuki&#8217;s Custom Roleplay Data datapack<\/p>\n<p>Alternatively, and more survival friendly, CurseForge user mukitanuki has created a datapack to change an items CustomModelData tag. You can download it from CurseForge.<\/p>\n<p>Once installed you can run the command `\/trigger CustomModelData set <number>` changing __<number>__ for the index of the painting.<\/p>\n<p>Check the CurseForge page for complete instructions on this datapack<\/p>\n<p>## Adding custom paintings<br \/>\nPaintings in this resourcepack are composed of 16 by 16 pixels tiles, although the texture can be upscaled.<\/p>\n<p>### Textures<br \/>\nPlace your textures (in png format) into `assetsminecrafttexturesitempaintings` directory inside the resource pack. They can also be placed inside their own subdirectory to keep them organized.<\/p>\n<p>### Models<br \/>\nCreate a new .json file for each painting you want to add in `assetsminecraftmodelsitempaintings`. You can also place this files inside of their own subdirectory.<\/p>\n<p>Copy and paste the next code into the file you just created and change the text between quotes after the following properties:<\/p>\n<p>    {<br \/>\n        &#8220;parent&#8221;: &#8220;item\/paintings\/master_painting&#8221;,<br \/>\n        &#8220;credit&#8221;: &#8220;YOUR_NAME&#8221;,<br \/>\n        &#8220;texture_size&#8221;: [16, 16],<br \/>\n        &#8220;textures&#8221;: {<br \/>\n            &#8220;0&#8221;: &#8220;item\/paintings\/YOUR_TEXTURE&#8221;,<br \/>\n            &#8220;1&#8221;: &#8220;painting\/back&#8221;,<br \/>\n            &#8220;particle&#8221;: &#8220;item\/paintings\/YOUR_TEXTURE&#8221;<br \/>\n        }<br \/>\n    }<\/p>\n<p>&#8211; &#8220;credit&#8221;: Change _YOUR_NAME_ for the message to credit you with this painging.<br \/>\n&#8211; &#8220;texture_size&#8221;: Change this numbers if your painting is not 16 by 16 pixels.<br \/>\n&#8211; &#8220;0&#8221; and &#8220;particle&#8221;: Change _YOUR_TEXTURE_ for the name of your texture withouth the `.png` extensions. If you placed the textures inside of a directory you also have to include it.<\/p>\n<p>### Adding models to the painting<br \/>\nEdit `assetsminecraftmodelsitempainting.json` and add a comma after the last _predicate_ line and paste the following code.<\/p>\n<p>    {&#8220;predicate&#8221;: {&#8220;custom_model_data&#8221;:MY_INDEX}, &#8220;model&#8221;: &#8220;item\/paintings\/MY_MODEL&#8221;}<\/p>\n<p>Change:<br \/>\n&#8211; _MY_INDEX_: for the index of the new painting, make sure they are not repeated or it will override another painting.<br \/>\n&#8211; _MY_MODEL_: change my model for the name of the `.json` file you created in the previous step, without the file extensions. If you placed your file inside of a directory remember to include it as well.<\/p>\n<p>## Credits<br \/>\nFirst 4 sample paintings in the resource pack are created from art released under CC0 license by ansimuz. You can find the original images at the next links:<\/p>\n<p>&#8211; Painting 1 &#8220;River&#8221; &#8211; Top Down River &#8211; Shooter Environment by ansimuz<br \/>\n&#8211; Painting 2 &#8220;Forest&#8221; &#8211; Forest Background  by ansimuz<br \/>\n&#8211; Paintings 3 and 4 &#8220;Mountain&#8221; &#8211; Mountain at Dusk Background by ansimuz<br \/>\n&#8211; Paintings 5 to 10 &#8220;Road&#8221; &#8211; Country Side Platform Tiles by ansimuz<\/p>\n<p>The rest of the paintings are created based on public domain images. You can find the originals in the next links:<\/p>\n<p>&#8211; Paintings 11 to 14 &#8220;Port&#8221; &#8211; Cumulus Clouds, East River by Robert Henri<br \/>\n&#8211; Paintings 15 to 26 &#8220;Bridge&#8221; &#8211; Florence by Henryk Dietrich<br \/>\n&#8211; Paintings 27 to 30 &#8220;Sunset&#8221; &#8211; Sunset by Frederic Edwin Church<br \/>\n&#8211; Paintings 31 to 32 &#8220;Fairy Nebula&#8221; &#8211; The Fairy of Eagle Nebula by NASA, ESA, and The Hubble Heritage Team (STScI\/AURA)<br \/>\n&#8211; Paintings 33 to 36 &#8220;Cone Nebula&#8221; &#8211; Cone Nebula\/NGC 2264 by NASA, H. Ford (JHU), G. Illingworth (UCSC\/LO), M.Clampin (STScI), G. Hartig (STScI), the ACS Science Team, and ESA_Star-Forming_Pillar_of_Gas_and_Dust.jpg)<br \/>\n&#8211; Painting 37 &#8220;Flowers&#8221; &#8211; Still Life with Flowers in a Glass Vase by Jan Davidsz. de Heem<br \/>\n&#8211; Painting 38 to 41 &#8220;Temple&#8221; &#8211; brown high-rise building by Lucrezia Carnelos<br \/>\n&#8211; Painting 42 &#8220;Sun&#8221; &#8211; After the Deluge by George Frederic Watts<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Adds some new paintings by using the CustomModelData feature added in 1.14.<\/p>\n","protected":false},"featured_media":52889,"template":"","meta":{"_minecraft_slug":"custom-paintings","_minecraft_project_id":"LenTtcVx","_minecraft_author":"Fuegon","_minecraft_license":"GPL-3.0-only","_minecraft_downloads":882,"_minecraft_follows":6,"_minecraft_client_side":"required","_minecraft_server_side":"unsupported","_minecraft_storage_type":"zip","_minecraft_archive_name":"custom-paintings.zip","_minecraft_size_bytes":147839,"_minecraft_version_count":3,"_minecraft_updated_at":"2026-05-16T07:30:33.858827Z","_minecraft_date_created":"2023-02-08T02:03:28.943826Z","_minecraft_date_modified":"2023-09-24T10:58:08.973586Z","_minecraft_project_url":"https:\/\/modrinth.com\/mod\/custom-paintings","_minecraft_icon_attachment_id":52889,"_minecraft_imported_at":"2026-06-02T22:20:51+00:00","_minecraft_import_hash":"cb1d812a2b89ae616914c3e7ba542294","_minecraft_versions":"","_minecraft_links":"","_minecraft_gallery":"","_minecraft_api_metadata":""},"mod_category":[32,4,156,6,8],"mod_loader":[9],"minecraft_version":[110,111,112,113,114,115,116,117,118,119,120,46,47,48,49,50,51,52,53,54,55,56,57,58,59,36,60],"class_list":["post-52888","mod","type-mod","status-publish","has-post-thumbnail","hentry","mod_category-16x","mod_category-blocks","mod_category-decoration","mod_category-minecraft","mod_category-vanilla-like","mod_loader-minecraft","minecraft_version-1-14","minecraft_version-1-14-1","minecraft_version-1-14-2","minecraft_version-1-14-3","minecraft_version-1-14-4","minecraft_version-1-15","minecraft_version-1-15-1","minecraft_version-1-15-2","minecraft_version-1-16","minecraft_version-1-16-1","minecraft_version-1-16-2","minecraft_version-1-16-3","minecraft_version-1-16-4","minecraft_version-1-16-5","minecraft_version-1-17","minecraft_version-1-17-1","minecraft_version-1-18","minecraft_version-1-18-1","minecraft_version-1-18-2","minecraft_version-1-19","minecraft_version-1-19-1","minecraft_version-1-19-2","minecraft_version-1-19-3","minecraft_version-1-19-4","minecraft_version-1-20","minecraft_version-1-20-1","minecraft_version-1-20-2"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.6 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Custom Paintings - Minecraft<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/vpesports.com\/minecraft\/mods\/custom-paintings\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Custom Paintings - Minecraft\" \/>\n<meta property=\"og:description\" content=\"Adds some new paintings by using the CustomModelData feature added in 1.14.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/vpesports.com\/minecraft\/mods\/custom-paintings\/\" \/>\n<meta property=\"og:site_name\" content=\"Minecraft\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data1\" content=\"3 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/custom-paintings\\\/\",\"url\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/custom-paintings\\\/\",\"name\":\"Custom Paintings - Minecraft\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/custom-paintings\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/custom-paintings\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/custom-paintings-icon-bc12b5f2c2771ac4a3ec9b1d0c57cfc5b369f9b2.png\",\"datePublished\":\"2026-06-02T22:20:50+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/custom-paintings\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/custom-paintings\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/custom-paintings\\\/#primaryimage\",\"url\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/custom-paintings-icon-bc12b5f2c2771ac4a3ec9b1d0c57cfc5b369f9b2.png\",\"contentUrl\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/custom-paintings-icon-bc12b5f2c2771ac4a3ec9b1d0c57cfc5b369f9b2.png\",\"width\":200,\"height\":200},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/custom-paintings\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Mods\",\"item\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/\"},{\"@type\":\"ListItem\",\"position\":3,\"name\":\"Custom Paintings\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/#website\",\"url\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/\",\"name\":\"Minecraft\",\"description\":\"\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Custom Paintings - Minecraft","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/vpesports.com\/minecraft\/mods\/custom-paintings\/","og_locale":"en_US","og_type":"article","og_title":"Custom Paintings - Minecraft","og_description":"Adds some new paintings by using the CustomModelData feature added in 1.14.","og_url":"https:\/\/vpesports.com\/minecraft\/mods\/custom-paintings\/","og_site_name":"Minecraft","twitter_card":"summary_large_image","twitter_misc":{"Est. reading time":"3 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/vpesports.com\/minecraft\/mods\/custom-paintings\/","url":"https:\/\/vpesports.com\/minecraft\/mods\/custom-paintings\/","name":"Custom Paintings - Minecraft","isPartOf":{"@id":"https:\/\/vpesports.com\/minecraft\/#website"},"primaryImageOfPage":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/custom-paintings\/#primaryimage"},"image":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/custom-paintings\/#primaryimage"},"thumbnailUrl":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/06\/custom-paintings-icon-bc12b5f2c2771ac4a3ec9b1d0c57cfc5b369f9b2.png","datePublished":"2026-06-02T22:20:50+00:00","breadcrumb":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/custom-paintings\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/vpesports.com\/minecraft\/mods\/custom-paintings\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/vpesports.com\/minecraft\/mods\/custom-paintings\/#primaryimage","url":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/06\/custom-paintings-icon-bc12b5f2c2771ac4a3ec9b1d0c57cfc5b369f9b2.png","contentUrl":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/06\/custom-paintings-icon-bc12b5f2c2771ac4a3ec9b1d0c57cfc5b369f9b2.png","width":200,"height":200},{"@type":"BreadcrumbList","@id":"https:\/\/vpesports.com\/minecraft\/mods\/custom-paintings\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/vpesports.com\/minecraft\/"},{"@type":"ListItem","position":2,"name":"Mods","item":"https:\/\/vpesports.com\/minecraft\/mods\/"},{"@type":"ListItem","position":3,"name":"Custom Paintings"}]},{"@type":"WebSite","@id":"https:\/\/vpesports.com\/minecraft\/#website","url":"https:\/\/vpesports.com\/minecraft\/","name":"Minecraft","description":"","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/vpesports.com\/minecraft\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"}]}},"_links":{"self":[{"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/mod\/52888","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/mod"}],"about":[{"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/types\/mod"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/media\/52889"}],"wp:attachment":[{"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/media?parent=52888"}],"wp:term":[{"taxonomy":"mod_category","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/mod_category?post=52888"},{"taxonomy":"mod_loader","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/mod_loader?post=52888"},{"taxonomy":"minecraft_version","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/minecraft_version?post=52888"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}