chore: bump game dependency to 1.22.3, version to 0.1.0
This commit is contained in:
@@ -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"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user