3

How to change the version of a Minecraft Texture Pack?

MaximusPrime2312/8/24 7:44 am
12/8/2024 10:13 pm
ScotsMiser
Posted by
MaximusPrime23
Level 42 : Master Vampire Nether Knight
84

Create an account or sign in to comment.

2

ScotsMiser
12/08/2024 10:13 pm
Level 54 : Grandmaster Miner
Start with unzipping the file to get a folder.
WORKIN ON A COPY OF THE FOLDER
Look in the file named pack.mcmeta (This is a text file and should open with any text editor e.g Notepad)

Inside you'll find something that looks something like this:
{
"pack": {
"pack_format": 22,
"supported_formats":{
"min_inclusive": 4,
"max_inclusive": 22
},
"description": "§6Animate Slime TEST§r§2§o ScotsMiser§r §2Oct, 2024§r 1.20.4"
}
}

Note that there may be only the " "pack_format": 22," line, particularly in older packs.
Change the 22 to the number appropriate to the version you're playing being careful to retain the comma]
[If the number of that version is higher the 22, you must alos change the second 22.]

A list (curated by Hippopotamoss ) of the relevant numbers can be found at "Are you sure you want to load this pack?" | A Guide on Updating Your Resource Packs

Save the revised pack.mcmeta and the folder with the revised version should now work when placed in the resource pack folder.

_____________________________________


The above example is from Shadow Slime for those interested
2
Kraggle09
12/08/2024 1:35 pm
He/Him • Level 33 : Artisan Procrastinator Explorer
Assuming you’re trying to set what versions the pack will show it works with, this could help: https://minecraft.wiki/w/Pack_format#List_of_resource_pack_formats
2

Welcome