diff --git a/devtools/README.md b/devtools/README.md new file mode 100644 index 0000000..619bc05 --- /dev/null +++ b/devtools/README.md @@ -0,0 +1,4 @@ +# Development tools + +__fake_java.py__ can be used to get the command used to start Minecraft. When run, it will create a file called `fake_java_out.txt` in its working directory. +__rmpyc__ removes all `.pyc` files in the current working directory and all subdirectories. diff --git a/lib/jar/README.md b/lib/jar/README.md new file mode 100644 index 0000000..d23bf86 --- /dev/null +++ b/lib/jar/README.md @@ -0,0 +1,7 @@ +# lib/jar + +This directory will contain all libraries Minecraft relies on. +As Minecraft itself is specified as a library for Forge on the command line, its version jar goes here as well. + +Unfortunately, I cannot put them here for convenience due to copyright laws. + diff --git a/lib/jar/placeholder b/lib/jar/placeholder deleted file mode 100644 index e69de29..0000000 diff --git a/lib/launcher/java/runtime/README.md b/lib/launcher/java/runtime/README.md new file mode 100644 index 0000000..e9dbfb6 --- /dev/null +++ b/lib/launcher/java/runtime/README.md @@ -0,0 +1,2 @@ +# libs/launcher/java/runtime +I intend to package a java runtime with the launcher as it helps to prevent some issues. For instance, Minecraft runs only on Java 8 and below. If the default JRE on the operating system’s path is not Java 8, Minecraft will not even launch sucessfully. diff --git a/lib/launcher/java/runtime/placeholder b/lib/launcher/java/runtime/placeholder deleted file mode 100644 index e69de29..0000000 diff --git a/lib/launcher/python/README.md b/lib/launcher/python/README.md new file mode 100644 index 0000000..627115a --- /dev/null +++ b/lib/launcher/python/README.md @@ -0,0 +1,5 @@ +# lib/launcher/python + +__gui.py__ will contain the GUI (Wow! Really?). The GUI will be accessed by `main.py`. +__mchandler.py__ will be the launcher library. This time, it will not be a runnable hybrid library. +__updater.py__ will be used for updating the mod pack and possibly the launcher as well. diff --git a/lib/launcher/python/runtime/placeholder b/lib/launcher/python/runtime/placeholder index e69de29..48b6cde 100644 --- a/lib/launcher/python/runtime/placeholder +++ b/lib/launcher/python/runtime/placeholder @@ -0,0 +1 @@ +I intend to ship the launcher with a Python runtime included because not all of the Windowze noobs out there will want to install Python themselves. diff --git a/lib/natives/README.md b/lib/natives/README.md new file mode 100644 index 0000000..fdb37d2 --- /dev/null +++ b/lib/natives/README.md @@ -0,0 +1,2 @@ +# lib/natives +This directory will contain the natives used by Minecraft. diff --git a/lib/natives/placeholder b/lib/natives/placeholder deleted file mode 100644 index e69de29..0000000