aboutsummaryrefslogtreecommitdiff
path: root/docs/introduction/workflow.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/introduction/workflow.md')
-rw-r--r--docs/introduction/workflow.md9
1 files changed, 9 insertions, 0 deletions
diff --git a/docs/introduction/workflow.md b/docs/introduction/workflow.md
new file mode 100644
index 0000000..e03b1d2
--- /dev/null
+++ b/docs/introduction/workflow.md
@@ -0,0 +1,9 @@
+---
+title: Workflow
+---
+
+## Prerequisites
+- A java decompiler, I think [Java Decompiler](https://java-decompiler.github.io/) is a neat one.
+- Setting the `netdebug` flag within your `worlds.ini` file to 2147483647.
+
+To be implemented.