Browse Source

Add a TODO.

master
Poikilos 5 days ago
parent
commit
ddaae7703b
  1. 1
      pyenliven/metadata.py

1
pyenliven/metadata.py

@ -74,6 +74,7 @@ gamespec['add_mods']: List[Dict[str, any]] = [
{'name': "mobs_water", 'repo': "https://github.com/blert2112/mobs_water.git"}, {'name': "mobs_water", 'repo': "https://github.com/blert2112/mobs_water.git"},
#{'name': "dmobs", 'repo': ["https://github.com/minetest-mobs-mods/dmobs.git", #{'name': "dmobs", 'repo': ["https://github.com/minetest-mobs-mods/dmobs.git",
# "https://codeberg.org/tenplus1/dmobs"]}, # "https://codeberg.org/tenplus1/dmobs"]},
# TODO: ^ Compare the new skeleton texture to mine
# TODO: ^ Make open_ai mobs api bridge for these? # TODO: ^ Make open_ai mobs api bridge for these?
# {'name': "open_ai", 'repo': "https://github.com/Poikilos/open_ai.git", # {'name': "open_ai", 'repo': "https://github.com/Poikilos/open_ai.git",
# 'why': "creatura is light on features; no projectiles etc. Mobs Redo AI is low-functioning."}, # 'why': "creatura is light on features; no projectiles etc. Mobs Redo AI is low-functioning."},

Loading…
Cancel
Save