From d3c7bc87cb1745e07eef8dee5852d04e2af76e72 Mon Sep 17 00:00:00 2001 From: anth64 Date: Tue, 2 Jun 2026 22:54:00 +0200 Subject: [PATCH] chore: bump game dependency to 1.22.3, version to 0.1.0 --- CommandHook/modinfo.json | 17 +++++++---------- 1 file changed, 7 insertions(+), 10 deletions(-) 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" + } }