mirror of
https://gitgud.io/lutepickle/rjw_menstruation.git
synced 2024-08-14 22:46:52 +00:00
Remove milk patch that was breaking MC's textures
This commit is contained in:
parent
e4583fe9d7
commit
51bc32248a
3 changed files with 4 additions and 18 deletions
|
@ -1,17 +0,0 @@
|
||||||
<?xml version="1.0" encoding="UTF-8"?>
|
|
||||||
<Patch>
|
|
||||||
<Operation Class="PatchOperationConditional">
|
|
||||||
<xpath>/Defs/ThingDef[defName="HumanMilk" or defName="HumanoidMilk"]/graphicData</xpath>
|
|
||||||
<match Class="PatchOperationReplace">
|
|
||||||
<xpath>/Defs/ThingDef[defName="HumanMilk" or defName="HumanoidMilk"]/graphicData</xpath>
|
|
||||||
<value>
|
|
||||||
<graphicData>
|
|
||||||
<texPath>Things/Item/Milkbottle</texPath>
|
|
||||||
<graphicClass>Graphic_StackCount</graphicClass>
|
|
||||||
</graphicData>
|
|
||||||
</value>
|
|
||||||
</match>
|
|
||||||
</Operation>
|
|
||||||
|
|
||||||
|
|
||||||
</Patch>
|
|
|
@ -1,7 +1,7 @@
|
||||||
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
|
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
|
||||||
<Manifest>
|
<Manifest>
|
||||||
<identifier>RJW Menstruation</identifier>
|
<identifier>RJW Menstruation</identifier>
|
||||||
<version>1.0.8.6</version>
|
<version>1.0.8.7</version>
|
||||||
<dependencies>
|
<dependencies>
|
||||||
</dependencies>
|
</dependencies>
|
||||||
<incompatibleWith />
|
<incompatibleWith />
|
||||||
|
|
|
@ -1,3 +1,6 @@
|
||||||
|
Version 1.0.8.7
|
||||||
|
- Fix missing texture when using Milkable Colonists
|
||||||
|
|
||||||
Version 1.0.8.6
|
Version 1.0.8.6
|
||||||
- Updated Traditional Chinese translation by Hydrogen.
|
- Updated Traditional Chinese translation by Hydrogen.
|
||||||
- Fix error when trying to terminate a non-Biotech pregnancy.
|
- Fix error when trying to terminate a non-Biotech pregnancy.
|
||||||
|
|
Loading…
Reference in a new issue