From 942dde70f87c9a0075a76d2abfd4349bc27c79eb Mon Sep 17 00:00:00 2001 From: Skivling Date: Sun, 5 May 2024 10:06:04 +1200 Subject: [PATCH] Add title, description and RP optional_depends --- mod.conf | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/mod.conf b/mod.conf index 78c897a..7096e65 100644 --- a/mod.conf +++ b/mod.conf @@ -1,4 +1,5 @@ name = sum_airship +title = Airship (sum) author = Sumi -description = airship -optional_depends = default, mcl_core, mcl_wool, mcl_mobitems, mcl_player \ No newline at end of file +description = Adds a simple airship to Minetest Game, MineClone (VoxeLibre) and RePixture. +optional_depends = default, mcl_core, mcl_wool, mcl_mobitems, mcl_player, rp_crafting, rp_default \ No newline at end of file