chore: bump game dependency to 1.22.3, version to 0.1.0

This commit is contained in:
2026-06-02 22:54:00 +02:00
parent d0746404cd
commit d3c7bc87cb
+7 -10
View File
@@ -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"
}
}