chore: declare commandhook dependency, mark server-side

This commit is contained in:
2026-06-29 07:31:41 +02:00
parent 6b72350dfe
commit a46c0ea8a8
+7 -5
View File
@@ -3,12 +3,14 @@
"type": "Code", "type": "Code",
"modid": "claimlink", "modid": "claimlink",
"name": "ClaimLink", "name": "ClaimLink",
"side": "Server",
"authors": [ "authors": [
"Unknown" "anth64"
], ],
"description": "To be added", "description": "Link claims together with groups.",
"version": "1.0.0", "version": "0.0.0",
"dependencies": { "dependencies": {
"game": "1.21.0" "game": "1.22.3",
"commandhook": "2.1.0"
} }
} }