From d858d45f9b3f60b0793cb3a090acd967d79fc01b Mon Sep 17 00:00:00 2001 From: LinuxMint4Ever <> Date: Sun, 6 Oct 2019 19:28:35 +0200 Subject: [PATCH] added placeholder files --- .gitignore | 3 ++- lib/launcher/java/runtime/placeholder | 0 lib/launcher/python/gui.py | 0 lib/launcher/python/mchandler.py | 0 lib/launcher/python/runtime/placeholder | 0 lib/launcher/python/updater.py | 0 main.py | 0 7 files changed, 2 insertions(+), 1 deletion(-) create mode 100644 lib/launcher/java/runtime/placeholder create mode 100644 lib/launcher/python/gui.py create mode 100644 lib/launcher/python/mchandler.py create mode 100644 lib/launcher/python/runtime/placeholder create mode 100644 lib/launcher/python/updater.py create mode 100644 main.py diff --git a/.gitignore b/.gitignore index 8fab217..671633b 100644 --- a/.gitignore +++ b/.gitignore @@ -3,5 +3,6 @@ res/indexes/ res/objects/ res/skins/ res/log_configs/ -lib/* +lib/jar/* +lib/natives/* **/*.pyc diff --git a/lib/launcher/java/runtime/placeholder b/lib/launcher/java/runtime/placeholder new file mode 100644 index 0000000..e69de29 diff --git a/lib/launcher/python/gui.py b/lib/launcher/python/gui.py new file mode 100644 index 0000000..e69de29 diff --git a/lib/launcher/python/mchandler.py b/lib/launcher/python/mchandler.py new file mode 100644 index 0000000..e69de29 diff --git a/lib/launcher/python/runtime/placeholder b/lib/launcher/python/runtime/placeholder new file mode 100644 index 0000000..e69de29 diff --git a/lib/launcher/python/updater.py b/lib/launcher/python/updater.py new file mode 100644 index 0000000..e69de29 diff --git a/main.py b/main.py new file mode 100644 index 0000000..e69de29