Skip to content

Commit

Permalink
Minor changes
Browse files Browse the repository at this point in the history
  • Loading branch information
TheAlienDoctor committed Apr 30, 2023
1 parent 0998e01 commit 1f36cfc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion index.au3
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#pragma compile(Compatibility, XP, vista, win7, win8, win81, win10, win11)
#pragma compile(FileDescription, Converts Minecraft resource packs between Minecraft Bedrock and Java)
#pragma compile(FileDescription, Alien's Minecraft resource pack converter)
#pragma compile(ProductName, Alien's Minecraft resource pack converter)
#pragma compile(ProductVersion, 1.3.0)
#pragma compile(FileVersion, 1.3.0.0)
Expand Down Expand Up @@ -84,6 +84,7 @@ Global $dateTime = @MDAY & '.' & @MON & '.' & @YEAR & '-' & @HOUR & '.' & @MIN &
Global $inputDir = @ScriptDir & "\" & IniRead("options.ini", "config", "InputDir", "input")
Global $repeats = IniRead("options.txt", "config", "repeats", 2)
Global $currentVersionNumber = 130
Global $conversionCount = 0

;Config file error checking
If IniRead("options.ini", "Bedrock to Java", "useCustomDir", "error") = "false" Then
Expand Down

0 comments on commit 1f36cfc

Please sign in to comment.