Skip to content
This repository has been archived by the owner on May 2, 2022. It is now read-only.

Commit

Permalink
V0.2.1.1-Alpha
Browse files Browse the repository at this point in the history
Fixed error when extracting
  • Loading branch information
the-pink-hacker committed Jan 3, 2021
1 parent 859e778 commit d739a5a
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
Binary file modified .vs/Minecraft-Asset-Extractor/v16/.suo
Binary file not shown.
4 changes: 2 additions & 2 deletions GUI.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
from tkinter import filedialog

def extract():
Extract.Extract(
Extract(
os.path.normpath(outputLocation.get()), # Output Location
packName.get(), # Pack Name
minecraftVersion.get(), # Minecraft Version
Expand Down Expand Up @@ -89,7 +89,7 @@ def creditUI():
planetMC.grid(row=7, column=0, sticky="W")
planetMC.bind("<Button-1>", lambda e: callback("https://www.planetminecraft.com/member/ryangar46"))

version = Label(credit, text="V0.2.1 - Alpha")
version = Label(credit, text="V0.2.1.1 - Alpha")
version.place(relx=0.0, rely=1.0, anchor="sw")

closeButton = Button(credit, text="Close", command=lambda:closeCredit(credit))
Expand Down
Binary file modified __pycache__/GUI.cpython-38.pyc
Binary file not shown.

0 comments on commit d739a5a

Please sign in to comment.