-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Code cleanup and minor GUI improvements
- Loading branch information
Erik Buras
committed
May 4, 2017
1 parent
22768ad
commit 8a7e620
Showing
10 changed files
with
1,452 additions
and
201 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,11 @@ | ||
; ============================================================================= | ||
; Amidst Seed Hunter - Amidst Functions (AmidstFunctions.au3) | ||
; Amidst Seed Hunter - Amidst (ASH_Amidst.au3) | ||
; | ||
; Author: Azuntik ([email protected]) | ||
; Date: 2017.4.22 | ||
; Download: https://github.com/azuntik/Amidst-Seed-Hunter/releases | ||
; Author: Azuntik | ||
; Date: 2017.5.2 | ||
; License: CC BY-NC-SA 4.0 (https://creativecommons.org/licenses/by-nc-sa/4.0/) | ||
; | ||
; For use with Amidst v4.2 (https://github.com/toolbox4minecraft/amidst). | ||
; This file is part of the Amidst Seed Hunter project | ||
; ============================================================================= | ||
|
||
Func AmidstIsRunning() | ||
|
Oops, something went wrong.