From ba1df38d22387de325db062edd2cfa72cabe29cd Mon Sep 17 00:00:00 2001 From: Fuwn Date: Fri, 7 Jun 2024 21:32:00 -0700 Subject: feat: initial release --- bin/decompile | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100755 bin/decompile (limited to 'bin/decompile') diff --git a/bin/decompile b/bin/decompile new file mode 100755 index 0000000..b879ccd --- /dev/null +++ b/bin/decompile @@ -0,0 +1,10 @@ +#!/usr/bin/env bash + +main() { + # Replace this with your local path to worlds.jar + local WORLDS_JAR_PATH="${HOME}/.local/share/bottles/bottles/WorldsPlayer/drive_c/Program Files (x86)/Worlds Inc/WorldsPlayer - BowieFull/lib" + + vineflower -ega=true "${WORLDS_JAR_PATH}/worlds.jar" source +} + +main -- cgit v1.2.3