This commit is contained in:
2026-02-22 20:27:09 -05:00
parent 7b326a112e
commit 92024c8a64
37 changed files with 6785 additions and 3344 deletions
+4
View File
@@ -192,4 +192,8 @@ class Craft{
}
}
Craft.getStatus = function(instance) {
return { active: true, target: 'sea_lantern' };
};
module.exports = Craft;