stage 4 complete. final cleanup. continue to test
This commit is contained in:
@@ -1,18 +1,21 @@
|
|||||||
using System;
|
using System;
|
||||||
using MelonLoader;
|
using MelonLoader;
|
||||||
|
|
||||||
[assembly: MelonInfo(typeof(AbsorbentSoil.AbsorbentSoilMod), "Absorbent Soil", "0.1.0", "AttilaG")]
|
[assembly: MelonInfo(typeof(AbsorbentSoil.AbsorbentSoilMod), "Absorbent Soil", "1.9.5", "9ate7six")]
|
||||||
[assembly: MelonGame(null, "Schedule I")]
|
[assembly: MelonGame("TVGS", "Schedule I")]
|
||||||
|
|
||||||
namespace AbsorbentSoil
|
namespace AbsorbentSoil
|
||||||
{
|
{
|
||||||
public sealed class AbsorbentSoilMod : MelonMod
|
public sealed class AbsorbentSoilMod : MelonMod
|
||||||
{
|
{
|
||||||
internal static bool VerboseLogging = true;
|
internal static bool VerboseLogging =>
|
||||||
|
Config.AbsorbentSoilConfig.VerboseLogging;
|
||||||
|
|
||||||
public override void OnInitializeMelon()
|
public override void OnInitializeMelon()
|
||||||
{
|
{
|
||||||
|
AbsorbentSoil.Config.AbsorbentSoilConfig.Init();
|
||||||
PersistenceStore.EnsureLoaded();
|
PersistenceStore.EnsureLoaded();
|
||||||
|
|
||||||
MelonLogger.Msg("Absorbent Soil loaded. Additive retention is active for long-life soils.");
|
MelonLogger.Msg("Absorbent Soil loaded. Additive retention is active for long-life soils.");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Binary file not shown.
@@ -13,7 +13,7 @@ using System.Reflection;
|
|||||||
[assembly: System.Reflection.AssemblyCompanyAttribute("AbsorbentSoil")]
|
[assembly: System.Reflection.AssemblyCompanyAttribute("AbsorbentSoil")]
|
||||||
[assembly: System.Reflection.AssemblyConfigurationAttribute("Release")]
|
[assembly: System.Reflection.AssemblyConfigurationAttribute("Release")]
|
||||||
[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
|
[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
|
||||||
[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+75ee5ce621b167f1457e04cef2d427eb9879c0e5")]
|
[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+41aead008b6360d5bcd9ec7582d4f5227870e88e")]
|
||||||
[assembly: System.Reflection.AssemblyProductAttribute("AbsorbentSoil")]
|
[assembly: System.Reflection.AssemblyProductAttribute("AbsorbentSoil")]
|
||||||
[assembly: System.Reflection.AssemblyTitleAttribute("AbsorbentSoil")]
|
[assembly: System.Reflection.AssemblyTitleAttribute("AbsorbentSoil")]
|
||||||
[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
|
[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
|
||||||
|
|||||||
@@ -1 +1 @@
|
|||||||
e3d03f6c9dfc521324738d04ad4228faed1bb64eafad7288d3a595d219e15990
|
5b3843bf5d032d4965db2bf686646296b18d42f85ea867f9b81bf1117453f45b
|
||||||
|
|||||||
@@ -1 +1 @@
|
|||||||
04cacbb88ccbdb0ef16f25557f16c2a1f76e1e74a1eff95472a744bd5aa2b973
|
c4aee16fa9119b298402ca973e24c641ed042847f3a55a64c8b8a5107dac9e48
|
||||||
|
|||||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Reference in New Issue
Block a user