Browse Source

Add i3 and set i3_progressive_mode.

master
Poikilos 4 days ago
parent
commit
1a803e6d31
  1. 5
      changelog.md
  2. 3
      pyenliven/metadata.py

5
changelog.md

@ -5,6 +5,11 @@ The format is based on [Keep a
Changelog](https://keepachangelog.com/en/1.0.0/). Changelog](https://keepachangelog.com/en/1.0.0/).
## [unreleased] - 2026-03-11
### Added
- i3 inventory (and set i3_progressive_mode)
## [unreleased] - 2026-03-11 ## [unreleased] - 2026-03-11
### Added ### Added
- nebula_anticheat - nebula_anticheat

3
pyenliven/metadata.py

@ -323,6 +323,9 @@ gamespec['add_mods']: List[Dict[str, any]] = [
{'name': "hunger_ng", 'repo': ["https://gitlab.com/4w/hunger_ng.git", {'name': "hunger_ng", 'repo': ["https://gitlab.com/4w/hunger_ng.git",
"https://git.0x7be.net/dirk/hunger_ng"], "https://git.0x7be.net/dirk/hunger_ng"],
'why': "Many mods including marinara depend on it"}, 'why': "Many mods including marinara depend on it"},
{'name': "i3", 'repo': "https://github.com/mt-historical/i3.git",
'settings': OrderedDict(i3_progressive_mode=True)},
# NOTE: mtg_craftguide is not necessary for i3--it has its own (& we can specify i3_progressive_mode for unlocking recipes)
{'name': "lightning", 'repo': "https://github.com/minetest-mods/lightning.git"}, {'name': "lightning", 'repo': "https://github.com/minetest-mods/lightning.git"},
# {'name': "money", 'repo': ["https://notabug.org/TenPlus1/money", # {'name': "money", 'repo': ["https://notabug.org/TenPlus1/money",
# "https://codeberg.org/tenplus1/money.git"], # "https://codeberg.org/tenplus1/money.git"],

Loading…
Cancel
Save