mirror of
https://github.com/FabricMC/fabric.git
synced 2025-02-17 04:01:46 -05:00
16 lines
472 B
JSON
16 lines
472 B
JSON
{
|
|
"id": "fabric",
|
|
"name": "Fabric API",
|
|
"version": "0.1.5",
|
|
"side": "universal",
|
|
"description": "Core API module providing key hooks and intercompatibility features.",
|
|
"license": "Apache-2.0",
|
|
"initializers": [
|
|
"net.fabricmc.fabric.impl.FabricAPIInitializer",
|
|
"net.fabricmc.fabric.impl.FabricAPIClientInitializer"
|
|
],
|
|
"mixins": {
|
|
"client": "net.fabricmc.fabric.mixins.client.json",
|
|
"common": "net.fabricmc.fabric.mixins.common.json"
|
|
}
|
|
}
|