We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 195d08d commit 5f10d61Copy full SHA for 5f10d61
README.MD
@@ -1,3 +1,3 @@
1
-# you need to have fasm installed
+# you need to have fasm and build tools(for d8) installed
2
this is really just a one day project
3
ignore it
build.sh
@@ -19,6 +19,9 @@ rm bytecode.inc
19
cd ..
20
cp mod.json mod/
21
cd mod
22
+ls .|grep ".class">list.txt
23
+d8 *.class --main-dex-list list.txt
24
+rm list.txt
25
echo "zipping it into the jar"
26
zip mod.jar *
27
rm *.class
clean.sh
@@ -0,0 +1 @@
+rm -rf mod/
0 commit comments