mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/PCK-Studio.git
synced 2026-05-31 19:54:44 +00:00
Merge branch 'main' into 3dSkinRenderer
This commit is contained in:
@@ -1695,7 +1695,7 @@ namespace PckStudio
|
||||
namePrompt.OKButtonText = "Ok";
|
||||
if (namePrompt.ShowDialog(this) == DialogResult.OK)
|
||||
{
|
||||
currentPCK = InitializePack(new Random().Next(8000, int.MaxValue), 0, namePrompt.NewText, true);
|
||||
currentPCK = InitializePack(new Random().Next(8000, int.MaxValue), 0, namePrompt.NewText, false);
|
||||
MarkTemplateFile();
|
||||
LoadEditorTab();
|
||||
}
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
# PCK Studio
|
||||
Modify .PCK archives as you please.<br>
|
||||
# PCK Studio     
|
||||
Modify .PCK archives as you please.<br>
|
||||
|
||||
> **If you have any issues or would like to suggested a feature, we encourage you to [open a new issue on Github](https://github.com/PhoenixARC/-PCK-Studio/issues).**
|
||||
|
||||
@@ -59,4 +59,4 @@ $ cd PCK-Studio
|
||||
|
||||
## Contributors
|
||||
> [yaboiFoxx](https://github.com/yaboiFoxx) for Improved UI concept<br>
|
||||
> [XxModZxXWiiPlaza](https://github.com/XxModZxXWiiPlaza)<br>
|
||||
> [XxModZxXWiiPlaza](https://github.com/XxModZxXWiiPlaza)<br>
|
||||
|
||||
Reference in New Issue
Block a user