From fe18bb48131975887e68bbc8f5b0fe9a3e8fa363 Mon Sep 17 00:00:00 2001 From: GamerBoss101 Date: Thu, 22 May 2025 16:07:39 -0400 Subject: [PATCH] KeyBind Update --- .idea/.gitignore | 10 ++++++++++ src/EntryPointConfiguration.json | 16 ++++++++++++++++ src/client/kotlin/co/sirblob/CobbleSyncPC.kt | 0 3 files changed, 26 insertions(+) create mode 100644 .idea/.gitignore create mode 100644 src/EntryPointConfiguration.json create mode 100644 src/client/kotlin/co/sirblob/CobbleSyncPC.kt diff --git a/.idea/.gitignore b/.idea/.gitignore new file mode 100644 index 0000000..746677e --- /dev/null +++ b/.idea/.gitignore @@ -0,0 +1,10 @@ +# Default ignored files +/shelf/ +/workspace.xml +# Editor-based HTTP Client requests +/httpRequests/ +# Datasource local storage ignored files +/dataSources/ +/dataSources.local.xml +# Environment-dependent path to Maven home directory +/mavenHomeManager.xml diff --git a/src/EntryPointConfiguration.json b/src/EntryPointConfiguration.json new file mode 100644 index 0000000..e8eaf87 --- /dev/null +++ b/src/EntryPointConfiguration.json @@ -0,0 +1,16 @@ +{ + "entrypoints": { + "main": [ + { + "adapter": "kotlin", + "value": "co.sirblob.CobbleSync" + } + ], + "client": [ + { + "adapter": "kotlin", + "value": "co.sirblob.CobbleSyncClient" + } + ] + } +} \ No newline at end of file diff --git a/src/client/kotlin/co/sirblob/CobbleSyncPC.kt b/src/client/kotlin/co/sirblob/CobbleSyncPC.kt new file mode 100644 index 0000000..e69de29