Private
Public Access
1
0

changes to line-ends

This commit is contained in:
2025-06-25 14:31:47 +02:00
parent 3bfd69572f
commit 5d766377e4
3 changed files with 40 additions and 40 deletions
+21 -21
View File
@@ -1,22 +1,22 @@
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="utf-8"?>
<ModMetaData> <ModMetaData>
<name>Rice doesn't need Cooling!</name> <name>Rice doesn't need Cooling!</name>
<author>Ivelischt</author> <author>Ivelischt</author>
<packageId>ivelischt.RimWorld.uncooledRice</packageId> <packageId>ivelischt.RimWorld.uncooledRice</packageId>
<url>https://lab.dutt.ch/fagi/ricedoesntneedcooling</url> <url>https://lab.dutt.ch/fagi/ricedoesntneedcooling</url>
<description> <description>
This is just a basic DefMod. This is just a basic DefMod.
With it, it is not required to cool Rice. With it, it is not required to cool Rice.
Why would you? Why would you?
</description> </description>
<loadAfter> <loadAfter>
<li>Ludeon.RimWorld</li> <li>Ludeon.RimWorld</li>
</loadAfter> </loadAfter>
<supportedVersions> <supportedVersions>
<li>1.2</li> <li>1.2</li>
<li>1.3</li> <li>1.3</li>
<li>1.4</li> <li>1.4</li>
<li>1.5</li> <li>1.5</li>
</supportedVersions> </supportedVersions>
</ModMetaData> </ModMetaData>
+9 -9
View File
@@ -1,10 +1,10 @@
<?xml version="1.0" encoding="utf-8" ?> <?xml version="1.0" encoding="utf-8" ?>
<Patch> <Patch>
<Operation Class="PatchOperationAdd"> <Operation Class="PatchOperationAdd">
<xpath>Defs/ThingDef[defName="RawRice"]/statBases</xpath> <xpath>Defs/ThingDef[defName="RawRice"]/statBases</xpath>
<value><DeteriorationRate>0.25</DeteriorationRate></value> <value><DeteriorationRate>0.25</DeteriorationRate></value>
</Operation> </Operation>
<Operation Class="PatchOperationRemove"> <Operation Class="PatchOperationRemove">
<xpath>Defs/ThingDef[defName="RawRice"]/comps/li[@Class="CompProperties_Rottable"]</xpath> <xpath>Defs/ThingDef[defName="RawRice"]/comps/li[@Class="CompProperties_Rottable"]</xpath>
</Operation> </Operation>
</Patch> </Patch>
+10 -10
View File
@@ -1,10 +1,10 @@
# RiceDoesntNeedCooling # RiceDoesntNeedCooling
Small DefMod for RimWorld Small DefMod for RimWorld
**What is this?** **What is this?**
This is just a basic DefMod. This is just a basic DefMod.
With it, it is not required to cool Rice. With it, it is not required to cool Rice.
Why would you? Why would you?
for the Steam Version, check out this link: https://steamcommunity.com/sharedfiles/filedetails/?id=3330013710 for the Steam Version, check out this link: https://steamcommunity.com/sharedfiles/filedetails/?id=3330013710