From 37568f4de5bd7c0b46295cf153e376baa9fab754 Mon Sep 17 00:00:00 2001 From: Poikilos <7557867+poikilos@users.noreply.github.com> Date: Wed, 11 Mar 2026 08:32:14 -0400 Subject: [PATCH] Remove nonworking modlist mod. Game starts in Luanti 5.15 now. --- pyenliven/metadata.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pyenliven/metadata.py b/pyenliven/metadata.py index cd8460c..866396c 100644 --- a/pyenliven/metadata.py +++ b/pyenliven/metadata.py @@ -40,7 +40,8 @@ gamespec['add_mods']: List[Dict[str, any]] = [ 'items': {'moderator': ['invhack:tool']}, 'comments': ["See also inventory_admin mod which is purely command-based"]}, {'name': "metatools", 'repo': "https://github.com/Poikilos/metatools.git"}, - {'name': "modlist", 'repo': "https://github.com/SkyBuilder1717/modlist.git"}, + # {'name': "modlist", 'repo': "https://github.com/SkyBuilder1717/modlist.git"}, + # ^ in callback environment_Step() init.lua: 42: attempt to index local 'f' (a nil value) {'name': "protect_block_area", 'repo': "https://github.com/C-C-Minetest-Server/protect_block_area.git"}, # {'name': "protector", 'repo': ["https://notabug.org/TenPlus1/protector.git", # "https://codeberg.org/tenplus1/protector.git"]},