From 79992a04454aef0d0915c9a1536238f6e4640382 Mon Sep 17 00:00:00 2001 From: Till Affeldt Date: Wed, 22 Feb 2023 05:41:50 +0100 Subject: [PATCH] Fix bad mod.conf --- mod.conf | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/mod.conf b/mod.conf index c5b276b..f49bf5b 100644 --- a/mod.conf +++ b/mod.conf @@ -1,7 +1,6 @@ name = moon_phases title = Moon Phases author = TestificateMods -release = 20100 description = """ Changes the moon to follow a cycle between eight different phases. Expect the sky to change every four nights (or configure a custom schedule). @@ -10,4 +9,4 @@ square vanilla themed 16x16px textures Requires at least Minetest 5.2.0 """ -optional_depends = climate_api, skylayer \ No newline at end of file +optional_depends = climate_api, skylayer