Forgot to adjust organic workamount and inject recipe to refinery.
This commit is contained in:
parent
fc76053855
commit
1bfe633762
@ -35,7 +35,7 @@
|
||||
<jobString>Refining chemfuel from organics.</jobString>
|
||||
<effectWorking>Cremate</effectWorking>
|
||||
<soundWorking>Recipe_Cremate</soundWorking>
|
||||
<workAmount>2500</workAmount>
|
||||
<workAmount>7500</workAmount>
|
||||
<workSpeedStat>GeneralLaborSpeed</workSpeedStat>
|
||||
<allowMixingIngredients>true</allowMixingIngredients>
|
||||
<ingredientValueGetterClass>IngredientValueGetter_Nutrition</ingredientValueGetterClass>
|
||||
|
10
Patches/PCore_BulkRecipeInjection.xml
Normal file
10
Patches/PCore_BulkRecipeInjection.xml
Normal 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>
|
Loading…
Reference in New Issue
Block a user