From 3f62fd3cf1d3ab082a17de515755c862936902cf Mon Sep 17 00:00:00 2001 From: Hugo Locurcio Date: Wed, 3 Jun 2020 18:54:47 +0200 Subject: [PATCH] Declare the minimum supported Minetest version to 5.0.0 This information can be used by ContentDB. --- mod.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/mod.conf b/mod.conf index d4dc0c2..341e834 100644 --- a/mod.conf +++ b/mod.conf @@ -2,3 +2,4 @@ name = moreores description = Adds new ore types. depends = default optional_depends = carts,farming,frame,mg,toolranks +min_minetest_version = 5.0.0