Skip to content

Commit

Permalink
Bump version number
Browse files Browse the repository at this point in the history
  • Loading branch information
gardenappl committed Jul 4, 2017
1 parent b771548 commit b99d71a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 11 deletions.
10 changes: 0 additions & 10 deletions DyeEasy.cs
Original file line number Diff line number Diff line change
Expand Up @@ -11,16 +11,6 @@ public class DyeEasy : Mod
{
List<int> changedRecipes = new List<int>();

public DyeEasy()
{
Properties = new ModProperties
{
Autoload = true,
AutoloadGores = true,
AutoloadSounds = true
};
}

public override void AddRecipes()
{
for(int i = 0; i < Main.recipe.Length; i++)
Expand Down
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.5
version = 1.6
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

0 comments on commit b99d71a

Please sign in to comment.