diff --git a/abm.lua b/abm.lua
index f7f0cf7..7d2fc0d 100644
--- a/abm.lua
+++ b/abm.lua
@@ -8,9 +8,9 @@ local abm_mapped_keys = {
"catch_up"
}
-minetest.register_on_mods_loaded(function()
+mtinfo.export_abms = function()
local data = {}
mtinfo.map_list(data, minetest.registered_abms, abm_mapped_keys)
mtinfo.export_json(mtinfo.basepath.."/data/abm.js", data, "mtinfo.abm")
-end)
+end
diff --git a/app/index.html b/app/index.html
index a1fb545..71f14d5 100644
--- a/app/index.html
+++ b/app/index.html
@@ -21,16 +21,24 @@
-
+
+
+
+
+
-
+
+
-
+
+
+
+