From 339536eb8a4d4b56b967f3639d08a2b0d630f567 Mon Sep 17 00:00:00 2001 From: Poikilos <7557867+poikilos@users.noreply.github.com> Date: Mon, 9 Mar 2026 00:42:35 -0400 Subject: [PATCH] Change comment. --- EnlivenMinetest.code-workspace | 3 +++ pyenliven/metadata.py | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/EnlivenMinetest.code-workspace b/EnlivenMinetest.code-workspace index 3182a28..0806e1b 100644 --- a/EnlivenMinetest.code-workspace +++ b/EnlivenMinetest.code-workspace @@ -18,6 +18,7 @@ "digilines", "dmobs", "Facedeer", + "fakelib", "gamebuilder", "gamespec", "glooptest", @@ -32,6 +33,7 @@ "luanti", "mapgen", "marinaramobs", + "mese", "mesecons", "metatools", "minetest", @@ -71,6 +73,7 @@ "wulfsdad", "Wuzzy", "xban", + "xcompat", "xdecor" ] } diff --git a/pyenliven/metadata.py b/pyenliven/metadata.py index eecdfb6..2836be0 100644 --- a/pyenliven/metadata.py +++ b/pyenliven/metadata.py @@ -230,7 +230,7 @@ gamespec['add_mods']: List[Dict[str, any]] = [ # {'name': "unifieddyes", 'repo': "https://github.com/mt-mods/unifieddyes.git"}, # TODO: ^ Add Poikilos/dyed mod instead # {'name': "sea", - # 'why-not': "deprecated, missing source, basis of codersea, replaceable by decorations_sea or oceans. Recommends scuba, also gone"} + # 'why-not': "deprecated & gone, replaceable by decorations_sea or oceans. Recommends scuba which is also gone"} {'name': "lootchests_modpack", 'repo': "https://github.com/mt-historical/lootchests_modpack.git", 'why': "shipwrecks uses lootchests_default from this to generate chests", 'exclude': ["lootchests_magic_materials"]},