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", "modid": "commandhook",
"name": "CommandHook", "name": "CommandHook",
"authors": [ "description": "Exposes server command events for other mods to hook into.",
"anth64" "authors": ["anth64"],
], "version": "0.1.0",
"description": "A server-side API for routing and overriding vanilla commands.", "side": "Server",
"version": "0.0.0",
"dependencies": { "dependencies": {
"game": "1.21.0" "game": "1.22.3"
}, }
"side": "Server"
} }