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"]},