mirror of
https://github.com/FabricMC/fabric.git
synced 2024-11-27 10:05:35 -05:00
c38e8d9e1e
* Migrate object builders from v0 -> v1 * Port entity attribute registry to v1
23 lines
610 B
JSON
23 lines
610 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.8.2",
|
|
"minecraft": "~1.16-alpha.20.14.a"
|
|
},
|
|
"description": "Core API module providing key hooks and intercompatibility features."
|
|
}
|