mirror of
https://github.com/FabricMC/fabric.git
synced 2024-11-22 23:58:02 -05:00
15 lines
475 B
JSON
15 lines
475 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",
|
|
"net.fabricmc.fabric.events.ServerEventMod",
|
|
"net.fabricmc.fabric.containers.ContainerMod",
|
|
"net.fabricmc.fabric.containers.ContainerModClient",
|
|
"net.fabricmc.fabric.loot.LootEntryMod"
|
|
]
|
|
}
|