version 1.0

No longer works as of Alpha 20.
This commit is contained in:
Tyler Hallada 2024-08-15 11:06:10 -04:00
commit ab41129a43
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>

9
ModInfo.xml Normal file
View File

@ -0,0 +1,9 @@
<?xml version="1.0" encoding="UTF-8"?>
<xml>
<ModInfo>
<Name value="Corn Fuel and Oil"/>
<Description value="Adds recipes to the game to create Gas Cans from Grain Alcohol and Oil from Cornmeal."/>
<Author value="Critterman"/>
<Version value="1.0"/>
</ModInfo>
</xml>

10
mod.xml Normal file
View File

@ -0,0 +1,10 @@
<mod>
<info>
<author>Critterman</author>
<name>Corn Fuel and Oil</name>
<description>Adds recipes to the game to create Gas Cans from Grain Alcohol and Oil from Cornmeal.</description>
<mod_version>1.0</mod_version>
<game_version>18.4</game_version>
<launcher_version>0.7.3</launcher_version>
</info>
</mod>