From 9b47fc7b4b458b29bed271b3ebc452d30446b5ce Mon Sep 17 00:00:00 2001 From: Hugo Locurcio Date: Wed, 3 Jun 2020 18:56:14 +0200 Subject: [PATCH] Declare the minimum supported Minetest version to 0.4.17 This information can be used by ContentDB. --- mod.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/mod.conf b/mod.conf index 0f886a6..4a00f68 100644 --- a/mod.conf +++ b/mod.conf @@ -1,2 +1,3 @@ name = gauges description = Adds health and breath gauges above players. +min_minetest_version = 0.4.17