Skip to content

Commit

Permalink
Add a detour for Decor Reimagined compatibility, as more optional par…
Browse files Browse the repository at this point in the history
…ameters were added to room constraints.
  • Loading branch information
peterhaneve committed Nov 22, 2024
1 parent 8474770 commit e71a0ce
Show file tree
Hide file tree
Showing 2 changed files with 560 additions and 551 deletions.
38 changes: 19 additions & 19 deletions DecorReimagined/DecorReimagined.csproj
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
<?xml version="1.0" encoding="utf-8"?>
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<AssemblyTitle>Decor Reimagined</AssemblyTitle>
<FileVersion>4.17.0.0</FileVersion>
<RootNamespace>ReimaginationTeam.DecorRework</RootNamespace>
<Description>Reworks decor, making an attractive colony a better colony.</Description>
<AssemblyVersion>4.1.0.0</AssemblyVersion>
<CopyPreview>true</CopyPreview>
<LastWorkingBuild>581979</LastWorkingBuild>
<Platforms>Vanilla;Mergedown</Platforms>
</PropertyGroup>
<ItemGroup>
<None Remove="buildings.json" />
</ItemGroup>
<ItemGroup>
<EmbeddedResource Include="buildings.json" />
</ItemGroup>
</Project>
<?xml version="1.0" encoding="utf-8"?>
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<AssemblyTitle>Decor Reimagined</AssemblyTitle>
<FileVersion>4.18.0.0</FileVersion>
<RootNamespace>ReimaginationTeam.DecorRework</RootNamespace>
<Description>Reworks decor, making an attractive colony a better colony.</Description>
<AssemblyVersion>4.1.0.0</AssemblyVersion>
<CopyPreview>true</CopyPreview>
<LastWorkingBuild>581979</LastWorkingBuild>
<Platforms>Vanilla;Mergedown</Platforms>
</PropertyGroup>
<ItemGroup>
<None Remove="buildings.json" />
</ItemGroup>
<ItemGroup>
<EmbeddedResource Include="buildings.json" />
</ItemGroup>
</Project>
Loading

0 comments on commit e71a0ce

Please sign in to comment.