version 1.0

No longer works as of Alpha 20.
This commit is contained in:
2024-08-15 11:06:10 -04:00
commit 26069406b5
3 changed files with 33 additions and 0 deletions

14
Config/recipes.xml Normal file
View File

@@ -0,0 +1,14 @@
<configs>
<append xpath="/recipes">
<recipe name="ammoGasCan" count="10" craft_area="chemistryStation" tags="learnable,chemStationCrafting">
<ingredient name="drinkJarGrainAlcohol" count="1"/>
</recipe>
<recipe name="resourceOil" count="1" craft_area="chemistryStation" tags="perkYeahScienceCrafting,learnable,chemStationCrafting">
<ingredient name="foodCornMeal" count="24"/>
<ingredient name="drinkCanEmpty" count="1"/>
<effect_group>
<passive_effect name="CraftingIngredientCount" level="2,5" operation="base_add" value="-2" tags="foodCornMeal"/>
</effect_group>
</recipe>
</append>
</configs>