mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/PCK-Studio.git
synced 2026-06-11 02:53:17 +00:00
Added message dialog for Model Files
This commit is contained in:
@@ -354,7 +354,8 @@ namespace PckStudio
|
||||
|
||||
public void HandleModelsFile(PCKFile.FileData file)
|
||||
{
|
||||
throw new NotImplementedException();
|
||||
MessageBox.Show("Models.bin support has not been implemented. You can use the Spark Editor for the time being to edit these files.", "Not implemented yet.");
|
||||
//throw new NotImplementedException();
|
||||
}
|
||||
|
||||
private void selectNode(object sender, TreeViewEventArgs e)
|
||||
|
||||
Reference in New Issue
Block a user