mirror of
https://github.com/FabricMC/fabric.git
synced 2025-09-06 11:24:23 +00:00
20 lines
445 B
JSON
20 lines
445 B
JSON
{
|
|
"schemaVersion": 1,
|
|
"id": "fabric-api-lookup-api-v1-testmod",
|
|
"name": "Fabric API Lookup API (v1) Test Mod",
|
|
"version": "1.0.0",
|
|
"environment": "*",
|
|
"license": "Apache-2.0",
|
|
"depends": {
|
|
"fabric-api-lookup-api-v1": "*"
|
|
},
|
|
"entrypoints": {
|
|
"main": [
|
|
"net.fabricmc.fabric.test.lookup.FabricApiLookupTest"
|
|
],
|
|
"client": [
|
|
"net.fabricmc.fabric.test.lookup.client.FabricApiLookupTestClient"
|
|
]
|
|
}
|
|
}
|