Skip to content

Commit

Permalink
v1.7: new icon & Hamstar's Mod Helpers
Browse files Browse the repository at this point in the history
  • Loading branch information
gardenappl committed Jul 8, 2018
1 parent b99d71a commit 389ddaf
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions DyeEasy.cs
Original file line number Diff line number Diff line change
Expand Up @@ -58,5 +58,9 @@ public override void Unload() //Revering changes
if(recipeIndex < Main.recipe.Length) //You never know
Main.recipe[recipeIndex].createItem.stack = 1;
}

//Hamstar's Mod Helpers integration
public static string GithubUserName { get { return "goldenapple3"; } }
public static string GithubProjectName { get { return "DyeEasy"; } }
}
}
2 changes: 1 addition & 1 deletion build.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
displayName = Dye Easy
author = goldenapple
version = 1.6
version = 1.7
homepage = http://forums.terraria.org/index.php?threads/dye-easy-finally-crafting-dyes-is-a-bit-less-painful.37440/
hideResources = false
hideCode = false
Expand Down
Binary file added icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 389ddaf

Please sign in to comment.