changes to line-ends
This commit is contained in:
+21
-21
@@ -1,22 +1,22 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<ModMetaData>
|
||||
<name>Rice doesn't need Cooling!</name>
|
||||
<author>Ivelischt</author>
|
||||
|
||||
<packageId>ivelischt.RimWorld.uncooledRice</packageId>
|
||||
<url>https://lab.dutt.ch/fagi/ricedoesntneedcooling</url>
|
||||
<description>
|
||||
This is just a basic DefMod.
|
||||
With it, it is not required to cool Rice.
|
||||
Why would you?
|
||||
</description>
|
||||
<loadAfter>
|
||||
<li>Ludeon.RimWorld</li>
|
||||
</loadAfter>
|
||||
<supportedVersions>
|
||||
<li>1.2</li>
|
||||
<li>1.3</li>
|
||||
<li>1.4</li>
|
||||
<li>1.5</li>
|
||||
</supportedVersions>
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<ModMetaData>
|
||||
<name>Rice doesn't need Cooling!</name>
|
||||
<author>Ivelischt</author>
|
||||
|
||||
<packageId>ivelischt.RimWorld.uncooledRice</packageId>
|
||||
<url>https://lab.dutt.ch/fagi/ricedoesntneedcooling</url>
|
||||
<description>
|
||||
This is just a basic DefMod.
|
||||
With it, it is not required to cool Rice.
|
||||
Why would you?
|
||||
</description>
|
||||
<loadAfter>
|
||||
<li>Ludeon.RimWorld</li>
|
||||
</loadAfter>
|
||||
<supportedVersions>
|
||||
<li>1.2</li>
|
||||
<li>1.3</li>
|
||||
<li>1.4</li>
|
||||
<li>1.5</li>
|
||||
</supportedVersions>
|
||||
</ModMetaData>
|
||||
@@ -1,10 +1,10 @@
|
||||
<?xml version="1.0" encoding="utf-8" ?>
|
||||
<Patch>
|
||||
<Operation Class="PatchOperationAdd">
|
||||
<xpath>Defs/ThingDef[defName="RawRice"]/statBases</xpath>
|
||||
<value><DeteriorationRate>0.25</DeteriorationRate></value>
|
||||
</Operation>
|
||||
<Operation Class="PatchOperationRemove">
|
||||
<xpath>Defs/ThingDef[defName="RawRice"]/comps/li[@Class="CompProperties_Rottable"]</xpath>
|
||||
</Operation>
|
||||
<?xml version="1.0" encoding="utf-8" ?>
|
||||
<Patch>
|
||||
<Operation Class="PatchOperationAdd">
|
||||
<xpath>Defs/ThingDef[defName="RawRice"]/statBases</xpath>
|
||||
<value><DeteriorationRate>0.25</DeteriorationRate></value>
|
||||
</Operation>
|
||||
<Operation Class="PatchOperationRemove">
|
||||
<xpath>Defs/ThingDef[defName="RawRice"]/comps/li[@Class="CompProperties_Rottable"]</xpath>
|
||||
</Operation>
|
||||
</Patch>
|
||||
@@ -1,10 +1,10 @@
|
||||
# RiceDoesntNeedCooling
|
||||
Small DefMod for RimWorld
|
||||
|
||||
**What is this?**
|
||||
|
||||
This is just a basic DefMod.
|
||||
With it, it is not required to cool Rice.
|
||||
Why would you?
|
||||
|
||||
for the Steam Version, check out this link: https://steamcommunity.com/sharedfiles/filedetails/?id=3330013710
|
||||
# RiceDoesntNeedCooling
|
||||
Small DefMod for RimWorld
|
||||
|
||||
**What is this?**
|
||||
|
||||
This is just a basic DefMod.
|
||||
With it, it is not required to cool Rice.
|
||||
Why would you?
|
||||
|
||||
for the Steam Version, check out this link: https://steamcommunity.com/sharedfiles/filedetails/?id=3330013710
|
||||
|
||||
Reference in New Issue
Block a user