mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/PCK-Studio.git
synced 2026-06-22 12:05:32 +00:00
Added a warning when using the Model Generator
This commit is contained in:
@@ -114,6 +114,7 @@ namespace PckStudio
|
||||
|
||||
public generateModel(PckFile.PCKProperties skinProperties, Image texture)
|
||||
{
|
||||
MessageBox.Show(this, "This feature is now considered obsolete and will no longer recieve updates. A better alternative is currently under development. Use at your own risk.", "Obsolete Feature", MessageBoxButtons.OK, MessageBoxIcon.Exclamation);
|
||||
InitializeComponent();
|
||||
boxes = skinProperties;
|
||||
texturePreview.Image = texture;
|
||||
|
||||
Reference in New Issue
Block a user