mirror of
https://github.com/FabricMC/fabric.git
synced 2025-02-17 04:01:46 -05:00
24 lines
631 B
JSON
24 lines
631 B
JSON
{
|
|
"schemaVersion": 1,
|
|
"id": "fabric",
|
|
"name": "Fabric API",
|
|
"version": "${version}",
|
|
"environment": "*",
|
|
"license": "Apache-2.0",
|
|
"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"
|
|
},
|
|
"authors": [
|
|
"FabricMC"
|
|
],
|
|
"depends": {
|
|
"fabricloader": ">=0.11.3",
|
|
"java": ">=16",
|
|
"minecraft": "~1.17-alpha.21.19.a"
|
|
},
|
|
"description": "Core API module providing key hooks and intercompatibility features."
|
|
}
|