From a174e43f6e57302470d917c0b347e3a33be80b28 Mon Sep 17 00:00:00 2001 From: JavidPack Date: Sat, 10 Jun 2017 03:39:33 -0600 Subject: [PATCH] 0.2.0.1 release. --- RecipeBrowser.cs | 7 +++++++ build.txt | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/RecipeBrowser.cs b/RecipeBrowser.cs index f13e4f1..337b641 100644 --- a/RecipeBrowser.cs +++ b/RecipeBrowser.cs @@ -18,8 +18,15 @@ class RecipeBrowser : Mod int lastSeenScreenHeight; internal static bool[] chestContentsAvailable = new bool[1000]; + // TODO, Chinese IME support public override void Load() { + // Too many people are downloading 0.10 versions on 0.9.... + if (ModLoader.version < new Version(0, 10)) + { + throw new Exception("\nThis mod uses functionality only present in the latest tModLoader. Please update tModLoader to use this mod\n\n"); + } + instance = this; Mod cheatSheet = ModLoader.GetMod("CheatSheet"); diff --git a/build.txt b/build.txt index 34664ff..b3fc631 100644 --- a/build.txt +++ b/build.txt @@ -1,5 +1,5 @@ author = jopojelly -version = 0.2 +version = 0.2.0.1 displayName = Recipe Browser homepage = http://forums.terraria.org/index.php?threads/cheat-sheet.41407/ buildIgnore = .vs\*, Properties\*, *.csproj, *.user, obj\*, bin\*, *.config, unused\*