diff --git a/DyeEasy.cs b/DyeEasy.cs index d4e9324..e930579 100644 --- a/DyeEasy.cs +++ b/DyeEasy.cs @@ -11,16 +11,6 @@ public class DyeEasy : Mod { List changedRecipes = new List(); - public DyeEasy() - { - Properties = new ModProperties - { - Autoload = true, - AutoloadGores = true, - AutoloadSounds = true - }; - } - public override void AddRecipes() { for(int i = 0; i < Main.recipe.Length; i++) diff --git a/build.txt b/build.txt index aedd124..83f5831 100644 --- a/build.txt +++ b/build.txt @@ -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