diff --git a/README.md b/README.md index 5125aad..683b697 100644 --- a/README.md +++ b/README.md @@ -31,6 +31,7 @@ Video: https://youtu.be/pItpltmUoa8 ## Optional Dependencies +- default (recipes) - farming (bow and target recipes) - 3d_armor (calculates damage including the armor) - hbhunger (changes hudbar when poisoned) diff --git a/mod.conf b/mod.conf index 9c3e393..f5c7e0d 100644 --- a/mod.conf +++ b/mod.conf @@ -1,5 +1,5 @@ name = x_bows description = Adds bow and arrows to Minetest. depends = -optional_depends = farming, 3d_armor, hbhunger, mesecons, playerphysics +optional_depends = default, farming, 3d_armor, hbhunger, mesecons, playerphysics min_minetest_version = 5.0 \ No newline at end of file diff --git a/screenshot.png b/screenshot.png index ba823c9..c5fd447 100644 Binary files a/screenshot.png and b/screenshot.png differ