From 093c0104ca7e92a826080117470cb74b162dea1d Mon Sep 17 00:00:00 2001 From: TheOnlyJoeEnderman Date: Mon, 28 Nov 2022 05:52:06 +0000 Subject: [PATCH] made version requirement more lax --- mod.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mod.conf b/mod.conf index e3c1c68..1a45e48 100644 --- a/mod.conf +++ b/mod.conf @@ -2,5 +2,5 @@ name = too_many_stones description = Adds several new stone types to Minetest Game or any game that supplies default. V6 terrain is unsupported. Stairs, slabs, and walls will be available only if your game supplies stairs and walls. depends = default optional_depends = stairs, walls, geodes, moreores -min_minetest_version = 5.5.1 +min_minetest_version = 5.3 title = Too Many Stones