Skip to content

Commit

Permalink
Test
Browse files Browse the repository at this point in the history
  • Loading branch information
WiseHorror authored and WiseHorror committed Apr 4, 2021
1 parent b0c594e commit 84e1f13
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 24 deletions.
5 changes: 2 additions & 3 deletions VeinMine/VeinMine.cs
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,6 @@ private enum spreadTypes

void Awake()
{
Harmony harmony = new Harmony(MOD_ID);
harmony.PatchAll();

veinMineKey = Config.Bind("General",
"Veinmine",
KeyCode.LeftAlt,
Expand Down Expand Up @@ -83,6 +80,8 @@ void Awake()
"Keep in mind that if you mine veins with a large amount of sections (such as copper) you might do almost no damage." +
"Distance: Calculates damage done to each section depending on your distance from it, the farther away, the less damage you do.");

Harmony harmony = new Harmony(MOD_ID);
harmony.PatchAll();
}

private static ConfigEntry<KeyCode> veinMineKey;
Expand Down
21 changes: 0 additions & 21 deletions VeinMine/VeinMine.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -48,9 +48,6 @@
<Reference Include="BepInEx">
<HintPath>..\..\MultiSmelt\MultiSmelt\Libs\BepInEx.dll</HintPath>
</Reference>
<Reference Include="Mono.Posix">
<HintPath>..\..\..\..\AppData\Roaming\r2modmanPlus-local\Valheim\profiles\Bunch of mods\unstripped_corlib\Mono.Posix.dll</HintPath>
</Reference>
<Reference Include="System" />
<Reference Include="System.Core" />
<Reference Include="System.Xml.Linq" />
Expand All @@ -62,15 +59,6 @@
<Reference Include="UnityEngine">
<HintPath>..\..\SmeltingSkill\SmeltingSkill\Libs\UnityEngine.dll</HintPath>
</Reference>
<Reference Include="UnityEngine.AnimationModule">
<HintPath>D:\Games\Steam\steamapps\common\Valheim\unstripped_corlib\UnityEngine.AnimationModule.dll</HintPath>
</Reference>
<Reference Include="UnityEngine.AssetBundleModule">
<HintPath>D:\Games\Steam\steamapps\common\Valheim\unstripped_corlib\UnityEngine.AssetBundleModule.dll</HintPath>
</Reference>
<Reference Include="UnityEngine.AudioModule">
<HintPath>D:\Games\Steam\steamapps\common\Valheim\unstripped_corlib\UnityEngine.AudioModule.dll</HintPath>
</Reference>
<Reference Include="UnityEngine.CoreModule">
<HintPath>..\..\MultiSmelt\MultiSmelt\Libs\UnityEngine.CoreModule.dll</HintPath>
</Reference>
Expand All @@ -80,21 +68,12 @@
<Reference Include="UnityEngine.InputLegacyModule">
<HintPath>D:\Games\Steam\steamapps\common\Valheim\unstripped_corlib\UnityEngine.InputLegacyModule.dll</HintPath>
</Reference>
<Reference Include="UnityEngine.ParticleSystemModule">
<HintPath>D:\Games\Steam\steamapps\common\Valheim\unstripped_corlib\UnityEngine.ParticleSystemModule.dll</HintPath>
</Reference>
<Reference Include="UnityEngine.PhysicsModule">
<HintPath>D:\Games\Steam\steamapps\common\Valheim\unstripped_corlib\UnityEngine.PhysicsModule.dll</HintPath>
</Reference>
<Reference Include="UnityEngine.UI">
<HintPath>D:\Games\Steam\steamapps\common\Valheim\unstripped_corlib\UnityEngine.UI.dll</HintPath>
</Reference>
<Reference Include="UnityEngine.UIModule">
<HintPath>D:\Games\Steam\steamapps\common\Valheim\unstripped_corlib\UnityEngine.UIModule.dll</HintPath>
</Reference>
<Reference Include="ValheimLib">
<HintPath>..\..\..\..\AppData\Roaming\r2modmanPlus-local\Valheim\profiles\Bunch of mods\BepInEx\plugins\ValheimModding-ValheimLib\ValheimLib\ValheimLib.dll</HintPath>
</Reference>
</ItemGroup>
<ItemGroup>
<Compile Include="VeinMine.cs" />
Expand Down

0 comments on commit 84e1f13

Please sign in to comment.