Forgot to adjust organic workamount and inject recipe to refinery.

This commit is contained in:
MADxingjin 2025-06-05 17:57:03 +08:00
parent fc76053855
commit 1bfe633762
2 changed files with 11 additions and 1 deletions

View File

@ -35,7 +35,7 @@
<jobString>Refining chemfuel from organics.</jobString> <jobString>Refining chemfuel from organics.</jobString>
<effectWorking>Cremate</effectWorking> <effectWorking>Cremate</effectWorking>
<soundWorking>Recipe_Cremate</soundWorking> <soundWorking>Recipe_Cremate</soundWorking>
<workAmount>2500</workAmount> <workAmount>7500</workAmount>
<workSpeedStat>GeneralLaborSpeed</workSpeedStat> <workSpeedStat>GeneralLaborSpeed</workSpeedStat>
<allowMixingIngredients>true</allowMixingIngredients> <allowMixingIngredients>true</allowMixingIngredients>
<ingredientValueGetterClass>IngredientValueGetter_Nutrition</ingredientValueGetterClass> <ingredientValueGetterClass>IngredientValueGetter_Nutrition</ingredientValueGetterClass>

View File

@ -0,0 +1,10 @@
<?xml version="1.0" encoding="UTF-8"?>
<Patch>
<Operation Class="PatchOperationAdd">
<xpath>Defs/ThingDef[defName="BiofuelRefinery"]/recipes</xpath>
<value>
<li>Make_ChemfuelFromWoodBulk</li>
<li>Make_ChemfuelFromOrganicsBulk</li>
</value>
</Operation>
</Patch>