We don’t know about you, but it’s frustrating for us that Minecraft keeps disabling our pack and giving us the Incompatible: “Made for an older version of Minecraft” message. Luckily, there is an extremely simple fix for this!
Why Does This Incompatibility Warning Appear?
This incompatibility warning has been around since Minecraft 1.9, which was released in 2016. That update marked the beginning of more frequent game updates, bringing tons of new blocks, items, and mobs in a short amount of time. Before this, you could use older texture packs without any error messages. However, with so many new features being added, the file structure of resource packs and texture packs often had to be updated. To address this, Mojang introduced the โmade for an older versionโ warning.
This message is meant to inform you that the creator designed the pack for an older version of Minecraft. Mojang decided it was better to warn players rather than deal with a flood of bug reports about broken textures. While this warning is helpful in many cases, some packs remain fully compatible regardless of the notification that Minecraft displays.
On the flip side, you might also see โmade for a newer version of Minecraftโ when trying to install a newer resource pack on an older version of the game. Both warnings serve the same purpose: to help you identify potential compatibility issues before you start playing.
How to Fix “Made for an older (or newer) version of Minecraft”
Fortunately, bypassing these error messages is incredibly easy. First, donโt worry about breaking anythingโthese warnings only apply to third-party files and wonโt affect your Minecraft installation or your game worlds. At worst, you might encounter minor graphical glitches.
This method works most of the time and is perfect if youโre not tech-savvy or donโt want to spend much time fixing the issue. However, if you want the โmade for an older (or newer) version of Minecraftโ warning to disappear permanently, youโll need to follow a few straightforward steps.
1) Unzip the Resource Pack
First, go to Options > Resource Packs and open your pack folder at the bottom left. For example, we are fixing the Faithful resource/texture pack for this tutorial. To begin, take the pack out of the folder. Itโll disappear from the Minecraft screen if you take it out of the folder since we need to make some changes before re-importing it.
Next, make sure the texture pack is on your desktop for easy access. If the pack is a ZIP file, right-click it and choose โExtract All”. If you donโt see that option, youโll need to download a program like 7-Zip or WinRAR to unzip files on your PC. Extract all files, and youโll see a new folder. You can delete the original ZIP file because you wonโt need it anymore. The extracted folder contains all the files youโll be editing.
2) Modify the “pack.mcmeta” File
After opening the folder, locate the pack.mcmeta file. This is what you need to edit. Open it using a text editor like Notepad. Once the file is open, look for the “pack_format” line. This number tells Minecraft which version the pack is designed for.
List of Pack_Format Numbers:
- 1 for 1.6.1 – 1.8.9
- 2 for 1.9 – 1.10.2
- 3 for 1.11 – 1.12.2
- 4 for 13 – 1.14.4
- 5 for 15 – 1.16.1
- 6 for 16.2 – 1.16.5
- 7 for 1.17 – 1.17.1
- 8 for 1.18 – 1.18.2
- 9 for 1.19 – 1.19.2
- 12 for 1.19.3
- 13 for 1.19.4
- 15 for 1.20 – 1.20.1
- 18 for 1.20.2
- 22 for 1.20.3 – 1.20.4
- 32 for 1.20.5 – 1.20.6
- 34 for 1.21 – 1.21.1
- 42 for 1.21.2 – 1.21.3
- 46 for 1.21.4
To update the pack for your desired version, look at our list of pack_format numbers and find the correct oneย for your Minecraft version. For example, if youโre updating for 1.21.4, the pack_format should be set to 46. Change the code in the file to match your version, but be careful not to remove anything elseโlike commas or quotation marksโas that could break the pack.ย Once youโve updated the number, save the file and close the editor.
Keep in mind that youโll need to repeat this process every time Minecraft receives a new update. However, starting with version 1.20.2, thereโs a much easier solution: adding an extra line of code for supported formats in your pack.mcmeta file. We strongly recommend using this method since manually updating the pack for every minor release can be very time-consuming.
If you’re playing Minecraft 1.20.2 or later, you can use our pre-made pack.mcmeta template. Simply copy and paste the following code into your file:
{
"pack": {
"pack_format": 46,
"description": "\u00A7a\u00A7lTexture-Packs.com\u00A7r",
"supported_formats": {
"min_inclusive": 20,
"max_inclusive": 999
}
}
}
3) Compress and Import
Now, youโll need to re-compress the Minecraft texture pack into a ZIP file. Select all the files in the folder, right-click, and choose โCompress to ZIPโ. If your operating system doesnโt have this option, use 7-Zip or WinRAR. Name the ZIP file something like โNew Pack for 1.XXโ to indicate the version itโs compatible with.
Open Minecraft again and load the version you updated the pack for. Go to Options > Resource Packs and open the pack folder. Place your updated ZIP file in the folder to install it and it will appear in the list. If everything is done correctly, the pack will no longer be marked as incompatible. Simply enable it, and it should work perfectly.