Skip to content

Commit

Permalink
Fixed Spear Head
Browse files Browse the repository at this point in the history
  • Loading branch information
TonyLiberatto committed Jun 13, 2019
1 parent 1d483e6 commit 919ba18
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 13 deletions.
24 changes: 12 additions & 12 deletions Neolithic.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -43,38 +43,38 @@
</PropertyGroup>
<ItemGroup>
<Reference Include="cairo-sharp">
<HintPath>..\..\Lib\cairo-sharp.dll</HintPath>
<HintPath>..\..\VS-1.9.X\Lib\cairo-sharp.dll</HintPath>
<Private>False</Private>
</Reference>
<Reference Include="CommandLine">
<HintPath>..\..\Lib\CommandLine.dll</HintPath>
<HintPath>..\..\VS-1.9.X\Lib\CommandLine.dll</HintPath>
<Private>False</Private>
</Reference>
<Reference Include="csogg">
<HintPath>..\..\Lib\csogg.dll</HintPath>
<HintPath>..\..\VS-1.9.X\Lib\csogg.dll</HintPath>
<Private>False</Private>
</Reference>
<Reference Include="csvorbis">
<HintPath>..\..\Lib\csvorbis.dll</HintPath>
<HintPath>..\..\VS-1.9.X\Lib\csvorbis.dll</HintPath>
<Private>False</Private>
</Reference>
<Reference Include="ENet">
<HintPath>..\..\Lib\ENet.dll</HintPath>
<HintPath>..\..\VS-1.9.X\Lib\ENet.dll</HintPath>
<Private>False</Private>
</Reference>
<Reference Include="Microsoft.CSharp">
<Private>False</Private>
</Reference>
<Reference Include="Newtonsoft.Json">
<HintPath>..\..\Lib\Newtonsoft.Json.dll</HintPath>
<HintPath>..\..\VS-1.9.X\Lib\Newtonsoft.Json.dll</HintPath>
<Private>False</Private>
</Reference>
<Reference Include="OpenTK">
<HintPath>..\..\Lib\OpenTK.dll</HintPath>
<HintPath>..\..\VS-1.9.X\Lib\OpenTK.dll</HintPath>
<Private>False</Private>
</Reference>
<Reference Include="protobuf-net">
<HintPath>..\..\Lib\protobuf-net.dll</HintPath>
<HintPath>..\..\VS-1.9.X\Lib\protobuf-net.dll</HintPath>
<Private>False</Private>
</Reference>
<Reference Include="System">
Expand All @@ -96,7 +96,7 @@
<Private>False</Private>
</Reference>
<Reference Include="Tavis.JsonPatch">
<HintPath>..\..\Lib\Tavis.JsonPatch.dll</HintPath>
<HintPath>..\..\VS-1.9.X\Lib\Tavis.JsonPatch.dll</HintPath>
<Private>False</Private>
</Reference>
<Reference Include="VintagestoryAPI, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
Expand All @@ -110,15 +110,15 @@
<Private>False</Private>
</Reference>
<Reference Include="VSCreativeMod">
<HintPath>..\..\Mods\VSCreativeMod.dll</HintPath>
<HintPath>..\..\VS-1.9.X\Mods\VSCreativeMod.dll</HintPath>
<Private>False</Private>
</Reference>
<Reference Include="VSEssentials">
<HintPath>..\..\Mods\VSEssentials.dll</HintPath>
<HintPath>..\..\VS-1.9.X\Mods\VSEssentials.dll</HintPath>
<Private>False</Private>
</Reference>
<Reference Include="VSSurvivalMod">
<HintPath>..\..\Mods\VSSurvivalMod.dll</HintPath>
<HintPath>..\..\VS-1.9.X\Mods\VSSurvivalMod.dll</HintPath>
<Private>False</Private>
</Reference>
</ItemGroup>
Expand Down
Binary file modified bin/TheNeolithicMod/Neolithic.dll
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@
[ "neolithicmod:branch-very-thin-maple-debarked-ud", "game:spear-headshaft-{material}-maple-{side}", 1 ],
[ "neolithicmod:branch-very-thin-oak-debarked-ud", "game:spear-headshaft-{material}-oak-{side}", 1 ],
[ "neolithicmod:branch-very-thin-pine-debarked-ud", "game:spear-headshaft-{material}-pine-{side}", 1 ],
[ "neolithicmod:animal-large-bone", "game:spear-headshaft-{material}-bone-{side}", 1 ],
],
},
},
Expand Down

0 comments on commit 919ba18

Please sign in to comment.