2018-11-05 09:54:00 -05:00
|
|
|
{
|
2019-04-23 18:46:23 -04:00
|
|
|
"schemaVersion": 1,
|
2018-11-05 09:54:00 -05:00
|
|
|
"id": "fabric",
|
|
|
|
"name": "Fabric API",
|
2019-04-03 15:34:09 -04:00
|
|
|
"version": "${version}",
|
2019-09-08 19:24:40 -04:00
|
|
|
"environment": "*",
|
2018-12-09 12:03:15 -05:00
|
|
|
"license": "Apache-2.0",
|
2019-04-23 18:46:23 -04:00
|
|
|
"icon": "assets/fabric/icon.png",
|
|
|
|
"contact": {
|
|
|
|
"homepage": "https://fabricmc.net",
|
|
|
|
"irc": "irc://irc.esper.net:6667/fabric",
|
|
|
|
"issues": "https://github.com/FabricMC/fabric/issues",
|
|
|
|
"sources": "https://github.com/FabricMC/fabric"
|
2019-08-27 13:32:55 -04:00
|
|
|
},
|
2019-09-08 19:24:40 -04:00
|
|
|
"authors": [
|
|
|
|
"FabricMC"
|
|
|
|
],
|
2019-08-27 13:32:55 -04:00
|
|
|
"depends": {
|
2020-07-08 14:31:01 -04:00
|
|
|
"fabricloader": ">=0.8.9",
|
|
|
|
"minecraft": "~1.16.2-alpha.20.28.a"
|
2019-09-08 19:24:40 -04:00
|
|
|
},
|
|
|
|
"description": "Core API module providing key hooks and intercompatibility features."
|
2019-08-28 17:17:50 -04:00
|
|
|
}
|