mirror of
https://github.com/FabricMC/fabric.git
synced 2024-11-23 08:08:02 -05:00
12 lines
273 B
JSON
12 lines
273 B
JSON
|
{
|
||
|
"id": "fabric_test",
|
||
|
"name": "Fabric API Tests",
|
||
|
"version": "0.1.1",
|
||
|
"side": "universal",
|
||
|
"description": "A series of test mods to check Fabric works.",
|
||
|
"license": "Apache-2.0",
|
||
|
"initializers": [
|
||
|
"net.fabricmc.fabric.colormapper.ColorProviderMod"
|
||
|
]
|
||
|
}
|