Browse Source

Change comment.

Poikilos 2 weeks ago
parent
commit
339536eb8a
  1. 3
      EnlivenMinetest.code-workspace
  2. 2
      pyenliven/metadata.py

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

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

Loading…
Cancel
Save