diff --git a/CommandHook/modinfo.json b/CommandHook/modinfo.json index 19d1661..6747edd 100644 --- a/CommandHook/modinfo.json +++ b/CommandHook/modinfo.json @@ -1,15 +1,12 @@ { - "$schema": "https://moddbcdn.vintagestory.at/schema/modinfo.latest.json", - "type": "Code", + "type": "code", "modid": "commandhook", "name": "CommandHook", - "authors": [ - "anth64" - ], - "description": "A server-side API for routing and overriding vanilla commands.", - "version": "0.0.0", + "description": "Exposes server command events for other mods to hook into.", + "authors": ["anth64"], + "version": "0.1.0", + "side": "Server", "dependencies": { - "game": "1.21.0" - }, - "side": "Server" + "game": "1.22.3" + } }