• 6k views 1 today
  • save_alt 793 downloads
Game Version
Minecraft Bedrock
Resolution
1024x
Progress
100% complete
Changes include
  • Art
Added CreditI got all the images from Google
  • 12
  • 8
  • 2
Bedrock Edition
bluujam
Lvl 38Artisan Blockhead Artist
15
featuring the rock
the modified template and the original template is in the image gallery to help line up the paintings

More like this

  Have something to say?

Alex_spouts
01/30/2022 4:07 pm
Level 1 : New Miner
How do I make some?
1
bluujam
02/12/2022 2:33 pm
She/Her • Level 38 : Artisan Blockhead Artist
history
First, you gotta download the base Minecraft texture pack, then copy the textures folder into a new folder. After that you have to make a pack icon (256x256 pixels) and a manifest.json file in the same folder.

here's the template for the manifest! (use notepad or a similar app to make the manifest and change the file name to manifest.json) UUID generator: https://www.uuidgenerator.net/version4

{
"format_version": 2,
"header": {
"description": "Pack Description",
"name": "Pack Name",
"uuid": "UUID 1",
"version": [0, 0, 1],
"min_engine_version": [ minimum game version needed to run the texture pack (1, 17, 0 etc.) ]
},
"modules": [
{
"description": "Pack Description",
"type": "resources",
"uuid": "UUID 2",
"version": [0, 0, 1]
}
]
}


Then you go into textures > painting > kz.png. kz.png is the file with the painting textures. You can edit the file in basically any photo editing program. If you want to make the painting high res, you can scale the image from 256x256 to whatever size.
Then you can just place the pictures that you want onto the kz.png file. After that just save/export it as kz.png and replace the kz.png file in textures with the one you just made.

THEN you

hope this helps :)
1

Welcome