From b76cce7f988e4da5a93c3080174cf8bdf7838b75 Mon Sep 17 00:00:00 2001 From: ItsNeil17 Date: Tue, 13 Jan 2026 23:26:45 +0530 Subject: [PATCH] fix: add Main to manifest Signed-off-by: ItsNeil17 --- .idea/copilot.data.migration.ask2agent.xml | 6 ++ .idea/encodings.xml | 7 +++ .idea/misc.xml | 9 ++- .idea/vcs.xml | 6 ++ .idea/workspace.xml | 55 +++++++++++++++---- .../java/dev/hytalemodding/ExamplePlugin.java | 10 ---- src/main/resources/manifest.json | 5 +- 7 files changed, 73 insertions(+), 25 deletions(-) create mode 100644 .idea/copilot.data.migration.ask2agent.xml create mode 100644 .idea/encodings.xml create mode 100644 .idea/vcs.xml diff --git a/.idea/copilot.data.migration.ask2agent.xml b/.idea/copilot.data.migration.ask2agent.xml new file mode 100644 index 0000000..1f2ea11 --- /dev/null +++ b/.idea/copilot.data.migration.ask2agent.xml @@ -0,0 +1,6 @@ + + + + + \ No newline at end of file diff --git a/.idea/encodings.xml b/.idea/encodings.xml new file mode 100644 index 0000000..aa00ffa --- /dev/null +++ b/.idea/encodings.xml @@ -0,0 +1,7 @@ + + + + + + + \ No newline at end of file diff --git a/.idea/misc.xml b/.idea/misc.xml index b2eea27..0c04b52 100644 --- a/.idea/misc.xml +++ b/.idea/misc.xml @@ -1,7 +1,14 @@ - + + + + \ No newline at end of file diff --git a/.idea/vcs.xml b/.idea/vcs.xml new file mode 100644 index 0000000..35eb1dd --- /dev/null +++ b/.idea/vcs.xml @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/.idea/workspace.xml b/.idea/workspace.xml index 5a386dc..127a22c 100644 --- a/.idea/workspace.xml +++ b/.idea/workspace.xml @@ -4,7 +4,12 @@