From ab41129a43603c4f3058480ce6c264f0ecee07e3 Mon Sep 17 00:00:00 2001 From: Tyler Hallada Date: Thu, 15 Aug 2024 11:06:10 -0400 Subject: [PATCH] version 1.0 No longer works as of Alpha 20. --- Config/recipes.xml | 14 ++++++++++++++ ModInfo.xml | 9 +++++++++ mod.xml | 10 ++++++++++ 3 files changed, 33 insertions(+) create mode 100644 Config/recipes.xml create mode 100644 ModInfo.xml create mode 100644 mod.xml diff --git a/Config/recipes.xml b/Config/recipes.xml new file mode 100644 index 0000000..2e2e316 --- /dev/null +++ b/Config/recipes.xml @@ -0,0 +1,14 @@ + + + + + + + + + + + + + + \ No newline at end of file diff --git a/ModInfo.xml b/ModInfo.xml new file mode 100644 index 0000000..d97a0d9 --- /dev/null +++ b/ModInfo.xml @@ -0,0 +1,9 @@ + + + + + + + + + \ No newline at end of file diff --git a/mod.xml b/mod.xml new file mode 100644 index 0000000..15b9755 --- /dev/null +++ b/mod.xml @@ -0,0 +1,10 @@ + + + Critterman + Corn Fuel and Oil + Adds recipes to the game to create Gas Cans from Grain Alcohol and Oil from Cornmeal. + 1.0 + 18.4 + 0.7.3 + + \ No newline at end of file