From 33d90c2c453f43d3df55161de543c6701bceab60 Mon Sep 17 00:00:00 2001 From: rubenwardy Date: Mon, 4 Dec 2023 17:51:38 +0000 Subject: [PATCH] Add min_minetest_version to game.conf This is used by ContentDB to install the right version of a package for a given client version --- game.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/game.conf b/game.conf index 1e48ae96..52a773a6 100644 --- a/game.conf +++ b/game.conf @@ -1,3 +1,4 @@ title = Minetest Game author = Minetest description = A basic exploration, mining, crafting, and building, sandbox game with no NPCs, monsters, or animals. Minetest Game is usually used with mods added, and many mods are available for this game. Reliably maintained by Minetest Engine core developers. +min_minetest_version = 5.8