From 547b4b39d57bdfa6a0d28bc8bae86b6f1267c4e4 Mon Sep 17 00:00:00 2001 From: MeseCraft Date: Thu, 7 Jul 2022 12:29:34 -0500 Subject: [PATCH] remove release lines from other mod.conf's in weather bundle --- mods/ENVIRONMENT/climate/climate_api/mod.conf | 3 +-- mods/ENVIRONMENT/climate/moon_phase/mod.conf | 3 +-- mods/ENVIRONMENT/climate/regional_weather/mod.conf | 3 +-- 3 files changed, 3 insertions(+), 6 deletions(-) diff --git a/mods/ENVIRONMENT/climate/climate_api/mod.conf b/mods/ENVIRONMENT/climate/climate_api/mod.conf index 4e69155..fb8286f 100644 --- a/mods/ENVIRONMENT/climate/climate_api/mod.conf +++ b/mods/ENVIRONMENT/climate/climate_api/mod.conf @@ -1,7 +1,6 @@ name = climate_api title = Climate API author = TestificateMods -release = 10001 optional_depends = player_monoids, playerphysics, pova description = """ A powerful engine for weather presets and visual effects. @@ -14,4 +13,4 @@ Make it rain, change the sky or poison the player - it's up to you. Climate API requires additional weather packs in order to function. Try regional_weather for the best experience. -""" \ No newline at end of file +""" diff --git a/mods/ENVIRONMENT/climate/moon_phase/mod.conf b/mods/ENVIRONMENT/climate/moon_phase/mod.conf index c5b276b..f49bf5b 100644 --- a/mods/ENVIRONMENT/climate/moon_phase/mod.conf +++ b/mods/ENVIRONMENT/climate/moon_phase/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 diff --git a/mods/ENVIRONMENT/climate/regional_weather/mod.conf b/mods/ENVIRONMENT/climate/regional_weather/mod.conf index 235ec07..58b2523 100644 --- a/mods/ENVIRONMENT/climate/regional_weather/mod.conf +++ b/mods/ENVIRONMENT/climate/regional_weather/mod.conf @@ -1,7 +1,6 @@ name = regional_weather title = Regional Weather author = TestificateMods -release = 100000 depends = climate_api optional_depends = default, lightning, farming, fire, pedology description = """ @@ -9,4 +8,4 @@ Not every biome is the same and neither should their weather be. Regional Weather controls it's effects with the local climate in mind. Experience the humid air of the rain forest and harsh desert sandstorms. -""" \ No newline at end of file +"""