Reverted string changes
This commit is contained in:
parent
c066e998d2
commit
aa55f2c97f
@ -149,7 +149,7 @@ namespace TrueCraft.Launcher.Views
|
||||
void OfficialAssetsButton_Clicked(object sender, EventArgs e)
|
||||
{
|
||||
var result = MessageDialog.AskQuestion("Download Mojang assets",
|
||||
"This will download the official Minecraft assets from Mojang. " +
|
||||
"This will download the official Minecraft assets from Mojang.\n\n" +
|
||||
"By proceeding you agree to the Mojang asset guidelines:\n\n" +
|
||||
"https://account.mojang.com/terms#brand\n\n" +
|
||||
"Proceed?",
|
||||
@ -169,7 +169,7 @@ namespace TrueCraft.Launcher.Views
|
||||
stream.Dispose();
|
||||
var jar = ZipFile.Read(ms);
|
||||
var zip = new ZipFile();
|
||||
zip.AddEntry("pack.txt", "The default look of Minecraft");
|
||||
zip.AddEntry("pack.txt", "Minecraft textures");
|
||||
CopyBetweenZips("pack.png", jar, zip);
|
||||
CopyBetweenZips("terrain.png", jar, zip);
|
||||
// TODO: Items, windows, etc
|
||||
|
Reference in New Issue
Block a user