Skip to content

Commit 8545dbf

Browse files
committed
v1.6
- Compiled for Rimworld 1.4
1 parent 82e9c1e commit 8545dbf

18 files changed

Lines changed: 254 additions & 141 deletions

.gitignore

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
.*
2+
_*
3+
/*
4+
*.user
5+
*.pdb
6+
!/.gitignore
7+
!/README.md
8+
!/source/

LICENSE

Lines changed: 0 additions & 21 deletions
This file was deleted.

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Collapser
2-
![Mod Version](https://img.shields.io/badge/Mod_Version-1.5-blue.svg)
3-
![RimWorld Version](https://img.shields.io/badge/Built_for_RimWorld-1.3-blue.svg)
4-
![Harmony Version](https://img.shields.io/badge/Powered_by_Harmony-2.x-blue.svg)\
2+
![Mod Version](https://img.shields.io/badge/Mod_Version-1.6-blue.svg)
3+
![RimWorld Version](https://img.shields.io/badge/Built_for_RimWorld-1.4-blue.svg)
4+
![Harmony Version](https://img.shields.io/badge/Powered_by_Harmony-2.2-blue.svg)\
55
![Steam Subscribers](https://img.shields.io/badge/dynamic/xml.svg?label=Steam+Subscribers&query=//table/tr[2]/td[1]&colorB=blue&url=https://steamcommunity.com/sharedfiles/filedetails/%3Fid=1499847220&suffix=+total)
66
![GitHub Downloads](https://img.shields.io/github/downloads/Jaxe-Dev/Collapser/total.svg?colorB=blue&label=GitHub+Downloads)
77

Source/Collapser.sln

Lines changed: 0 additions & 21 deletions
This file was deleted.

Source/Mod.cs

Lines changed: 0 additions & 15 deletions
This file was deleted.

Source/Patch.cs

Lines changed: 0 additions & 58 deletions
This file was deleted.
Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,12 @@
33
<packageId>Jaxe.Collapser</packageId>
44
<name>Collapser</name>
55
<author>Jaxe</author>
6-
<description>Mod Version: 1.5\n\n\nRemove overhead mountains on collapse as long as there is non-overhead mountain roof next to the collapse.\n\nWithout this mod there is no way to remove overhead mountain, no matter how many times it collapses it does not go away. With this mod if an overhead mountain roof collapses and there is a non-overhead roof on a tile directly adjacent to it then the overhead mountain will be removed..</description>
6+
<description>Mod Version: {ReleaseVersion}\n\n\nRemove overhead mountains on collapse as long as there is non-overhead mountain roof next to the collapse.\n\nWithout this mod there is no way to remove overhead mountain, no matter how many times it collapses it does not go away. With this mod if an overhead mountain roof collapses and there is a non-overhead roof on a tile directly adjacent to it then the overhead mountain will be removed..</description>
77
<supportedVersions>
88
<li>1.1</li>
99
<li>1.2</li>
1010
<li>1.3</li>
11+
<li>1.4</li>
1112
</supportedVersions>
1213
<modDependencies>
1314
<li>

Assemblies/Collapser.dll renamed to source/-/Legacy/1.1-1.3/Assemblies/Collapser.dll

File renamed without changes.

0 commit comments

Comments
 (0)