Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
################################################################################
# This .gitignore file was automatically created by Microsoft(R) Visual Studio.
################################################################################

/Source/ExpandedWoodworking/obj/Release/.NETFramework,Version=v4.7.2.AssemblyAttributes.cs
15 changes: 14 additions & 1 deletion 1.2/Patches/ReGrowth.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,20 @@
<!-- Author: KennethSamael Edited by: Adventurer -->
<!-- Deals with the following mods from the ReGrowth series: Boreal Forest Expanion, Cold Bog Expansion, Temperate Forest Expansion, Tundra Expansion, Wasteland, Volcanic Ice Sheet - Beta -->

<!-- Boreal -->
<!-- Aspen Forests -->
<Operation Class="PatchOperationFindMod">
<mods>
<li>ReGrowth: Aspen Forests</li>
</mods>
<match Class="PatchOperationAdd">
<xpath>Defs/ThingDef[defName="RG-AF_Plant_TreeAspenRed" or defName="RG-AF_Plant_TreeAspenYellow"]/plant</xpath>
<value>
<harvestedThingDef>WoodLog_Birch</harvestedThingDef>
</value>
</match>
</Operation>

<!-- Boreal -->
<Operation Class="PatchOperationFindMod">
<mods>
<li>[HLX] ReGrowth - Boreal Forest Expansion</li>
Expand Down