|
|
@@ -11,7 +11,7 @@ namespace RecipeMenuCore
|
|
|
[Gadget("RecipeMenuCore", RequiredOnClients: false)]
|
|
|
public class RecipeMenuCore : Gadget<RecipeMenuCore>
|
|
|
{
|
|
|
- public const string MOD_VERSION = "1.7"; // Set this to the version of your mod.
|
|
|
+ public const string MOD_VERSION = "1.8"; // Set this to the version of your mod.
|
|
|
public const string CONFIG_VERSION = "1.0"; // Increment this whenever you change your mod's config file.
|
|
|
|
|
|
protected override void LoadConfig()
|