From f5790ecf1726cfed08e58af1f593cad9a899a838 Mon Sep 17 00:00:00 2001 From: copygirl Date: Mon, 18 Jul 2022 09:43:19 +0200 Subject: [PATCH] Add Corn Delight and Farmer's Respite --- docs/MODS.md | 4 ++++ mods/corn-delight.pw.toml | 13 +++++++++++++ mods/farmers-respite.pw.toml | 13 +++++++++++++ mods/mysterious-mountain-lib.pw.toml | 13 +++++++++++++ 4 files changed, 43 insertions(+) create mode 100644 mods/corn-delight.pw.toml create mode 100644 mods/farmers-respite.pw.toml create mode 100644 mods/mysterious-mountain-lib.pw.toml diff --git a/docs/MODS.md b/docs/MODS.md index fc486e4..9c3fed6 100644 --- a/docs/MODS.md +++ b/docs/MODS.md @@ -60,6 +60,10 @@ More crops, cooking utensils, food and meals with effects - ![](icon/cf.png) [Copper's Delight](https://www.curseforge.com/minecraft/mc-mods/coppers-delight) - Adds a copper knife + - ![](icon/cf.png) [Corn Delight](https://www.curseforge.com/minecraft/mc-mods/corn-delight) - + Adds corn crop with extra food items + - ![](icon/cf.png) [Farmer's Respite](https://www.curseforge.com/minecraft/mc-mods/farmers-respite) - + Adds brewing mechanics as well as tea - ![](icon/cf.png) [Steel's Delight](https://www.curseforge.com/minecraft/mc-mods/steels-delight) - Adds a steel knife - ![](icon/mr.png) [Twilight Delight](https://modrinth.com/mod/twilightdelight) - diff --git a/mods/corn-delight.pw.toml b/mods/corn-delight.pw.toml new file mode 100644 index 0000000..43a48fe --- /dev/null +++ b/mods/corn-delight.pw.toml @@ -0,0 +1,13 @@ +name = "Corn Delight" +filename = "corn_delight-1.0.4-1.18.2.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "714c6c84b823c8dfa92d7aec473f8f4e9c59f3da" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 3793452 +project-id = 577805 diff --git a/mods/farmers-respite.pw.toml b/mods/farmers-respite.pw.toml new file mode 100644 index 0000000..c7b354b --- /dev/null +++ b/mods/farmers-respite.pw.toml @@ -0,0 +1,13 @@ +name = "Farmer's Respite" +filename = "FarmersRespite-1.18.2-1.3.0.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "614a77f2bed84318984b97de3a4e6be9e62eb95b" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 3859156 +project-id = 551453 diff --git a/mods/mysterious-mountain-lib.pw.toml b/mods/mysterious-mountain-lib.pw.toml new file mode 100644 index 0000000..3c277c2 --- /dev/null +++ b/mods/mysterious-mountain-lib.pw.toml @@ -0,0 +1,13 @@ +name = "Mysterious Mountain Lib" +filename = "mmlib-1.0.5-1.18.2.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "04440f5e89c756ef34f33526ec8b7f5fc14c1544" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 3857113 +project-id = 368098