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", "digilines",
"dmobs", "dmobs",
"Facedeer", "Facedeer",
"fakelib",
"gamebuilder", "gamebuilder",
"gamespec", "gamespec",
"glooptest", "glooptest",
@ -32,6 +33,7 @@
"luanti", "luanti",
"mapgen", "mapgen",
"marinaramobs", "marinaramobs",
"mese",
"mesecons", "mesecons",
"metatools", "metatools",
"minetest", "minetest",
@ -71,6 +73,7 @@
"wulfsdad", "wulfsdad",
"Wuzzy", "Wuzzy",
"xban", "xban",
"xcompat",
"xdecor" "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"}, # {'name': "unifieddyes", 'repo': "https://github.com/mt-mods/unifieddyes.git"},
# TODO: ^ Add Poikilos/dyed mod instead # TODO: ^ Add Poikilos/dyed mod instead
# {'name': "sea", # {'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", {'name': "lootchests_modpack", 'repo': "https://github.com/mt-historical/lootchests_modpack.git",
'why': "shipwrecks uses lootchests_default from this to generate chests", 'why': "shipwrecks uses lootchests_default from this to generate chests",
'exclude': ["lootchests_magic_materials"]}, 'exclude': ["lootchests_magic_materials"]},

Loading…
Cancel
Save