This commit is contained in:
Lachlan Leone
2024-10-09 16:41:33 +11:00
parent 9f4ef51d41
commit 4259b35697
10 changed files with 177 additions and 4 deletions
+1 -2
View File
@@ -1,5 +1,4 @@
using KitchenLib;
using KitchenLib.Logging;
using KitchenMods;
using System.Reflection;
using Kitchen;
@@ -14,7 +13,7 @@ namespace MMOKitchen
{
public const string MOD_GUID = "com.starfluxgames.mmokitchen";
public const string MOD_NAME = "MMO Kitchen";
public const string MOD_VERSION = "0.3.1";
public const string MOD_VERSION = "0.3.2";
public const string MOD_AUTHOR = "StarFluxGames";
public const string MOD_GAMEVERSION = ">=1.2.0";