Why do I need to delete the META-INF folder when installing mods?What do I do if I don't have a META-INF folder or minecraft.jar?When using graphics mods such as OptiFine, do I need to patch server or only client?Minecraft Corrupt Jar After Deleting Meta-infCan't delete Minecraft filesMinecraft META-INF FileHow do you uninstall Modloader for Minecraft?Why does META-INF keep coming back?I can't seem to get mods workingHelp with installing Minecraft Mods on a MacMinecraft CorruptInstalling Minecraft mod on Mac OS X
Motorcyle Chain needs to be cleaned every time you lube it?
Did Stalin kill all Soviet officers involved in the Winter War?
Taking advantage when the HR forgets to communicate the rules
How frequently do Russian people still refer to others by their patronymic (отчество)?
Was I wrongfully denied boarding for having a Schengen visa issued from the second country on my itinerary?
Advice for making/keeping shredded chicken moist?
Do intermediate subdomains need to exist?
Will Jimmy fall off his platform?
Why no parachutes in the Orion AA2 abort test?
What happens if the limit of 4 billion files was exceeded in an ext4 partition?
What's the difference between a type and a kind?
What is the difference between an "empty interior" and a "hole" in topology?
Do the 26 richest billionaires own as much wealth as the poorest 3.8 billion people?
What do I need to see before Spider-Man: Far From Home?
What is the fundamental difference between catching whales and hunting other animals?
Red and White Squares
Is it bad to suddenly introduce another element to your fantasy world a good ways into the story?
Should I warn my boss I might take sick leave?
How to play a D major chord lower than the open E major chord on guitar?
Convert integer to full text string duration
How to supply water to a coastal desert town with no rain and no freshwater aquifers?
soda water first stored in refrigerator and then outside
Question about targeting a Hexproof creature
Why did moving the mouse cursor cause Windows 95 to run more quickly?
Why do I need to delete the META-INF folder when installing mods?
What do I do if I don't have a META-INF folder or minecraft.jar?When using graphics mods such as OptiFine, do I need to patch server or only client?Minecraft Corrupt Jar After Deleting Meta-infCan't delete Minecraft filesMinecraft META-INF FileHow do you uninstall Modloader for Minecraft?Why does META-INF keep coming back?I can't seem to get mods workingHelp with installing Minecraft Mods on a MacMinecraft CorruptInstalling Minecraft mod on Mac OS X
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty margin-bottom:0;
In Minecraft, nearly every tutorial on how to install a MOD tells you to remove the META-INF folder. However none of the ones I found tell you what it is. I don't like the idea of deleting a folder without knowing what it is or what it does.
So what is the META-INF folder, and why should I delete it?
minecraft minecraft-mods
add a comment |
In Minecraft, nearly every tutorial on how to install a MOD tells you to remove the META-INF folder. However none of the ones I found tell you what it is. I don't like the idea of deleting a folder without knowing what it is or what it does.
So what is the META-INF folder, and why should I delete it?
minecraft minecraft-mods
add a comment |
In Minecraft, nearly every tutorial on how to install a MOD tells you to remove the META-INF folder. However none of the ones I found tell you what it is. I don't like the idea of deleting a folder without knowing what it is or what it does.
So what is the META-INF folder, and why should I delete it?
minecraft minecraft-mods
In Minecraft, nearly every tutorial on how to install a MOD tells you to remove the META-INF folder. However none of the ones I found tell you what it is. I don't like the idea of deleting a folder without knowing what it is or what it does.
So what is the META-INF folder, and why should I delete it?
minecraft minecraft-mods
minecraft minecraft-mods
edited 42 mins ago
pppery
4664 silver badges13 bronze badges
4664 silver badges13 bronze badges
asked Jul 31 '11 at 12:02
Wipqozn♦Wipqozn
31.5k62 gold badges199 silver badges336 bronze badges
31.5k62 gold badges199 silver badges336 bronze badges
add a comment |
add a comment |
1 Answer
1
active
oldest
votes
Because Minecraft is digitally signed. META-INF contains a signature file (.SF
) that accounts for all the files within the JAR and their checksums, and Mojang's actual signature (.RSA
).
When that signature checks out, you know it wasn't tampered with and comes from the source that signed it (in this case, Mojang). When you do tamper with it by installing mods, the signature becomes invalid and Minecraft won't start at all.
By deleting the META-INF directory, you remove the signature completely. Depending on your security settings, you might get an "unknown publisher" warning, but you'll be able to run it.
More detailed info: JAR File Specification
2
Ah, one of those other properties, the big one.
– Jeff Mercado
Jul 31 '11 at 18:51
Better copy it from there,instead of deleting.
– John
Jul 27 '15 at 8:30
add a comment |
protected by Community♦ Apr 28 '12 at 21:28
Thank you for your interest in this question.
Because it has attracted low-quality or spam answers that had to be removed, posting an answer now requires 10 reputation on this site (the association bonus does not count).
Would you like to answer one of these unanswered questions instead?
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
Because Minecraft is digitally signed. META-INF contains a signature file (.SF
) that accounts for all the files within the JAR and their checksums, and Mojang's actual signature (.RSA
).
When that signature checks out, you know it wasn't tampered with and comes from the source that signed it (in this case, Mojang). When you do tamper with it by installing mods, the signature becomes invalid and Minecraft won't start at all.
By deleting the META-INF directory, you remove the signature completely. Depending on your security settings, you might get an "unknown publisher" warning, but you'll be able to run it.
More detailed info: JAR File Specification
2
Ah, one of those other properties, the big one.
– Jeff Mercado
Jul 31 '11 at 18:51
Better copy it from there,instead of deleting.
– John
Jul 27 '15 at 8:30
add a comment |
Because Minecraft is digitally signed. META-INF contains a signature file (.SF
) that accounts for all the files within the JAR and their checksums, and Mojang's actual signature (.RSA
).
When that signature checks out, you know it wasn't tampered with and comes from the source that signed it (in this case, Mojang). When you do tamper with it by installing mods, the signature becomes invalid and Minecraft won't start at all.
By deleting the META-INF directory, you remove the signature completely. Depending on your security settings, you might get an "unknown publisher" warning, but you'll be able to run it.
More detailed info: JAR File Specification
2
Ah, one of those other properties, the big one.
– Jeff Mercado
Jul 31 '11 at 18:51
Better copy it from there,instead of deleting.
– John
Jul 27 '15 at 8:30
add a comment |
Because Minecraft is digitally signed. META-INF contains a signature file (.SF
) that accounts for all the files within the JAR and their checksums, and Mojang's actual signature (.RSA
).
When that signature checks out, you know it wasn't tampered with and comes from the source that signed it (in this case, Mojang). When you do tamper with it by installing mods, the signature becomes invalid and Minecraft won't start at all.
By deleting the META-INF directory, you remove the signature completely. Depending on your security settings, you might get an "unknown publisher" warning, but you'll be able to run it.
More detailed info: JAR File Specification
Because Minecraft is digitally signed. META-INF contains a signature file (.SF
) that accounts for all the files within the JAR and their checksums, and Mojang's actual signature (.RSA
).
When that signature checks out, you know it wasn't tampered with and comes from the source that signed it (in this case, Mojang). When you do tamper with it by installing mods, the signature becomes invalid and Minecraft won't start at all.
By deleting the META-INF directory, you remove the signature completely. Depending on your security settings, you might get an "unknown publisher" warning, but you'll be able to run it.
More detailed info: JAR File Specification
edited Jul 27 '15 at 13:03
answered Jul 31 '11 at 13:49
a cata cat
22.1k25 gold badges141 silver badges182 bronze badges
22.1k25 gold badges141 silver badges182 bronze badges
2
Ah, one of those other properties, the big one.
– Jeff Mercado
Jul 31 '11 at 18:51
Better copy it from there,instead of deleting.
– John
Jul 27 '15 at 8:30
add a comment |
2
Ah, one of those other properties, the big one.
– Jeff Mercado
Jul 31 '11 at 18:51
Better copy it from there,instead of deleting.
– John
Jul 27 '15 at 8:30
2
2
Ah, one of those other properties, the big one.
– Jeff Mercado
Jul 31 '11 at 18:51
Ah, one of those other properties, the big one.
– Jeff Mercado
Jul 31 '11 at 18:51
Better copy it from there,instead of deleting.
– John
Jul 27 '15 at 8:30
Better copy it from there,instead of deleting.
– John
Jul 27 '15 at 8:30
add a comment |
protected by Community♦ Apr 28 '12 at 21:28
Thank you for your interest in this question.
Because it has attracted low-quality or spam answers that had to be removed, posting an answer now requires 10 reputation on this site (the association bonus does not count).
Would you like to answer one of these unanswered questions instead?