diff --git a/defaultconfigs/compostbag-server.toml b/defaultconfigs/compostbag-server.toml new file mode 100644 index 0000000..3a7d322 --- /dev/null +++ b/defaultconfigs/compostbag-server.toml @@ -0,0 +1,6 @@ + +[server] + #Max bonemeal in compost bag + #Range: > 0 + maxBonemeal = 256 + diff --git a/docs/MODS.md b/docs/MODS.md index 7aca9f3..58f2174 100644 --- a/docs/MODS.md +++ b/docs/MODS.md @@ -53,6 +53,7 @@ - ![](icon/cf.png) [Bedspreads] - Apply banners to beds - ![](icon/cf.png) [Comforts] - Sleeping bags that don't set your spawn and hammocks that skip day +- ![](icon/cf.png) [Compost Bag] - Stores bonemeal, composts items, and can apply bonemeal in-world - ![](icon/mr.png) [Eccentric Tome] - Book for storing other guide books - ![](icon/cf.png) [Every Compat] - Craft certain modded blocks from additional modded materials - ![](icon/cf.png) [Farmer's Delight] - More crops, cooking utensils, food and meals with effects diff --git a/mods/compost-bag.pw.toml b/mods/compost-bag.pw.toml new file mode 100644 index 0000000..be20d4b --- /dev/null +++ b/mods/compost-bag.pw.toml @@ -0,0 +1,13 @@ +name = "Compost Bag" +filename = "CompostBag-Forge-1.18.2-1.0.0r.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "1033b25d0c7e74f10abb598244fe82abdc9706d1" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 3874223 +project-id = 597828