Skip to content

Commit

Permalink
Merge pull request #55 from CodeOptimist/1.5
Browse files Browse the repository at this point in the history
1.5 update
  • Loading branch information
Mehni authored Apr 13, 2024
2 parents 5d64aa1 + a840c4c commit 9f86e76
Show file tree
Hide file tree
Showing 6 changed files with 16 additions and 7 deletions.
Binary file added 1.5/Assemblies/IHoldMultipleThings.dll
Binary file not shown.
Binary file added 1.5/Assemblies/PickUpAndHaul.dll
Binary file not shown.
11 changes: 10 additions & 1 deletion About/About.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
<li>1.2</li>
<li>1.3</li>
<li>1.4</li>
<li>1.5</li>
</supportedVersions>
<packageId>Mehni.PickUpAndHaul</packageId>
<modDependenciesByVersion>
Expand Down Expand Up @@ -43,14 +44,22 @@
<downloadUrl>https://github.com/pardeike/HarmonyRimWorld/releases/latest</downloadUrl>
</li>
</v1.4>
<v1.5>
<li>
<packageId>brrainz.harmony</packageId>
<displayName>Harmony</displayName>
<steamWorkshopUrl>steam://url/CommunityFilePage/2009463077</steamWorkshopUrl>
<downloadUrl>https://github.com/pardeike/HarmonyRimWorld/releases/latest</downloadUrl>
</li>
</v1.5>
</modDependenciesByVersion>
<loadAfter>
<li>brrainz.harmony</li>
</loadAfter>
<url>https://ludeon.com/forums/index.php?topic=35832</url>
<description>"Greatest hauling mod ever" - Chicken Plucker

v1.1.1⅓
v1.1.2

Colonists will gather stuff in their inventory, then haul it all to a stockpile.

Expand Down
4 changes: 2 additions & 2 deletions Source/IHoldMultipleThings/IHoldMultipleThings.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,12 @@
<Optimize>true</Optimize>
<DebugType>none</DebugType>
<ErrorReport>prompt</ErrorReport>
<OutputPath>..\..\1.4\Assemblies\</OutputPath>
<OutputPath>..\..\1.5\Assemblies\</OutputPath>
<AppendTargetFrameworkToOutputPath>false</AppendTargetFrameworkToOutputPath>
<PublicizeAsReferenceAssemblies>false</PublicizeAsReferenceAssemblies>
<WarningLevel>5</WarningLevel>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Krafs.Rimworld.Ref" Version="1.4.3522-beta" />
<PackageReference Include="Krafs.Rimworld.Ref" Version="1.5.4062" />
</ItemGroup>
</Project>
2 changes: 1 addition & 1 deletion Source/PickUpAndHaul/HarmonyPatches.cs
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ static HarmonyPatches()
harmony.Patch(AccessTools.Method(typeof(JobGiver_Haul), nameof(JobGiver_Haul.TryGiveJob)),
transpiler: new(typeof(HarmonyPatches), nameof(JobGiver_Haul_TryGiveJob_Transpiler)));

Verse.Log.Message("PickUpAndHaul v0.1.3.2⅔ welcomes you to RimWorld with pointless logspam.");
Verse.Log.Message("PickUpAndHaul v1.1.2 welcomes you to RimWorld with pointless logspam.");
}

private static bool Drop_Prefix(Pawn pawn, Thing thing)
Expand Down
6 changes: 3 additions & 3 deletions Source/PickUpAndHaul/PickUpAndHaul.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,13 @@
<Optimize>true</Optimize>
<DebugType>none</DebugType>
<ErrorReport>prompt</ErrorReport>
<OutputPath>..\..\1.4\Assemblies\</OutputPath>
<OutputPath>..\..\1.5\Assemblies\</OutputPath>
<AppendTargetFrameworkToOutputPath>false</AppendTargetFrameworkToOutputPath>
<PublicizeAsReferenceAssemblies>false</PublicizeAsReferenceAssemblies>
<WarningLevel>5</WarningLevel>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Krafs.Rimworld.Ref" Version="1.4.3901" />
<PackageReference Include="Krafs.Rimworld.Ref" Version="1.5.4062" />
<PackageReference Include="Lib.Harmony" Version="2.2.2" ExcludeAssets="runtime" />
<PackageReference Include="Krafs.Publicizer" Version="2.0.1">
<PrivateAssets>all</PrivateAssets>
Expand All @@ -27,7 +27,7 @@
<Private>False</Private>
</Reference>-->
<Reference Include="IHoldMultipleThings">
<HintPath>..\..\1.4\Assemblies\IHoldMultipleThings.dll</HintPath>
<HintPath>..\..\1.5\Assemblies\IHoldMultipleThings.dll</HintPath>
</Reference>
</ItemGroup>
</Project>

0 comments on commit 9f86e76

Please sign in to comment.