diff --git a/README.md b/README.md index e46076d..2cb6725 100644 --- a/README.md +++ b/README.md @@ -20,4 +20,6 @@ Other Textures by Lokrates (CC BY-SA 4.0) **Installation:** -Unzip, rename to 'biofuel' and copy to 'minetest/mod'-folder +Minetest 0.4.X: Unzip, rename to 'biofuel' and copy to 'minetest/mod'-folder +Minetest 5.X: Unzip and copy to 'minetest/mod'-folder + or install from the Content Database \ No newline at end of file diff --git a/changelog.md b/changelog.md index 52bafb8..6945f75 100644 --- a/changelog.md +++ b/changelog.md @@ -15,3 +15,14 @@ Version 0.3: [Farming_Redo Hemp Support](https://forum.minetest.net/viewtopic.php?t=9019) (naturefreshmilk/Lokrates) mod.conf added (ThorfinnS/Lokrates) + +Version 0.4: +------------ +[Farming_Redo Ethanol/Hemp-Oil Support](https://forum.minetest.net/viewtopic.php?t=9019) + +[ Wine Support Rum/Tequlla] (https://forum.minetest.net/viewtopic.php?f=11&t=13642) + +[Cucina Vegana Support Plants/Oil] (https://forum.minetest.net/viewtopic.php?f=9&t=20001) + +Refinery-Output is now a Phial instead of a bottle. + diff --git a/depends.txt b/depends.txt index bd61b16..4b9bc1a 100644 --- a/depends.txt +++ b/depends.txt @@ -3,3 +3,6 @@ pipeworks? farming? pooper? intllib? +wine? +basic_materials? +cucina_vegana? diff --git a/mod.conf b/mod.conf index 24b702d..c24f8f0 100644 --- a/mod.conf +++ b/mod.conf @@ -2,6 +2,6 @@ name = biofuel author = Lokrates description = A Minetest-Mod to produce biofuel from unused plants. depends = default -optional_depends = intllib,pipeworks,farming,pooper -version = 0.3 +optional_depends = intllib,pipeworks,farming,pooper,wine,basic_materials,cucina_vegana +version = 0.4 title = Biofuel diff --git a/screenshot.png b/screenshot.png index 2ef454e..7b57d59 100644 Binary files a/screenshot.png and b/screenshot.png differ