-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathmod.json
More file actions
28 lines (28 loc) · 712 Bytes
/
mod.json
File metadata and controls
28 lines (28 loc) · 712 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
{
"geode": "5.6.0",
"gd": {
"win": "2.2081",
"android": "2.2081",
"mac": "2.2081",
"ios": "2.2081"
},
"id": "alphalaneous.alphas_geode_utils",
"name": "Alpha's Geode Utils",
"version": "v1.2.5",
"developer": "Alphalaneous",
"description": "Miscellaneous utilities for Geode Modding",
"api": {
"include": [
"include/*.hpp"
]
},
"early-load": true,
"links": {
"homepage": "https://linktr.ee/Alphalaneous",
"source": "https://github.com/Alphalaneous/Alphas-Geode-Utils",
"community": "https://discord.gg/Txn2CA5dHF"
},
"tags": [
"developer", "utility", "api"
]
}