From c586e480ed1e05551f48c9392cfd7a2ee57d1c78 Mon Sep 17 00:00:00 2001 From: James David Clarke Date: Wed, 10 Jan 2024 08:44:45 +0000 Subject: [PATCH] Fixed crash bug with GUI --- tools/libtextureconverter/gui.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tools/libtextureconverter/gui.py b/tools/libtextureconverter/gui.py index 6c2a0ed6b..d31b1ff1e 100644 --- a/tools/libtextureconverter/gui.py +++ b/tools/libtextureconverter/gui.py @@ -1,8 +1,9 @@ import tkinter as tk from tkinter import filedialog, messagebox, ttk, font from libtextureconverter.utils import handle_default_minecraft_texture, find_all_minecraft_resourcepacks -from libtextureconverter.config import home +from libtextureconverter.config import home, get_minetest_directory from libtextureconverter.common import convert_resource_packs + import time import os import threading